Searched defs:further_steps (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_pickmode.c114 int further_steps = (cpi->sf.max_step_search_steps - 1) - step_param; local
117 sadpb, further_steps, 1,
H A Dvp9_firstpass.c398 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; local
410 further_steps -= sr;
436 while (n < further_steps) {
H A Dvp9_mcomp.c1244 int sadpb, int further_steps, int do_refine,
1259 if (n > further_steps)
1262 while (n < further_steps) {
1276 if (num00 > further_steps - n)
1242 vp9_full_pixel_diamond(const VP9_COMP *cpi, MACROBLOCK *x, MV *mvp_full, int step_param, int sadpb, int further_steps, int do_refine, const vp9_variance_fn_ptr_t *fn_ptr, const MV *ref_mv, MV *dst_mv) argument
H A Dvp9_rdopt.c1797 int further_steps; local
1841 further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param;
1879 sadpb, further_steps, 0, v_fn_ptr,
2379 int further_steps, step_param; local
2460 further_steps = (cpi->sf.max_step_search_steps - 1) - step_param;
2499 sadpb, further_steps, 1,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dpickinter.c861 int further_steps; local
961 further_steps = (cpi->Speed >= 8)?
996 while (n < further_steps)
H A Dfirstpass.c450 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; local
482 while (n < further_steps)
H A Drdopt.c1186 int further_steps; local
1223 further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param;
1247 while (n < further_steps)
2240 int further_steps; local
2296 further_steps = (cpi->sf.max_step_search_steps - 1) - step_param;
2302 if (n > further_steps)
2305 while (n < further_steps)
2319 if (num00 > (further_steps-n))

Completed in 223 milliseconds