Searched refs:short_circuit_low_temp_var (Results 1 – 4 of 4) sorted by relevance
664 sf->short_circuit_low_temp_var = 1; in set_rt_speed_feature_framesize_independent()743 sf->short_circuit_low_temp_var = 3; in set_rt_speed_feature_framesize_independent()750 if (noise_level >= kMedium) sf->short_circuit_low_temp_var = 2; in set_rt_speed_feature_framesize_independent()938 sf->short_circuit_low_temp_var = 0; in vp9_set_speed_features_framesize_independent()
545 int short_circuit_low_temp_var; member
1873 if (cpi->sf.short_circuit_low_temp_var) { in vp9_pick_inter_mode()1878 if ((cpi->sf.short_circuit_low_temp_var == 1 || in vp9_pick_inter_mode()1879 cpi->sf.short_circuit_low_temp_var == 3) && in vp9_pick_inter_mode()2065 (cpi->sf.short_circuit_low_temp_var >= 2 || in vp9_pick_inter_mode()2066 (cpi->sf.short_circuit_low_temp_var == 1 && bsize == BLOCK_64X64)) && in vp9_pick_inter_mode()
819 (cpi->sf.short_circuit_low_temp_var == 1 || in set_low_temp_var_flag()849 int64_t threshold_32x32 = (cpi->sf.short_circuit_low_temp_var == 1 || in set_low_temp_var_flag()850 cpi->sf.short_circuit_low_temp_var == 3) in set_low_temp_var_flag()855 } else if (cpi->sf.short_circuit_low_temp_var >= 2) { in set_low_temp_var_flag()1441 y_sad_thr = cpi->sf.short_circuit_low_temp_var ? (y_sad * 7) >> 3 : y_sad; in choose_partitioning()1714 if (cpi->sf.short_circuit_low_temp_var) { in choose_partitioning()5206 y_sad_thr = cpi->sf.short_circuit_low_temp_var ? (y_sad * 7) >> 3 : y_sad; in get_estimated_pred()