HomeSort by relevance Sort by last modified time
    Searched refs:short_circuit_low_temp_var (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_speed_features.h 472 int short_circuit_low_temp_var; member in struct:SPEED_FEATURES
vp9_speed_features.c 532 sf->short_circuit_low_temp_var = 1;
594 sf->short_circuit_low_temp_var = 3;
601 if (noise_level >= kMedium) sf->short_circuit_low_temp_var = 2;
603 // Since the short_circuit_low_temp_var is used, reduce the
746 sf->short_circuit_low_temp_var = 0;
vp9_pickmode.c     [all...]
vp9_encodeframe.c 790 (cpi->sf.short_circuit_low_temp_var == 1 ||
820 int64_t threshold_32x32 = (cpi->sf.short_circuit_low_temp_var == 1 ||
821 cpi->sf.short_circuit_low_temp_var == 3)
826 } else if (cpi->sf.short_circuit_low_temp_var >= 2) {
    [all...]

Completed in 73 milliseconds