Searched refs:BlockIDCT_intra (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dblock_idct.cpp241 BlockIDCT_intra(mblock, c_comp, 0, width);
242 BlockIDCT_intra(mblock, c_comp + 8, 1, width);
243 BlockIDCT_intra(mblock, c_comp + (width << 3), 2, width);
244 BlockIDCT_intra(mblock, c_comp + (width << 3) + 8, 3, width);
245 BlockIDCT_intra(mblock, cu_comp, 4, width_uv);
246 BlockIDCT_intra(mblock, cv_comp, 5, width_uv);
250 void BlockIDCT_intra( function
H A Dmp4dec_lib.h99 void BlockIDCT_intra(MacroBlock *mblock, PIXEL *c_comp, int comp, int width_offset);

Completed in 1432 milliseconds