Searched refs:thr_mode_idx (Results 1 – 2 of 2) sorted by relevance
1115 THR_MODES thr_mode_idx = mode_idx[ref_frame][mode_offset(mode)]; in update_thresh_freq_fact_row_mt() local1116 int freq_fact_idx = thresh_freq_fact_idx + thr_mode_idx; in update_thresh_freq_fact_row_mt()1118 if (thr_mode_idx == best_mode_idx) in update_thresh_freq_fact_row_mt()1133 THR_MODES thr_mode_idx = mode_idx[ref_frame][mode_offset(mode)]; in update_thresh_freq_fact() local1134 int *freq_fact = &tile_data->thresh_freq_fact[bsize][thr_mode_idx]; in update_thresh_freq_fact()1135 if (thr_mode_idx == best_mode_idx) in update_thresh_freq_fact()
1152 THR_MODES thr_mode_idx = mode_idx[ref_frame][mode_offset(mode)]; local1153 int *freq_fact = &x->thresh_freq_fact[bsize][thr_mode_idx];1154 if (thr_mode_idx == best_mode_idx) {