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

/external/libvpx/libvpx/vp8/encoder/
H A Dpickinter.c865 int further_steps; local
965 further_steps = (cpi->Speed >= 8)?
1000 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.c1180 int further_steps; local
1217 further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param;
1241 while (n < further_steps)
2235 int further_steps; local
2291 further_steps = (cpi->sf.max_step_search_steps - 1) - step_param;
2297 if (n > further_steps)
2300 while (n < further_steps)
2314 if (num00 > (further_steps-n))
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c999 int sadpb, int further_steps, int do_refine,
1013 if (n > further_steps)
1016 while (n < further_steps) {
1029 if (num00 > further_steps - n)
997 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_firstpass.c315 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; local
318 further_steps -= sr;
341 while (n < further_steps) {

Completed in 169 milliseconds