Searched refs:quantType (Results 1 – 14 of 14) sorted by relevance
108 uint quantType; /* MPEG-4 or H.263 Quantization Type */ member
515 currVol->quantType = BitstreamRead1Bits(stream); in DecodeVOLHeader()516 if (currVol->quantType) in DecodeVOLHeader()
266 video->vol[idx]->quantType = 0; in PVInitVideoDecoder()
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()
100 Int quantType; /* MPEG-4 or H.263 Quantization Type */ member
318 encParams->QuantType[i] = encOption->quantType[i]; /* H263 */ in PVInitVideoEncoder()929 pVol->quantType = pEncParams->QuantType[idx]; /* Quantizer Type */ in PVInitVideoEncoder()2516 status = BitstreamPut1Bits(stream, currVol->quantType);/* quant_type */ in EncodeVOS_Start()2518 if (currVol->quantType) in EncodeVOS_Start()
188 Int quantType[2]; member
73 8. Quantization mode (parameter name: `quantType`)90 | `quantType` | 0. `0` 1. `1` | bit 0 of 11th byte of data |
105 mEncodeHandle->quantType[0] = (data[IDX_QUANT_TYPE] & 0x01) ? 0 : 1; in initEncoder()
161 encParams.quantType[0] = 0; in main()
122 mEncodeHandle->quantType[0] = 0; in initEncoderParams()
140 mEncParams->quantType[0] = 0; in initEncParams()
421 mEncParams->quantType[0] = 0; in initEncParams()