Searched refs:further_steps (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_mcomp.h | 58 int sadpb, int further_steps, int do_refine,
|
D | vp9_pickmode.c | 114 int further_steps = (cpi->sf.max_step_search_steps - 1) - step_param; in full_pixel_motion_search() local 117 sadpb, further_steps, 1, in full_pixel_motion_search()
|
D | vp9_mcomp.c | 1244 int sadpb, int further_steps, int do_refine, in vp9_full_pixel_diamond() argument 1259 if (n > further_steps) in vp9_full_pixel_diamond() 1262 while (n < further_steps) { in vp9_full_pixel_diamond() 1276 if (num00 > further_steps - n) in vp9_full_pixel_diamond()
|
D | vp9_firstpass.c | 398 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in first_pass_motion_search() local 410 further_steps -= sr; in first_pass_motion_search() 436 while (n < further_steps) { in first_pass_motion_search()
|
D | vp9_rdopt.c | 1797 int further_steps; in rd_check_segment_txsize() local 1841 further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in rd_check_segment_txsize() 1879 sadpb, further_steps, 0, v_fn_ptr, in rd_check_segment_txsize() 2379 int further_steps, step_param; in single_motion_search() local 2460 further_steps = (cpi->sf.max_step_search_steps - 1) - step_param; in single_motion_search() 2499 sadpb, further_steps, 1, in single_motion_search()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | rdopt.c | 1186 int further_steps; in rd_check_segment() local 1223 further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in rd_check_segment() 1247 while (n < further_steps) in rd_check_segment() 2240 int further_steps; in vp8_rd_pick_inter_mode() local 2296 further_steps = (cpi->sf.max_step_search_steps - 1) - step_param; in vp8_rd_pick_inter_mode() 2302 if (n > further_steps) in vp8_rd_pick_inter_mode() 2305 while (n < further_steps) in vp8_rd_pick_inter_mode() 2319 if (num00 > (further_steps-n)) in vp8_rd_pick_inter_mode()
|
D | pickinter.c | 861 int further_steps; in vp8_pick_inter_mode() local 961 further_steps = (cpi->Speed >= 8)? in vp8_pick_inter_mode() 996 while (n < further_steps) in vp8_pick_inter_mode()
|
D | firstpass.c | 450 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in first_pass_motion_search() local 482 while (n < further_steps) in first_pass_motion_search()
|