Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_mcomp.h58 int sadpb, int further_steps, int do_refine,
Dvp9_pickmode.c114 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()
Dvp9_mcomp.c1244 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()
Dvp9_firstpass.c398 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()
Dvp9_rdopt.c1797 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/
Drdopt.c1186 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()
Dpickinter.c861 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()
Dfirstpass.c450 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()