Searched defs:bitmaprow (Results 1 - 7 of 7) sorted by last modified time

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dblock_idct.cpp262 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);
H A Dmp4lib_int.h139 uint8 bitmaprow[6]; member in struct:tagMacroBlock
290 uint8 *bitmaprow, uint8 *bitmapcol);
H A Dvlc_dequant.cpp51 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) argument
50 VlcDequantMpegIntraBlock(void *vid, int comp, int switched, uint8 *bitmapcol, uint8 *bitmaprow) argument
383 VlcDequantMpegInterBlock(void *vid, int comp, uint8 *bitmapcol, uint8 *bitmaprow) argument
502 VlcDequantH263IntraBlock(VideoDecData *video, int comp, int switched, uint8 *bitmapcol, uint8 *bitmaprow) argument
1066 VlcDequantH263InterBlock(VideoDecData *video, int comp, uint8 *bitmapcol, uint8 *bitmaprow) argument
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastcodemb.cpp55 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[
[all...]
H A Dfastidct.cpp1857 void BlockIDCTMotionComp(Short *block, UChar *bitmapcol, UChar bitmaprow, argument
1871 if (dctMode == 0 || bitmaprow == 0)
1915 if (dctMode == 1 || (bitmaprow == 0x80 && bitmapcol[0] == 0x80))
2006 if ((bitmaprow&0xf) == 0)
2009 (*(idctrowVCAIntra[(Int)(bitmaprow>>4)]))(block, rec, lx);
2011 (*(idctrowVCAzmv[(Int)(bitmaprow>>4)]))(block, rec, pred, lx);
H A Dfastquant.cpp130 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)
149 BlockQuantDequantH263Inter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dctMode, Int comp, Int dummy, UChar shortHeader) argument
269 BlockQuantDequantH263Intra(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dctMode, Int comp, Int dc_scaler, UChar shortHeader) argument
441 BlockQuantDequantH263DCInter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, UChar *bitmaprow, UInt *bitmapzz, Int dummy, UChar shortHeader) argument
495 BlockQuantDequantH263DCIntra(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, UChar *bitmaprow, UInt *bitmapzz, Int dc_scaler, UChar shortHeader) argument
544 BlockQuantDequantMPEGInter(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat, UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dctMode, Int comp, Int dc_scaler) argument
673 BlockQuantDequantMPEGIntra(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat, UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dctMode, Int comp, Int dc_scaler) argument
852 BlockQuantDequantMPEGDCInter(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat, UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dummy) argument
919 BlockQuantDequantMPEGDCIntra(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat, UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz, Int dc_scaler) argument
[all...]
H A Dmp4lib_int.h374 UChar bitmaprow[8]; /* Need to keep it for ACDCPrediction, 8 bytes for alignment, need only 6 */ member in struct:tagVideoEncData

Completed in 80 milliseconds