Searched defs:bitmapcol (Results  1 – 7 of 7) sorted by relevance
| /frameworks/av/media/module/codecs/m4v_h263/enc/src/ | 
| D | fastquant.cpp | 149 Int BlockQuantDequantH263Inter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam,  in BlockQuantDequantH263Inter()269 Int BlockQuantDequantH263Intra(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam,  in BlockQuantDequantH263Intra()
 544 Int BlockQuantDequantMPEGInter(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat,  in BlockQuantDequantMPEGInter()
 673 Int BlockQuantDequantMPEGIntra(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat,  in BlockQuantDequantMPEGIntra()
 852 Int BlockQuantDequantMPEGDCInter(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat,  in BlockQuantDequantMPEGDCInter()
 919 Int BlockQuantDequantMPEGDCIntra(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat,  in BlockQuantDequantMPEGDCIntra()
 
 | 
| D | fastcodemb.cpp | 55     UChar *bitmapcol, *bitmaprow = video->bitmaprow;  in CodeMB_H263()  local284     UChar *bitmapcol, *bitmaprow = video->bitmaprow;  in CodeMB_MPEG()  local
 
 | 
| D | fastidct.cpp | 1905 void BlockIDCTMotionComp(Short *block, UChar *bitmapcol, UChar bitmaprow,  in BlockIDCTMotionComp()
 | 
| D | mp4lib_int.h | 375     UChar   bitmapcol[6][8];  member
 | 
| /frameworks/av/media/module/codecs/m4v_h263/dec/src/ | 
| D | vlc_dequant.cpp | 51                              uint8 *bitmapcol, uint8 *bitmaprow)  in VlcDequantMpegIntraBlock()384                              uint8 *bitmapcol, uint8 *bitmaprow)  in VlcDequantMpegInterBlock()
 503                              uint8 *bitmapcol, uint8 *bitmaprow)  in VlcDequantH263IntraBlock()
 805 int VlcDequantH263IntraBlock_SH(VideoDecData *video, int comp, uint8 *bitmapcol, uint8 *bitmaprow)  in VlcDequantH263IntraBlock_SH()
 1067                              uint8 *bitmapcol, uint8 *bitmaprow)  in VlcDequantH263InterBlock()
 
 | 
| D | block_idct.cpp | 261     uint8 *bitmapcol = mblock->bitmapcol[comp];  in BlockIDCT_intra()  local354     uint8 *bitmapcol,  in BlockIDCT()
 
 | 
| D | mp4lib_int.h | 138     uint8   bitmapcol[6][8];  member
 |