Home
last modified time | relevance | path

Searched refs:further_steps (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Drdopt.c1016 int further_steps; in rd_check_segment() local
1051 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() local
2074 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()
Dpickinter.c908 int further_steps; in vp8_pick_inter_mode() local
999 further_steps = in vp8_pick_inter_mode()
1033 while (n < further_steps) { in vp8_pick_inter_mode()
Dfirstpass.c416 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in first_pass_motion_search() local
446 while (n < further_steps) { in first_pass_motion_search()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c2460 const int further_steps = MAX_MVSEARCH_STEPS - 1 - step_param; in vp9_full_pixel_diamond_new() local
2470 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() argument
2539 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()
Dvp9_firstpass.c404 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in first_pass_motion_search() local
407 further_steps -= sr; in first_pass_motion_search()
434 while (n < further_steps) { in first_pass_motion_search()
/external/libaom/libaom/av1/encoder/
Dmcomp.c1136 const int further_steps = cfg->ss_count - 1 - step_param; in full_pixel_diamond() local
1137 while (n < further_steps) { in full_pixel_diamond()
1911 const int further_steps = cfg->ss_count - 1 - step_param; in obmc_full_pixel_diamond() local
1912 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()