Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
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);
Dfastidct.cpp313 void idct_row0Inter(Short *srce, UChar *rec, Int lx) in idct_row0Inter() argument
315 OSCL_UNUSED_ARG(srce); in idct_row0Inter()
835 void idct_row0Intra(Short *srce, UChar *rec, Int lx) in idct_row0Intra() argument
837 OSCL_UNUSED_ARG(srce); in idct_row0Intra()
1309 void idct_row0zmv(Short *srce, UChar *rec, UChar *pred, Int lx) in idct_row0zmv() argument
1311 OSCL_UNUSED_ARG(srce); in idct_row0zmv()