Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/
Dmcomp.h115 int run_mesh_search; // Sets mesh search unless it got pruned by member
Dmcomp.c151 ms_params->run_mesh_search = 0; in av1_make_default_fullpel_ms_params()
1711 int run_mesh_search = ms_params->run_mesh_search; in av1_full_pixel_search() local
1768 if (!run_mesh_search && in av1_full_pixel_search()
1774 if (var > exhaustive_thr) run_mesh_search = 1; in av1_full_pixel_search()
1783 run_mesh_search = 0; in av1_full_pixel_search()
1822 if (run_mesh_search) { in av1_full_pixel_search()
Dtemporal_filter.c151 full_ms_params.run_mesh_search = 1; in tf_motion_search()
210 full_ms_params.run_mesh_search = 1; in tf_motion_search()