Searched defs:bitmaprow (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | fastquant.cpp | 150 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, in BlockQuantDequantH263Inter() 270 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, in BlockQuantDequantH263Intra() 442 UChar *bitmaprow, UInt *bitmapzz, Int dummy, UChar shortHeader) in BlockQuantDequantH263DCInter() 496 UChar *bitmaprow, UInt *bitmapzz, Int dc_scaler, UChar shortHeader) in BlockQuantDequantH263DCIntra() 545 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, in BlockQuantDequantMPEGInter() 674 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, in BlockQuantDequantMPEGIntra() 853 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dummy) in BlockQuantDequantMPEGDCInter() 920 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, in BlockQuantDequantMPEGDCIntra()
|
D | fastcodemb.cpp | 55 UChar *bitmapcol, *bitmaprow = video->bitmaprow; in CodeMB_H263() local 284 UChar *bitmapcol, *bitmaprow = video->bitmaprow; in CodeMB_MPEG() local
|
D | fastidct.cpp | 1857 void BlockIDCTMotionComp(Short *block, UChar *bitmapcol, UChar bitmaprow, in BlockIDCTMotionComp()
|
D | mp4lib_int.h | 373 …UChar bitmaprow[8]; /* Need to keep it for ACDCPrediction, 8 bytes for alignment, need onl… member
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | vlc_dequant.cpp | 51 uint8 *bitmapcol, uint8 *bitmaprow) in VlcDequantMpegIntraBlock() 384 uint8 *bitmapcol, uint8 *bitmaprow) in VlcDequantMpegInterBlock() 503 uint8 *bitmapcol, uint8 *bitmaprow) in VlcDequantH263IntraBlock() 805 int VlcDequantH263IntraBlock_SH(VideoDecData *video, int comp, uint8 *bitmapcol, uint8 *bitmaprow) in VlcDequantH263IntraBlock_SH() 1067 uint8 *bitmapcol, uint8 *bitmaprow) in VlcDequantH263InterBlock()
|
D | block_idct.cpp | 262 uint8 bitmaprow = mblock->bitmaprow[comp]; in BlockIDCT_intra() local 355 uint8 bitmaprow in BlockIDCT()
|
D | mp4lib_int.h | 139 uint8 bitmaprow[6]; member
|