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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddct.h60 void idct_rowInter(Short *srce, UChar *rec, Int lx);
70 void idct_rowIntra(Short *srce, UChar *rec, Int lx);
80 void idct_rowzmv(Short *srce, UChar *rec, UChar *prev, Int lx);
H A Dfastidct.cpp313 void idct_row0Inter(Short *srce, UChar *rec, Int lx) argument
315 OSCL_UNUSED_ARG(srce);
835 void idct_row0Intra(Short *srce, UChar *rec, Int lx) argument
837 OSCL_UNUSED_ARG(srce);
1309 void idct_row0zmv(Short *srce, UChar *rec, UChar *pred, Int lx) argument
1311 OSCL_UNUSED_ARG(srce);

Completed in 293 milliseconds