Home
last modified time | relevance | path

Searched refs:bitmapcol (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dvlc_dequant.cpp51 uint8 *bitmapcol, uint8 *bitmaprow) in VlcDequantMpegIntraBlock() argument
91 *((uint32*)bitmapcol) = *((uint32*)(bitmapcol + 4)) = 0; in VlcDequantMpegIntraBlock()
155 bitmapcol[k&0x7] |= mask[k>>3]; in VlcDequantMpegIntraBlock()
200 bitmapcol[0] |= mask[k>>3]; in VlcDequantMpegIntraBlock()
216 bitmapcol[k] |= 128; in VlcDequantMpegIntraBlock()
249 bitmapcol[k] |= 128; in VlcDequantMpegIntraBlock()
266 bitmapcol[0] |= mask[k>>3]; in VlcDequantMpegIntraBlock()
305 bitmapcol[k] |= 128; in VlcDequantMpegIntraBlock()
321 bitmapcol[0] |= mask[k>>3]; in VlcDequantMpegIntraBlock()
338 bitmapcol[0] |= 128; in VlcDequantMpegIntraBlock()
[all …]
Dcombined_decode.cpp620 …ncoeffs[comp] = VlcDequantH263IntraBlock_SH(video, comp, mblock->bitmapcol[comp], &mblock->bitmapr…
633 switched, mblock->bitmapcol[comp], &mblock->bitmaprow[comp]);
674 …ncoeffs[comp] = VlcDequantH263InterBlock(video, comp, mblock->bitmapcol[comp], &mblock->bitmaprow[…
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[…
760 mblock->bitmapcol[comp], mblock->bitmaprow[comp]);
[all …]
Dblock_idct.cpp261 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()
Dmp4dec_lib.h96 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);
Ddatapart_decode.cpp685 switched, mblock->bitmapcol[comp], &mblock->bitmaprow[comp]); in GetMBData_DataPart()
726 mblock->bitmapcol[comp], &mblock->bitmaprow[comp]); in GetMBData_DataPart()
732 mblock->bitmapcol[comp], mblock->bitmaprow[comp]); in GetMBData_DataPart()
751 mblock->bitmapcol[4], &mblock->bitmaprow[4]); in GetMBData_DataPart()
756 mblock->bitmapcol[4], mblock->bitmaprow[4]); in GetMBData_DataPart()
771 mblock->bitmapcol[5], &mblock->bitmaprow[5]); in GetMBData_DataPart()
776 mblock->bitmapcol[5], mblock->bitmaprow[5]); in GetMBData_DataPart()
Dmp4lib_int.h138 uint8 bitmapcol[6][8]; member
290 uint8 *bitmaprow, uint8 *bitmapcol);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dfastquant.cpp150 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, in BlockQuantDequantH263Inter()
163 UChar *bcolptr = bitmapcol; in BlockQuantDequantH263Inter()
174 temp = (Int*) bitmapcol; in BlockQuantDequantH263Inter()
259 if (bitmapcol[i])(*bitmaprow) |= tmp; in BlockQuantDequantH263Inter()
270 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, in BlockQuantDequantH263Intra()
281 UChar *bmcolptr = bitmapcol; in BlockQuantDequantH263Intra()
291 *((Int*)bitmapcol) = *((Int*)(bitmapcol + 4)) = 0; in BlockQuantDequantH263Intra()
317 bitmapcol[0] |= 128; in BlockQuantDequantH263Intra()
344 bitmapcol[0] |= 128; in BlockQuantDequantH263Intra()
422 if (bitmapcol[i])(*bitmaprow) |= tmp; in BlockQuantDequantH263Intra()
[all …]
Dfastcodemb.h69 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,
Dfastcodemb.cpp55 UChar *bitmapcol, *bitmaprow = video->bitmaprow; in CodeMB_H263() local
139 bitmapcol = video->bitmapcol[k]; in CodeMB_H263()
234bitmapcol, 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()
453bitmapcol, 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()
Dmp4enc_lib.h66 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,
Dmp4lib_int.h374 UChar bitmapcol[6][8]; member
Dfastidct.cpp1857 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()