Searched refs:srce (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/codecs/m4v_h263/enc/src/ |
D | dct.h | 60 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);
|
D | fastidct.cpp | 325 void idct_row0Inter(Short *srce, UChar *rec, Int lx) in idct_row0Inter() argument 327 OSCL_UNUSED_ARG(srce); in idct_row0Inter() 859 void idct_row0Intra(Short *srce, UChar *rec, Int lx) in idct_row0Intra() argument 861 OSCL_UNUSED_ARG(srce); in idct_row0Intra() 1345 void idct_row0zmv(Short *srce, UChar *rec, UChar *pred, Int lx) in idct_row0zmv() argument 1347 OSCL_UNUSED_ARG(srce); in idct_row0zmv()
|