Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dmp4lib_int.h108 uint quantType; /* MPEG-4 or H.263 Quantization Type */ member
Dvop.cpp486 currVol->quantType = BitstreamRead1Bits(stream); in DecodeVOLHeader()
487 if (currVol->quantType) in DecodeVOLHeader()
Dpvdec_api.cpp266 video->vol[idx]->quantType = 0; in PVInitVideoDecoder()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Ddatapart_encode.cpp67 if (currVol->quantType == 0) in EncodeFrameDataPartMode()
273 if (currVol->quantType == 0) in EncodeSliceDataPartMode()
Dcombined_encode.cpp70 if (currVol->quantType == 0) in EncodeFrameCombinedMode()
327 if (currVol->quantType == 0) in EncodeSliceCombinedMode()
Dmp4lib_int.h100 Int quantType; /* MPEG-4 or H.263 Quantization Type */ member
Dmp4enc_api.cpp318 encParams->QuantType[i] = encOption->quantType[i]; /* H263 */ in PVInitVideoEncoder()
924 pVol->quantType = pEncParams->QuantType[idx]; /* Quantizer Type */ in PVInitVideoEncoder()
2511 status = BitstreamPut1Bits(stream, currVol->quantType);/* quant_type */ in EncodeVOS_Start()
2513 if (currVol->quantType) in EncodeVOS_Start()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
Dmp4enc_api.h188 Int quantType[2]; member
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/test/
Dm4v_h263_enc_test.cpp161 encParams.quantType[0] = 0; in main()
DMpeg4H263EncoderTest.cpp122 mEncodeHandle->quantType[0] = 0; in initEncoderParams()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.cpp140 mEncParams->quantType[0] = 0; in initEncParams()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.cpp338 mEncParams->quantType[0] = 0; in initEncParams()