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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_speed_features.h347 int source_var_thresh; member in struct:__anon24976
H A Dvp9_speed_features.c271 sf->source_var_thresh = 360;
346 sf->source_var_thresh = 100;
H A Dvp9_encodeframe.c1486 const int thr_32x32 = cpi->sf.source_var_thresh;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h387 unsigned int source_var_thresh; member in struct:VP9_COMP
H A Dvp9_encodeframe.c1176 unsigned int thr = cpi->source_var_thresh;
3193 cpi->source_var_thresh = 0;
3200 cpi->source_var_thresh = (i + 1) * VAR_HIST_FACTOR;
H A Dvp9_encoder.c989 cpi->source_var_thresh = 0;

Completed in 155 milliseconds