Home | History | Annotate | Download | only in src

Lines Matching refs:QuantType

309         encParams->QuantType[i] = 0;
311 encParams->QuantType[i] = encOption->quantType[i]; /* H263 */
363 encParams->QuantType[0] = 0; /*H263 */
382 encParams->QuantType[0] = 0; /*H263 */
891 pVol->quantType = pEncParams->QuantType[idx]; /* Quantizer Type */
2482 status = BitstreamPut1Bits(stream, currVol->quantType);/* quant_type */
2484 if (currVol->quantType)