Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_non_greedy_mv.h23 #define LOG2_PRECISION 20 macro
Dvp9_mcomp.c1746 << LOG2_PRECISION) + in exhaustive_mesh_search_multi_step()
1757 << LOG2_PRECISION; in exhaustive_mesh_search_multi_step()
1783 << LOG2_PRECISION) + in exhaustive_mesh_search_single_step()
1800 int64_t sad = (int64_t)sads[i] << LOG2_PRECISION; in exhaustive_mesh_search_single_step()
1824 int64_t sad = (int64_t)sads[i] << LOG2_PRECISION; in exhaustive_mesh_search_single_step()
1841 << LOG2_PRECISION; in exhaustive_mesh_search_single_step()
1974 << LOG2_PRECISION; in diamond_search_sad_new()
2007 const int64_t mv_dist = (int64_t)sad_array[t] << LOG2_PRECISION; in diamond_search_sad_new()
2032 << LOG2_PRECISION; in diamond_search_sad_new()
2658 << LOG2_PRECISION; in vp9_refining_search_sad_new()
[all …]
Dvp9_non_greedy_mv.c329 return slope * (v - LOG2_TABLE_SIZE) + (10 << LOG2_PRECISION); in log2_approximation()