Searched defs:shortHeader (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastcodemb.cpp57 UChar shortHeader = video->vol[video->currLayer]->shortVideoHeader; local
105 if (shortHeader)
169 if (shortHeader)
194 if (sad < DctTh1 && !(shortHeader && intra)) /* all-zero */
195 { /* For shortHeader intra block, DC value cannot be zero */
206 bitmaprow + k, bitmapzz, dc_scaler, shortHeader);
234 bitmapcol, bitmaprow + k, bitmapzz, dctMode, k, dc_scaler, shortHeader);
H A Dfastquant.cpp151 Int dctMode, Int comp, Int dummy, UChar shortHeader)
170 if (shortHeader) ac_clip = 126; /* clip between [-127,126] (standard allows 127!) */
271 Int dctMode, Int comp, Int dc_scaler, UChar shortHeader)
288 if (shortHeader) ac_clip = 126; /* clip between [-127,126] (standard allows 127!) */
303 if (coeff == 0x7fff && !shortHeader) /* all zero column */
310 if (coeff == 0x7fff) /* shortHeader on */
335 if (shortHeader)
442 UChar *bitmaprow, UInt *bitmapzz, Int dummy, UChar shortHeader)
455 if (shortHeader) ac_clip = 126; /* clip between [-127,126] (standard allows 127!) */
496 UChar *bitmaprow, UInt *bitmapzz, Int dc_scaler, UChar shortHeader)
149 BlockQuantDequantH263Inter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dctMode, Int comp, Int dummy, UChar shortHeader) argument
269 BlockQuantDequantH263Intra(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dctMode, Int comp, Int dc_scaler, UChar shortHeader) argument
441 BlockQuantDequantH263DCInter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, UChar *bitmaprow, UInt *bitmapzz, Int dummy, UChar shortHeader) argument
495 BlockQuantDequantH263DCIntra(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, UChar *bitmaprow, UInt *bitmapzz, Int dc_scaler, UChar shortHeader) argument
[all...]

Completed in 448 milliseconds