Searched refs:c_comp (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/codecs/m4v_h263/dec/src/ |
D | mb_motion_comp.cpp | 141 PIXEL *c_comp, *c_prev; in MBMotionComp() local 254 c_comp = video->currVop->yChan + offset; in MBMotionComp() 267 pred = c_comp; in MBMotionComp() 303 pred = c_comp + 8; in MBMotionComp() 339 pred = c_comp + (width << 3); in MBMotionComp() 376 pred = c_comp + (width << 3) + 8; in MBMotionComp() 519 PIXEL *c_comp, *c_prev; in SkippedMBMotionComp() local 549 c_comp = comp->yChan + offset; in SkippedMBMotionComp() 555 PutSKIPPED_MB(c_comp, c_prev, width); in SkippedMBMotionComp()
|
D | block_idct.cpp | 226 PIXEL *c_comp; in MBlockIDCT() local 237 c_comp = currVop->yChan + offset; in MBlockIDCT() 241 BlockIDCT_intra(mblock, c_comp, 0, width); in MBlockIDCT() 242 BlockIDCT_intra(mblock, c_comp + 8, 1, width); in MBlockIDCT() 243 BlockIDCT_intra(mblock, c_comp + (width << 3), 2, width); in MBlockIDCT() 244 BlockIDCT_intra(mblock, c_comp + (width << 3) + 8, 3, width); in MBlockIDCT() 251 MacroBlock *mblock, PIXEL *c_comp, int comp, int width) in BlockIDCT_intra() argument 276 (*idctrowVCA_intra[nz_coefs-1])(coeff_in, c_comp, width); in BlockIDCT_intra() 299 (*(idctrowVCA2_intra[(int)bitmaprow]))(coeff_in, c_comp, width); in BlockIDCT_intra() 303 idctrow_intra(coeff_in, c_comp, width); in BlockIDCT_intra() [all …]
|
D | combined_decode.cpp | 532 PIXEL *c_comp; local 644 c_comp = video->currVop->yChan + offset; 655 …BlockIDCT(c_comp + (comp&2)*(width << 2) + 8*(comp&1), mblock->pred_block + (comp&2)*64 + 8*(comp&… 695 …BlockIDCT(c_comp + (comp&2)*(width << 2) + 8*(comp&1), mblock->pred_block + (comp&2)*64 + 8*(comp&…
|
D | datapart_decode.cpp | 625 PIXEL *c_comp; in GetMBData_DataPart() local 692 c_comp = video->currVop->yChan + offset; in GetMBData_DataPart() 707 …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 | 99 void BlockIDCT_intra(MacroBlock *mblock, PIXEL *c_comp, int comp, int width_offset);
|