Searched refs:filt_high (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/vp8/encoder/
H A Dpicklpf.c301 int filt_high = 0; local
383 filt_high = ((filt_mid + filter_step) > max_filter_level) ? max_filter_level : (filt_mid + filter_step);
426 // Now look at filt_high
427 if ((filt_direction >= 0) && (filt_high != filt_mid))
429 vp8cx_set_alt_lf_level(cpi, filt_high);
430 vp8_loop_filter_frame_yonly(cm, &cpi->mb.e_mbd, filt_high, 0);
459 filt_best = filt_high;

Completed in 40 milliseconds