HomeSort by relevance Sort by last modified time
    Searched refs:BlockIDCT_intra (Results 1 - 4 of 4) sorted by null

  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
block_idct.cpp 242 BlockIDCT_intra(mblock, c_comp, 0, width);
243 BlockIDCT_intra(mblock, c_comp + 8, 1, width);
244 BlockIDCT_intra(mblock, c_comp + (width << 3), 2, width);
245 BlockIDCT_intra(mblock, c_comp + (width << 3) + 8, 3, width);
246 BlockIDCT_intra(mblock, cu_comp, 4, width_uv);
247 BlockIDCT_intra(mblock, cv_comp, 5, width_uv);
251 void BlockIDCT_intra(
mp4dec_lib.h 100 void BlockIDCT_intra(MacroBlock *mblock, PIXEL *c_comp, int comp, int width_offset);
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
block_idct.cpp 241 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(
mp4dec_lib.h 99 void BlockIDCT_intra(MacroBlock *mblock, PIXEL *c_comp, int comp, int width_offset);

Completed in 36 milliseconds