OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlockIDCT_intra
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/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 255 milliseconds