Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dmotion_estimation.c26 static const int8_t hex2[6][2] = {{-2, 0}, {-1,-2}, {-1, 2}, { 1,-2}, { 1, 2}, { 2, 0}}; variable
317 COST_P_MV(x + hex2[i][0], y + hex2[i][1]); in ff_me_search_hexbs()
424 COST_P_MV(x + hex2[i][0], y + hex2[i][1]); in ff_me_search_umh()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
Dindic.pl260 print " ", hex2($code), " (", formatScriptList($aref), ")";
547 sub hex2 { subroutine