Home
last modified time | relevance | path

Searched refs:offsetRef (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/codecs/m4v_h263/enc/src/
Dsad_halfpel.cpp347 Int *offsetRef = htfm_stat->offsetRef; in SAD_MB_HP_HTFM_Collectxhyh() local
356 p1 = ref + offsetRef[i]; in SAD_MB_HP_HTFM_Collectxhyh()
426 Int *offsetRef = htfm_stat->offsetRef; in SAD_MB_HP_HTFM_Collectyh() local
435 p1 = ref + offsetRef[i]; in SAD_MB_HP_HTFM_Collectyh()
504 Int *offsetRef = htfm_stat->offsetRef; in SAD_MB_HP_HTFM_Collectxh() local
513 p1 = ref + offsetRef[i]; in SAD_MB_HP_HTFM_Collectxh()
578 Int *offsetRef = nrmlz_th + 32; in SAD_MB_HP_HTFMxhyh() local
589 p1 = ref + offsetRef[i]; in SAD_MB_HP_HTFMxhyh()
646 Int *offsetRef = nrmlz_th + 32; in SAD_MB_HP_HTFMyh() local
657 p1 = ref + offsetRef[i]; in SAD_MB_HP_HTFMyh()
[all …]
Dsad.cpp118 Int *offsetRef = htfm_stat->offsetRef; in SAD_MB_HTFM_Collect() local
125 p1 = ref + offsetRef[i]; in SAD_MB_HTFM_Collect()
218 Int *offsetRef = (Int*) extra_info + 32; in SAD_MB_HTFM() local
228 p1 = ref + offsetRef[i]; in SAD_MB_HTFM()
Dmp4lib_int.h313 Int offsetRef[16]; member
Dmotion_est.cpp567 offset2 = htfm_stat->offsetRef; in InitHTFM()