/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/ |
H A D | fastquant.cpp | 177 *bitmaprow = 0; in BlockQuantDequantH263Inter() 263 if (*bitmaprow) in BlockQuantDequantH263Inter() 292 *bitmaprow = 0; in BlockQuantDequantH263Intra() 458 *bitmaprow = 0; in BlockQuantDequantH263DCInter() 502 *bitmaprow = 0; in BlockQuantDequantH263DCIntra() 521 *bitmaprow = 128; in BlockQuantDequantH263DCIntra() 564 *bitmaprow = 0; in BlockQuantDequantMPEGInter() 650 if (*bitmaprow) in BlockQuantDequantMPEGInter() 693 *bitmaprow = 0; in BlockQuantDequantMPEGIntra() 864 *bitmaprow = 0; in BlockQuantDequantMPEGDCInter() [all …]
|
H A D | fastcodemb.h | 69 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, 73 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, 77 UChar *bitmaprow, UInt *bitmapzz, Int dummy); 80 UChar *bitmaprow, UInt *bitmapzz, Int dc_scaler); 83 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, 87 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, 91 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dummy); 94 … UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dc_scaler); 97 void BlockIDCTMotionComp(Int *block, UChar *bitmapcol, UChar bitmaprow,
|
H A D | mp4enc_lib.h | 66 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, 70 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, 74 … UChar *bitmaprow, UInt *bitmapzz, Int dummy, UChar shortHeader); 77 … UChar *bitmaprow, UInt *bitmapzz, Int dc_scaler, UChar shortHeader); 81 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, 85 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, 89 … UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dummy); 92 … UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dc_scaler); 96 void BlockIDCTMotionComp(Short *block, UChar *bitmapcol, UChar bitmaprow,
|
H A D | fastcodemb.cpp | 55 UChar *bitmapcol, *bitmaprow = video->bitmaprow; in CodeMB_H263() local 206 bitmaprow + k, bitmapzz, dc_scaler, shortHeader); in CodeMB_H263() 234 … bitmapcol, bitmaprow + k, bitmapzz, dctMode, k, dc_scaler, shortHeader); in CodeMB_H263() 236 … BlockIDCTMotionComp(dataBlock, bitmapcol, bitmaprow[k], dctMode, rec, pred, (lx << 1) | intra); in CodeMB_H263() 284 UChar *bitmapcol, *bitmaprow = video->bitmaprow; in CodeMB_MPEG() local 426 bitmapcol, bitmaprow + k, bitmapzz, dc_scaler); in CodeMB_MPEG() 453 … bitmapcol, bitmaprow + k, bitmapzz, dctMode, k, dc_scaler); // in CodeMB_MPEG() 456 … BlockIDCTMotionComp(dataBlock, bitmapcol, bitmaprow[k], dctMode, rec, pred, (lx << 1) | (intra)); in CodeMB_MPEG()
|
H A D | fastidct.cpp | 1857 void BlockIDCTMotionComp(Short *block, UChar *bitmapcol, UChar bitmaprow, in BlockIDCTMotionComp() argument 1871 if (dctMode == 0 || bitmaprow == 0) in BlockIDCTMotionComp() 1915 if (dctMode == 1 || (bitmaprow == 0x80 && bitmapcol[0] == 0x80)) in BlockIDCTMotionComp() 2006 if ((bitmaprow&0xf) == 0) in BlockIDCTMotionComp() 2009 (*(idctrowVCAIntra[(Int)(bitmaprow>>4)]))(block, rec, lx); in BlockIDCTMotionComp() 2011 (*(idctrowVCAzmv[(Int)(bitmaprow>>4)]))(block, rec, pred, lx); in BlockIDCTMotionComp()
|
H A D | mp4lib_int.h | 374 …UChar bitmaprow[8]; /* Need to keep it for ACDCPrediction, 8 bytes for alignment, need onl… member
|
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/ |
H A D | combined_decode.cpp | 615 switched, mblock->bitmapcol[comp], &mblock->bitmaprow[comp]); 656 mblock->bitmapcol[comp], mblock->bitmaprow[comp]); 668 … ncoeffs[4] = VlcDequantH263InterBlock(video, 4, mblock->bitmapcol[4], &mblock->bitmaprow[4]); 672 mblock->bitmapcol[4], mblock->bitmaprow[4]); 678 … ncoeffs[5] = VlcDequantH263InterBlock(video, 5, mblock->bitmapcol[5], &mblock->bitmaprow[5]); 682 mblock->bitmapcol[5], mblock->bitmaprow[5]); 696 mblock->bitmapcol[comp], mblock->bitmaprow[comp]); 704 … ncoeffs[4] = VlcDequantH263InterBlock(video, 4, mblock->bitmapcol[4], &mblock->bitmaprow[4]); 708 mblock->bitmapcol[4], mblock->bitmaprow[4]); 719 … ncoeffs[5] = VlcDequantH263InterBlock(video, 5, mblock->bitmapcol[5], &mblock->bitmaprow[5]); [all …]
|
H A D | vlc_dequant.cpp | 51 uint8 *bitmapcol, uint8 *bitmaprow) in VlcDequantMpegIntraBlock() argument 92 *bitmaprow = 0; in VlcDequantMpegIntraBlock() 360 (*bitmaprow) |= mask[k]; in VlcDequantMpegIntraBlock() 408 *bitmaprow = 0; in VlcDequantMpegInterBlock() 483 (*bitmaprow) |= mask[k]; in VlcDequantMpegInterBlock() 541 *bitmaprow = 0; in VlcDequantH263IntraBlock() 794 (*bitmaprow) |= mask[k]; /* (1<<(7-i)); */ in VlcDequantH263IntraBlock() 843 *bitmaprow = 0; in VlcDequantH263IntraBlock_SH() 1045 (*bitmaprow) |= mask[k]; /* (1<<(7-i)); */ in VlcDequantH263IntraBlock_SH() 1088 *bitmaprow = 0; in VlcDequantH263InterBlock() [all …]
|
H A D | mp4dec_lib.h | 96 uint8 *bitmapcol, uint8 bitmaprow); 284 uint8 *bitmapcol, uint8 *bitmaprow); 286 uint8 *bitmapcol, uint8 *bitmaprow); 289 uint8 *bitmapcol, uint8 *bitmaprow); 291 uint8 *bitmapcol, uint8 *bitmaprow); 293 uint8 *bitmapcol, uint8 *bitmaprow);
|
H A D | datapart_decode.cpp | 665 switched, mblock->bitmapcol[comp], &mblock->bitmaprow[comp]); in GetMBData_DataPart() 702 mblock->bitmapcol[comp], &mblock->bitmaprow[comp]); in GetMBData_DataPart() 708 mblock->bitmapcol[comp], mblock->bitmaprow[comp]); in GetMBData_DataPart() 723 mblock->bitmapcol[4], &mblock->bitmaprow[4]); in GetMBData_DataPart() 728 mblock->bitmapcol[4], mblock->bitmaprow[4]); in GetMBData_DataPart() 739 mblock->bitmapcol[5], &mblock->bitmaprow[5]); in GetMBData_DataPart() 744 mblock->bitmapcol[5], mblock->bitmaprow[5]); in GetMBData_DataPart()
|
H A D | block_idct.cpp | 262 uint8 bitmaprow = mblock->bitmaprow[comp]; in BlockIDCT_intra() local 298 bitmaprow >>= 4; in BlockIDCT_intra() 299 (*(idctrowVCA2_intra[(int)bitmaprow]))(coeff_in, c_comp, width); in BlockIDCT_intra() 355 uint8 bitmaprow in BlockIDCT() argument 396 (*(idctrowVCA2[bitmaprow>>4]))(coeff_in, pred, dst, width); in BlockIDCT()
|
H A D | mp4lib_int.h | 139 uint8 bitmaprow[6]; member 290 uint8 *bitmaprow, uint8 *bitmapcol);
|