/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/ |
H A D | vlc_dequant.cpp | 91 *((uint32*)bitmapcol) = *((uint32*)(bitmapcol + 4)) = 0; in VlcDequantMpegIntraBlock() 338 bitmapcol[0] |= 128; in VlcDequantMpegIntraBlock() 347 bitmapcol[7] |= 1; in VlcDequantMpegIntraBlock() 407 *((uint32*)bitmapcol) = *((uint32*)(bitmapcol + 4)) = 0; in VlcDequantMpegInterBlock() 470 bitmapcol[7] |= 1; in VlcDequantMpegInterBlock() 540 *((uint32*)bitmapcol) = *((uint32*)(bitmapcol + 4)) = 0; in VlcDequantH263IntraBlock() 777 bitmapcol[0] |= 128; in VlcDequantH263IntraBlock() 842 *((uint32*)bitmapcol) = *((uint32*)(bitmapcol + 4)) = 0; in VlcDequantH263IntraBlock_SH() 861 bitmapcol[0] = 128; in VlcDequantH263IntraBlock_SH() 862 …bitmapcol[1] = bitmapcol[2] = bitmapcol[3] = bitmapcol[4] = bitmapcol[5] = bitmapcol[6] = bitmapco… in VlcDequantH263IntraBlock_SH() [all …]
|
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 | block_idct.cpp | 261 uint8 *bitmapcol = mblock->bitmapcol[comp]; in BlockIDCT_intra() local 283 bmapr = (int)bitmapcol[i]; in BlockIDCT_intra() 296 if ((bitmapcol[4] | bitmapcol[5] | bitmapcol[6] | bitmapcol[7]) == 0) in BlockIDCT_intra() 354 uint8 *bitmapcol, in BlockIDCT() argument 381 bmapr = (int)bitmapcol[i]; in BlockIDCT() 394 if ((bitmapcol[4] | bitmapcol[5] | bitmapcol[6] | bitmapcol[7]) == 0) in BlockIDCT()
|
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 | mp4lib_int.h | 138 uint8 bitmapcol[6][8]; member 290 uint8 *bitmaprow, uint8 *bitmapcol);
|
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/ |
H A D | fastquant.cpp | 163 UChar *bcolptr = bitmapcol; in BlockQuantDequantH263Inter() 174 temp = (Int*) bitmapcol; in BlockQuantDequantH263Inter() 291 *((Int*)bitmapcol) = *((Int*)(bitmapcol + 4)) = 0; in BlockQuantDequantH263Intra() 556 UChar *bcolptr = bitmapcol; in BlockQuantDequantMPEGInter() 562 *((Int*)bitmapcol) = *((Int*)(bitmapcol + 4)) = 0; in BlockQuantDequantMPEGInter() 692 *((Int*)bitmapcol) = *((Int*)(bitmapcol + 4)) = 0; in BlockQuantDequantMPEGIntra() 827 if (CBP || bitmapcol[0]) in BlockQuantDequantMPEGIntra() 863 *((Int*)bitmapcol) = *((Int*)(bitmapcol + 4)) = 0; in BlockQuantDequantMPEGDCInter() 929 *((Int*)bitmapcol) = *((Int*)(bitmapcol + 4)) = 0; in BlockQuantDequantMPEGDCIntra() 951 bitmapcol[0] = 128; in BlockQuantDequantMPEGDCIntra() [all …]
|
H A D | fastcodemb.h | 69 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, 73 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, 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 | fastcodemb.cpp | 55 UChar *bitmapcol, *bitmaprow = video->bitmaprow; in CodeMB_H263() local 139 bitmapcol = video->bitmapcol[k]; 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 366 bitmapcol = video->bitmapcol[k]; in CodeMB_MPEG() 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 | mp4enc_lib.h | 66 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, 70 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, 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 | mp4lib_int.h | 375 UChar bitmapcol[6][8]; member
|
H A D | fastidct.cpp | 1857 void BlockIDCTMotionComp(Short *block, UChar *bitmapcol, UChar bitmaprow, in BlockIDCTMotionComp() argument 1915 if (dctMode == 1 || (bitmaprow == 0x80 && bitmapcol[0] == 0x80)) in BlockIDCTMotionComp() 1995 bmap = (Int)bitmapcol[i]; in BlockIDCTMotionComp()
|