Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c1026 static const int search_param_to_steps[MAX_MVSEARCH_STEPS] = { in vp9_pattern_search() local
1037 int best_init_s = search_param_to_steps[search_param]; in vp9_pattern_search()
1196 static const int search_param_to_steps[MAX_MVSEARCH_STEPS] = { in vp9_pattern_search_sad() local
1207 int best_init_s = search_param_to_steps[search_param]; in vp9_pattern_search_sad()
/external/libaom/libaom/av1/encoder/
Dmcomp.c1123 static const int search_param_to_steps[MAX_MVSEARCH_STEPS] = { in pattern_search() local
1136 int best_init_s = search_param_to_steps[search_param]; in pattern_search()