Searched refs:shortHeader (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | fastquant.cpp | 151 Int dctMode, Int comp, Int dummy, UChar shortHeader) in BlockQuantDequantH263Inter() argument 170 if (shortHeader) ac_clip = 126; /* clip between [-127,126] (standard allows 127!) */ in BlockQuantDequantH263Inter() 271 Int dctMode, Int comp, Int dc_scaler, UChar shortHeader) in BlockQuantDequantH263Intra() argument 288 if (shortHeader) ac_clip = 126; /* clip between [-127,126] (standard allows 127!) */ in BlockQuantDequantH263Intra() 303 if (coeff == 0x7fff && !shortHeader) /* all zero column */ in BlockQuantDequantH263Intra() 335 if (shortHeader) in BlockQuantDequantH263Intra() 442 UChar *bitmaprow, UInt *bitmapzz, Int dummy, UChar shortHeader) in BlockQuantDequantH263DCInter() argument 455 if (shortHeader) ac_clip = 126; /* clip between [-127,126] (standard allows 127!) */ in BlockQuantDequantH263DCInter() 496 UChar *bitmaprow, UInt *bitmapzz, Int dc_scaler, UChar shortHeader) in BlockQuantDequantH263DCIntra() argument 512 if (shortHeader) in BlockQuantDequantH263DCIntra()
|
D | fastcodemb.cpp | 57 UChar shortHeader = video->vol[video->currLayer]->shortVideoHeader; in CodeMB_H263() local 105 if (shortHeader) in CodeMB_H263() 169 if (shortHeader) in CodeMB_H263() 194 if (sad < DctTh1 && !(shortHeader && intra)) /* all-zero */ in CodeMB_H263() 206 bitmaprow + k, bitmapzz, dc_scaler, shortHeader); in CodeMB_H263() 234 … bitmapcol, bitmaprow + k, bitmapzz, dctMode, k, dc_scaler, shortHeader); in CodeMB_H263()
|
D | mp4enc_lib.h | 67 Int dctMode, Int comp, Int dummy, UChar shortHeader); 71 Int dctMode, Int comp, Int dc_scaler, UChar shortHeader); 74 … UChar *bitmaprow, UInt *bitmapzz, Int dummy, UChar shortHeader); 77 … UChar *bitmaprow, UInt *bitmapzz, Int dc_scaler, UChar shortHeader);
|