Searched refs:BlockIDCT_intra (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | block_idct.cpp | 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() 245 BlockIDCT_intra(mblock, cu_comp, 4, width_uv); in MBlockIDCT() 246 BlockIDCT_intra(mblock, cv_comp, 5, width_uv); in MBlockIDCT() 250 void BlockIDCT_intra( in BlockIDCT_intra() function
|
D | mp4dec_lib.h | 99 void BlockIDCT_intra(MacroBlock *mblock, PIXEL *c_comp, int comp, int width_offset);
|