Home | History | Annotate | Download | only in src

Lines Matching refs:quantizer

955     currVop->quantizer = (int16) BitstreamReadBits16(stream, currVol->quantPrecision);
956 if (currVop->quantizer == 0)
958 currVop->quantizer = video->prevVop->quantizer;
1445 currVop->quantizer = (int16) BitstreamReadBits16(stream, 5);
1447 if (currVop->quantizer == 0) /* 04/03/01 */
1449 currVop->quantizer = video->prevVop->quantizer;