/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
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,
|
fastquant.cpp | 130 fast bitmaprow mask and borrowed Addition method instead of ifs from , ). 144 8/2/01, , change IDCT to do column/row, change bitmaprow/col to the opposite. 150 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, 177 *bitmaprow = 0; 259 if (bitmapcol[i])(*bitmaprow) |= tmp; 263 if (*bitmaprow) 270 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, 292 *bitmaprow = 0; 422 if (bitmapcol[i])(*bitmaprow) |= tmp; 426 if (((*bitmaprow)&127) || (bitmapcol[0]&127)) /* exclude DC * [all...] |
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,
|
fastcodemb.cpp | 55 UChar *bitmapcol, *bitmaprow = video->bitmaprow; local 206 bitmaprow + k, bitmapzz, dc_scaler, shortHeader); 234 bitmapcol, bitmaprow + k, bitmapzz, dctMode, k, dc_scaler, shortHeader); 236 BlockIDCTMotionComp(dataBlock, bitmapcol, bitmaprow[k], dctMode, rec, pred, (lx << 1) | intra); 284 UChar *bitmapcol, *bitmaprow = video->bitmaprow; local 426 bitmapcol, bitmaprow + k, bitmapzz, dc_scaler); 453 bitmapcol, bitmaprow + k, bitmapzz, dctMode, k, dc_scaler); // 456 BlockIDCTMotionComp(dataBlock, bitmapcol, bitmaprow[k], dctMode, rec, pred, (lx << 1) | (intra)) [all...] |
mp4lib_int.h | 373 UChar bitmaprow[8]; /* Need to keep it for ACDCPrediction, 8 bytes for alignment, need only 6 */ member in struct:tagVideoEncData
|
fastidct.cpp | [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
mp4dec_lib.h | 96 uint8 *bitmapcol, uint8 bitmaprow); 315 uint8 *bitmapcol, uint8 *bitmaprow); 317 uint8 *bitmapcol, uint8 *bitmaprow); 320 uint8 *bitmapcol, uint8 *bitmaprow); 322 uint8 *bitmapcol, uint8 *bitmaprow); 324 uint8 *bitmapcol, uint8 *bitmaprow);
|
combined_decode.cpp | 620 ncoeffs[comp] = VlcDequantH263IntraBlock_SH(video, comp, mblock->bitmapcol[comp], &mblock->bitmaprow[comp]); 633 switched, mblock->bitmapcol[comp], &mblock->bitmaprow[comp]); 674 ncoeffs[comp] = VlcDequantH263InterBlock(video, comp, mblock->bitmapcol[comp], &mblock->bitmaprow[comp]); 678 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]); 728 ncoeffs[5] = VlcDequantH263InterBlock(video, 5, mblock->bitmapcol[5], &mblock->bitmaprow[5]); 732 mblock->bitmapcol[5], mblock->bitmaprow[5]); 756 ncoeffs[comp] = VlcDequantH263InterBlock(video, comp, mblock->bitmapcol[comp], &mblock->bitmaprow[comp]); 760 mblock->bitmapcol[comp], mblock->bitmaprow[comp]) [all...] |
vlc_dequant.cpp | 51 uint8 *bitmapcol, uint8 *bitmaprow) 92 *bitmaprow = 0; 360 (*bitmaprow) |= mask[k]; 384 uint8 *bitmapcol, uint8 *bitmaprow) 408 *bitmaprow = 0; 483 (*bitmaprow) |= mask[k]; 503 uint8 *bitmapcol, uint8 *bitmaprow) 541 *bitmaprow = 0; 794 (*bitmaprow) |= mask[k]; /* (1<<(7-i)); */ 805 int VlcDequantH263IntraBlock_SH(VideoDecData *video, int comp, uint8 *bitmapcol, uint8 *bitmaprow) [all...] |
mp4lib_int.h | 139 uint8 bitmaprow[6]; member in struct:tagMacroBlock 290 uint8 *bitmaprow, uint8 *bitmapcol);
|
datapart_decode.cpp | 685 switched, mblock->bitmapcol[comp], &mblock->bitmaprow[comp]); 726 mblock->bitmapcol[comp], &mblock->bitmaprow[comp]); 732 mblock->bitmapcol[comp], mblock->bitmaprow[comp]); 751 mblock->bitmapcol[4], &mblock->bitmaprow[4]); 756 mblock->bitmapcol[4], mblock->bitmaprow[4]); 771 mblock->bitmapcol[5], &mblock->bitmaprow[5]); 776 mblock->bitmapcol[5], mblock->bitmaprow[5]);
|
block_idct.cpp | 262 uint8 bitmaprow = mblock->bitmaprow[comp]; local 298 bitmaprow >>= 4; 299 (*(idctrowVCA2_intra[(int)bitmaprow]))(coeff_in, c_comp, width); 355 uint8 bitmaprow 396 (*(idctrowVCA2[bitmaprow>>4]))(coeff_in, pred, dst, width);
|