Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dtemporal_filter.c186 int further_steps; in find_matching_mb() local
221 further_steps = in find_matching_mb()
227 further_steps = 0; in find_matching_mb()
258 while (n < further_steps) in find_matching_mb()
Dpickinter.c669 int further_steps; in vp8_pick_inter_mode() local
677 further_steps = (cpi->sf.max_step_search_steps - 1) - step_param; in vp8_pick_inter_mode()
682 further_steps = 0; in vp8_pick_inter_mode()
693 while (n < further_steps) in vp8_pick_inter_mode()
738 while (n < further_steps) in vp8_pick_inter_mode()
Drdopt.c1222 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in vp8_rd_pick_best_mbsegmentation() local
1244 while (n < further_steps) in vp8_rd_pick_best_mbsegmentation()
1764 int further_steps; in vp8_rd_pick_inter_mode() local
1793 further_steps = (cpi->sf.max_step_search_steps - 1) - step_param; in vp8_rd_pick_inter_mode()
1798 while (n < further_steps) in vp8_rd_pick_inter_mode()
Dfirstpass.c463 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; //3; in vp8_first_pass_motion_search() local
490 while (n < further_steps) in vp8_first_pass_motion_search()