Home
last modified time | relevance | path

Searched refs:quantType (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Ddatapart_encode.cpp67 if (currVol->quantType == 0) in EncodeFrameDataPartMode()
273 if (currVol->quantType == 0) in EncodeSliceDataPartMode()
H A Dcombined_encode.cpp70 if (currVol->quantType == 0) in EncodeFrameCombinedMode()
327 if (currVol->quantType == 0) in EncodeSliceCombinedMode()
H A Dmp4lib_int.h100 Int quantType; /* MPEG-4 or H.263 Quantization Type */ member
H A Dmp4enc_api.cpp318 encParams->QuantType[i] = encOption->quantType[i]; /* H263 */ in PVInitVideoEncoder()
926 pVol->quantType = pEncParams->QuantType[idx]; /* Quantizer Type */ in PVInitVideoEncoder()
2513 status = BitstreamPut1Bits(stream, currVol->quantType);/* quant_type */ in EncodeVOS_Start()
2515 if (currVol->quantType) in EncodeVOS_Start()
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h108 uint quantType; /* MPEG-4 or H.263 Quantization Type */ member
H A Dvop.cpp483 currVol->quantType = BitstreamRead1Bits(stream); in DecodeVOLHeader()
484 if (currVol->quantType) in DecodeVOLHeader()
H A Dpvdec_api.cpp266 video->vol[idx]->quantType = 0; in PVInitVideoDecoder()
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h188 Int quantType[2]; member
/aosp12/frameworks/av/media/codecs/m4v_h263/fuzzer/
H A DREADME.md73 8. Quantization mode (parameter name: `quantType`)
90 | `quantType` | 0. `0` 1. `1` | bit 0 of 11th byte of data |
H A Dmpeg4_h263_enc_fuzzer.cpp105 mEncodeHandle->quantType[0] = (data[IDX_QUANT_TYPE] & 0x01) ? 0 : 1; in initEncoder()
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/test/
H A Dm4v_h263_enc_test.cpp161 encParams.quantType[0] = 0; in main()
H A DMpeg4H263EncoderTest.cpp122 mEncodeHandle->quantType[0] = 0; in initEncoderParams()
/aosp12/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp140 mEncParams->quantType[0] = 0; in initEncParams()
/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/
H A DC2SoftMpeg4Enc.cpp338 mEncParams->quantType[0] = 0; in initEncParams()