Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dfindhalfpel.cpp26 #define HP_DISTANCE_TH 2 /* half-pel distance threshold */ macro
131 if (distance_tab[hp_guess][k] < HP_DISTANCE_TH) in FindHalfPelMB()
/external/opencore/codecs_v2/video/avc_h264/enc/src/
Dfindhalfpel.cpp23 #define HP_DISTANCE_TH 5 // 2 /* half-pel distance threshold */ macro