Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dmcomp.h95 int further_steps, int do_refine, int *cost_list,
146 int further_steps, int do_refine,
Dfirstpass.c227 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in first_pass_motion_search() local
230 further_steps -= sr; in first_pass_motion_search()
255 while (n < further_steps) { in first_pass_motion_search()
Dmcomp.c1801 int further_steps, int do_refine, int *cost_list, in full_pixel_diamond() argument
1814 if (n > further_steps) do_refine = 0; in full_pixel_diamond()
1816 while (n < further_steps) { in full_pixel_diamond()
1829 if (num00 > further_steps - n) do_refine = 0; in full_pixel_diamond()
2890 int further_steps, int do_refine, in obmc_full_pixel_diamond() argument
2909 if (n > further_steps) do_refine = 0; in obmc_full_pixel_diamond()
2911 while (n < further_steps) { in obmc_full_pixel_diamond()
2925 if (num00 > further_steps - n) do_refine = 0; in obmc_full_pixel_diamond()
2952 int step_param, int sadpb, int further_steps, in av1_obmc_full_pixel_search() argument
2959 further_steps, do_refine, fn_ptr, ref_mv, in av1_obmc_full_pixel_search()
/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()
2018 int further_steps; in vp8_rd_pick_inter_mode() local
2069 further_steps = (cpi->sf.max_step_search_steps - 1) - step_param; in vp8_rd_pick_inter_mode()
2076 if (n > further_steps) do_refine = 0; in vp8_rd_pick_inter_mode()
2078 while (n < further_steps) { in vp8_rd_pick_inter_mode()
2089 if (num00 > (further_steps - n)) do_refine = 0; in vp8_rd_pick_inter_mode()
Dpickinter.c905 int further_steps; in vp8_pick_inter_mode() local
996 further_steps = in vp8_pick_inter_mode()
1030 while (n < further_steps) { in vp8_pick_inter_mode()
Dfirstpass.c420 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in first_pass_motion_search() local
450 while (n < further_steps) { in first_pass_motion_search()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c2281 const int further_steps = MAX_MVSEARCH_STEPS - 1 - step_param; in vp9_full_pixel_diamond_new() local
2289 if (n > further_steps) do_refine = 0; in vp9_full_pixel_diamond_new()
2291 while (n < further_steps) { in vp9_full_pixel_diamond_new()
2303 if (num00 > further_steps - n) do_refine = 0; in vp9_full_pixel_diamond_new()
2339 int step_param, int sadpb, int further_steps, in full_pixel_diamond() argument
2353 if (n > further_steps) do_refine = 0; in full_pixel_diamond()
2355 while (n < further_steps) { in full_pixel_diamond()
2368 if (num00 > further_steps - n) do_refine = 0; in full_pixel_diamond()
Dvp9_firstpass.c403 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in first_pass_motion_search() local
406 further_steps -= sr; in first_pass_motion_search()
433 while (n < further_steps) { in first_pass_motion_search()