Searched refs:further_steps (Results 1 – 6 of 6) sorted by relevance
1016 int further_steps; in rd_check_segment() local1051 further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in rd_check_segment()1074 while (n < further_steps) { in rd_check_segment()2023 int further_steps; in vp8_rd_pick_inter_mode() local2074 further_steps = (cpi->sf.max_step_search_steps - 1) - step_param; in vp8_rd_pick_inter_mode()2081 if (n > further_steps) do_refine = 0; in vp8_rd_pick_inter_mode()2083 while (n < further_steps) { in vp8_rd_pick_inter_mode()2094 if (num00 > (further_steps - n)) do_refine = 0; in vp8_rd_pick_inter_mode()
908 int further_steps; in vp8_pick_inter_mode() local999 further_steps = in vp8_pick_inter_mode()1033 while (n < further_steps) { in vp8_pick_inter_mode()
416 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in first_pass_motion_search() local446 while (n < further_steps) { in first_pass_motion_search()
2460 const int further_steps = MAX_MVSEARCH_STEPS - 1 - step_param; in vp9_full_pixel_diamond_new() local2470 if (n > further_steps) do_refine = 0; in vp9_full_pixel_diamond_new()2472 while (n < further_steps) { in vp9_full_pixel_diamond_new()2483 if (num00 > further_steps - n) do_refine = 0; in vp9_full_pixel_diamond_new()2525 int step_param, int sadpb, int further_steps, in full_pixel_diamond() argument2539 if (n > further_steps) do_refine = 0; in full_pixel_diamond()2541 while (n < further_steps) { in full_pixel_diamond()2554 if (num00 > further_steps - n) do_refine = 0; in full_pixel_diamond()
404 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in first_pass_motion_search() local407 further_steps -= sr; in first_pass_motion_search()434 while (n < further_steps) { in first_pass_motion_search()
1136 const int further_steps = cfg->ss_count - 1 - step_param; in full_pixel_diamond() local1137 while (n < further_steps) { in full_pixel_diamond()1911 const int further_steps = cfg->ss_count - 1 - step_param; in obmc_full_pixel_diamond() local1912 if (n > further_steps) do_refine = 0; in obmc_full_pixel_diamond()1914 while (n < further_steps) { in obmc_full_pixel_diamond()1925 if (num00 > further_steps - n) do_refine = 0; in obmc_full_pixel_diamond()