Lines Matching refs:mesh_patterns
88 ms_params->mesh_patterns[0] = mv_sf->mesh_patterns; in av1_make_default_fullpel_ms_params()
89 ms_params->mesh_patterns[1] = mv_sf->intrabc_mesh_patterns; in av1_make_default_fullpel_ms_params()
1633 const struct MESH_PATTERN *const mesh_patterns, in full_pixel_exhaustive() argument
1643 int interval = mesh_patterns[0].interval; in full_pixel_exhaustive()
1644 int range = mesh_patterns[0].range; in full_pixel_exhaustive()
1687 *best_mv, ms_params, mesh_patterns[i].range, in full_pixel_exhaustive()
1688 mesh_patterns[i].interval, best_mv, second_best_mv); in full_pixel_exhaustive()
1690 if (mesh_patterns[i].interval == 1) break; in full_pixel_exhaustive()
1915 const MESH_PATTERN *const mesh_patterns = in av1_full_pixel_search() local
1916 ms_params->mesh_patterns[is_intra_mode]; in av1_full_pixel_search()
1920 full_pixel_exhaustive(*best_mv, ms_params, mesh_patterns, cost_list, in av1_full_pixel_search()