Searched refs:short_circuit_low_temp_var (Results 1 – 8 of 8) sorted by relevance
546 int short_circuit_low_temp_var; member
663 sf->short_circuit_low_temp_var = 1; in set_rt_speed_feature_framesize_independent()747 sf->short_circuit_low_temp_var = 3; in set_rt_speed_feature_framesize_independent()754 if (noise_level >= kMedium) sf->short_circuit_low_temp_var = 2; in set_rt_speed_feature_framesize_independent()960 sf->short_circuit_low_temp_var = 0; in vp9_set_speed_features_framesize_independent()
1944 if (cpi->sf.short_circuit_low_temp_var) { in vp9_pick_inter_mode()1949 if ((cpi->sf.short_circuit_low_temp_var == 1 || in vp9_pick_inter_mode()1950 cpi->sf.short_circuit_low_temp_var == 3) && in vp9_pick_inter_mode()2170 (cpi->sf.short_circuit_low_temp_var >= 2 || in vp9_pick_inter_mode()2171 (cpi->sf.short_circuit_low_temp_var == 1 && bsize == BLOCK_64X64)) && in vp9_pick_inter_mode()
878 (cpi->sf.short_circuit_low_temp_var == 1 || in set_low_temp_var_flag()908 int64_t threshold_32x32 = (cpi->sf.short_circuit_low_temp_var == 1 || in set_low_temp_var_flag()909 cpi->sf.short_circuit_low_temp_var == 3) in set_low_temp_var_flag()914 } else if (cpi->sf.short_circuit_low_temp_var >= 2) { in set_low_temp_var_flag()1509 y_sad_thr = cpi->sf.short_circuit_low_temp_var ? (y_sad * 7) >> 3 : y_sad; in choose_partitioning()1782 if (cpi->sf.short_circuit_low_temp_var) { in choose_partitioning()5393 y_sad_thr = cpi->sf.short_circuit_low_temp_var ? (y_sad * 7) >> 3 : y_sad; in get_estimated_pred()
924 int short_circuit_low_temp_var; member
550 (cpi->sf.rt_sf.short_circuit_low_temp_var == 1 || in set_low_temp_var_flag()997 if (cpi->sf.rt_sf.short_circuit_low_temp_var) { in av1_choose_var_based_partitioning()
856 sf->rt_sf.short_circuit_low_temp_var = 0; in set_rt_speed_features_framesize_independent()868 sf->rt_sf.short_circuit_low_temp_var = 1; in set_rt_speed_features_framesize_independent()
1604 if (cpi->sf.rt_sf.short_circuit_low_temp_var &&1750 (cpi->sf.short_circuit_low_temp_var >= 2 ||1751 (cpi->sf.short_circuit_low_temp_var == 1 && bsize == BLOCK_64X64))