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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h388 int frames_till_next_var_check; member in struct:VP9_COMP
H A Dvp9_encodeframe.c3227 if (!cpi->frames_till_next_var_check)
3228 cpi->frames_till_next_var_check = set_var_thresh_from_histogram(cpi);
3230 if (cpi->frames_till_next_var_check > 0) {
3232 cpi->frames_till_next_var_check--;
H A Dvp9_encoder.c990 cpi->frames_till_next_var_check = 0;

Completed in 102 milliseconds