Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dmcomp.c2359 int exhuastive_thr = sf->exhaustive_searches_thresh; in av1_full_pixel_search() local
2360 exhuastive_thr >>= in av1_full_pixel_search()
2364 if (var > exhuastive_thr) { in av1_full_pixel_search()
2385 int exhuastive_thr = sf->exhaustive_searches_thresh; in av1_full_pixel_search() local
2386 exhuastive_thr >>= in av1_full_pixel_search()
2389 if (var > exhuastive_thr) run_mesh_search = 1; in av1_full_pixel_search()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c2717 const int64_t exhuastive_thr = in vp9_full_pixel_search() local
2720 if (var > exhuastive_thr) run_exhaustive_search = 1; in vp9_full_pixel_search()