Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Drdopt.c1188 int further_steps; in rd_check_segment() local
1225 further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in rd_check_segment()
1249 while (n < further_steps) in rd_check_segment()
2242 int further_steps; in vp8_rd_pick_inter_mode() local
2297 further_steps = (cpi->sf.max_step_search_steps - 1) - step_param; in vp8_rd_pick_inter_mode()
2303 if (n > further_steps) in vp8_rd_pick_inter_mode()
2306 while (n < further_steps) in vp8_rd_pick_inter_mode()
2320 if (num00 > (further_steps-n)) in vp8_rd_pick_inter_mode()
Dpickinter.c1071 int further_steps; in vp8_pick_inter_mode() local
1176 further_steps = (cpi->Speed >= 8)? in vp8_pick_inter_mode()
1213 while (n < further_steps) in vp8_pick_inter_mode()
Dfirstpass.c451 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in first_pass_motion_search() local
483 while (n < further_steps) in first_pass_motion_search()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c1956 int sadpb, int further_steps, int do_refine, in full_pixel_diamond() argument
1971 if (n > further_steps) in full_pixel_diamond()
1974 while (n < further_steps) { in full_pixel_diamond()
1987 if (num00 > further_steps - n) 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()
435 while (n < further_steps) { in first_pass_motion_search()