Searched refs:c_comp (Results 1 – 5 of 5) sorted by relevance
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
D | mb_motion_comp.cpp | 137 PIXEL *c_comp, *c_prev; in MBMotionComp() local 253 c_comp = video->currVop->yChan + offset; in MBMotionComp() 266 pred = c_comp; in MBMotionComp() 302 pred = c_comp + 8; in MBMotionComp() 338 pred = c_comp + (width << 3); in MBMotionComp() 375 pred = c_comp + (width << 3) + 8; in MBMotionComp() 555 PIXEL *c_comp, *c_prev; in SkippedMBMotionComp() local 585 c_comp = comp->yChan + offset; in SkippedMBMotionComp() 591 PutSKIPPED_MB(c_comp, c_prev, width); in SkippedMBMotionComp()
|
D | block_idct.cpp | 227 PIXEL *c_comp; in MBlockIDCT() local 238 c_comp = currVop->yChan + offset; in MBlockIDCT() 242 BlockIDCT_intra(mblock, c_comp, 0, width); in MBlockIDCT() 243 BlockIDCT_intra(mblock, c_comp + 8, 1, width); in MBlockIDCT() 244 BlockIDCT_intra(mblock, c_comp + (width << 3), 2, width); in MBlockIDCT() 245 BlockIDCT_intra(mblock, c_comp + (width << 3) + 8, 3, width); in MBlockIDCT() 252 MacroBlock *mblock, PIXEL *c_comp, int comp, int width) in BlockIDCT_intra() argument 277 (*idctrowVCA_intra[nz_coefs-1])(coeff_in, c_comp, width); in BlockIDCT_intra() 300 (*(idctrowVCA2_intra[(int)bitmaprow]))(coeff_in, c_comp, width); in BlockIDCT_intra() 304 idctrow_intra(coeff_in, c_comp, width); in BlockIDCT_intra() [all …]
|
D | combined_decode.cpp | 533 PIXEL *c_comp; local 667 c_comp = video->currVop->yChan + offset; 678 …BlockIDCT(c_comp + (comp&2)*(width << 2) + 8*(comp&1), mblock->pred_block + (comp&2)*64 + 8*(comp&… 760 …BlockIDCT(c_comp + (comp&2)*(width << 2) + 8*(comp&1), mblock->pred_block + (comp&2)*64 + 8*(comp&…
|
D | datapart_decode.cpp | 626 PIXEL *c_comp; in GetMBData_DataPart() local 717 c_comp = video->currVop->yChan + offset; in GetMBData_DataPart() 732 …BlockIDCT(c_comp + (comp&2)*(width << 2) + 8*(comp&1), mblock->pred_block + (comp&2)*64 + 8*(comp&… in GetMBData_DataPart()
|
D | mp4dec_lib.h | 100 void BlockIDCT_intra(MacroBlock *mblock, PIXEL *c_comp, int comp, int width_offset);
|