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
580 DC_coeff = (int16) BitstreamReadBits16_INLINE(stream, 8);
582 if ((DC_coeff & 0x7f) == 0) /* 128 & 0 */
585 if (DC_coeff == 128)
594 if (DC_coeff == 255)
596 DC_coeff = 128;
598 dataBlock[0] = (int16) DC_coeff;
609 status = PV_DecodePredictedIntraDC(comp, stream, &DC_coeff);
612 dataBlock[0] = (int16) DC_coeff;