Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dmcomp.h140 int run_mesh_search; // Sets mesh search unless it got pruned by member
Dmcomp.c74 ms_params->run_mesh_search = 0; in av1_make_default_fullpel_ms_params()
1414 int run_mesh_search = ms_params->run_mesh_search; in av1_full_pixel_search() local
1463 if (!run_mesh_search && search_method == NSTEP) { in av1_full_pixel_search()
1468 if (var > exhuastive_thr) run_mesh_search = 1; in av1_full_pixel_search()
1477 run_mesh_search = 0; in av1_full_pixel_search()
1481 if (run_mesh_search) { in av1_full_pixel_search()
Dtemporal_filter.c124 full_ms_params.run_mesh_search = 1; in tf_motion_search()
173 full_ms_params.run_mesh_search = 1; in tf_motion_search()