Searched refs:quantType (Results 1 – 10 of 10) sorted by relevance
459 aEncOption->quantType[0] = codeword; in ParseFSI()541 aEncOption->quantType[0] = 0; in iDecodeShortHeader()774 Int quantType[2] = {0, 0}; /* default H.263 quant*/ in Initialize() local940 aEncOption.quantType[i] = quantType[i]; /* default to H.263 */ in Initialize()
67 if (currVol->quantType == 0) in EncodeFrameDataPartMode()273 if (currVol->quantType == 0) in EncodeSliceDataPartMode()
70 if (currVol->quantType == 0) in EncodeFrameCombinedMode()327 if (currVol->quantType == 0) in EncodeSliceCombinedMode()
101 Int quantType; /* MPEG-4 or H.263 Quantization Type */ member
311 encParams->QuantType[i] = encOption->quantType[i]; /* H263 */ in PVInitVideoEncoder()891 pVol->quantType = pEncParams->QuantType[idx]; /* Quantizer Type */ in PVInitVideoEncoder()2482 status = BitstreamPut1Bits(stream, currVol->quantType);/* quant_type */ in EncodeVOS_Start()2484 if (currVol->quantType) in EncodeVOS_Start()
77 Int quantType[2] = {0, 0}; /* default H.263 quant*/ in Mp4EncInit() local369 aEncOption.quantType[0] = quantType[0]; /* default to H.263 */ in Mp4EncInit()
108 uint quantType; /* MPEG-4 or H.263 Quantization Type */ member
477 currVol->quantType = BitstreamRead1Bits(stream); in DecodeVOLHeader()478 if (currVol->quantType) in DecodeVOLHeader()
244 video->vol[idx]->quantType = 0; in PVInitVideoDecoder()
179 Int quantType[2]; member