Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dcombined_decode.cpp544 int16 DC_coeff; local
598 DC_coeff = (int16) BitstreamReadBits16_INLINE(stream, 8);
600 if ((DC_coeff & 0x7f) == 0) /* 128 & 0 */
603 if (DC_coeff == 128)
612 if (DC_coeff == 255)
614 DC_coeff = 128;
616 dataBlock[0] = (int16) DC_coeff;
627 status = PV_DecodePredictedIntraDC(comp, stream, &DC_coeff);
630 dataBlock[0] = (int16) DC_coeff;