Home
last modified time | relevance | path

Searched refs:LOG2_PRECISION (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/vp9/encoder/
Dvp9_non_greedy_mv.h23 #define LOG2_PRECISION 20 macro
Dvp9_mcomp.c1754 << LOG2_PRECISION) + in exhaustive_mesh_search_multi_step()
1765 << LOG2_PRECISION; in exhaustive_mesh_search_multi_step()
1791 << LOG2_PRECISION) + in exhaustive_mesh_search_single_step()
1809 int64_t sad = (int64_t)sads[i] << LOG2_PRECISION; in exhaustive_mesh_search_single_step()
1826 << LOG2_PRECISION; in exhaustive_mesh_search_single_step()
1959 << LOG2_PRECISION; in diamond_search_sad_new()
1992 const int64_t mv_dist = (int64_t)sad_array[t] << LOG2_PRECISION; in diamond_search_sad_new()
2017 << LOG2_PRECISION; in diamond_search_sad_new()
2643 << LOG2_PRECISION; in vp9_refining_search_sad_new()
2667 const int64_t mv_dist = (int64_t)sads[j] << LOG2_PRECISION; in vp9_refining_search_sad_new()
[all …]
Dvp9_non_greedy_mv.c330 return slope * (v - LOG2_TABLE_SIZE) + (10 << LOG2_PRECISION); in log2_approximation()