Searched refs:threshes (Results 1 – 8 of 8) sorted by relevance
106 int threshes[MAX_SEGMENTS][BLOCK_SIZES][MAX_MODES]; member
298 rd->threshes[segment_id][bsize][i] = rd->thresh_mult[i] < thresh_max in set_block_thresholds()303 rd->threshes[segment_id][bsize][i] = in set_block_thresholds()
5805 const int64_t threshes[SWITCHABLE_FILTER_CONTEXTS], int is_alt_ref) { in get_interp_filter()5806 if (!is_alt_ref && threshes[EIGHTTAP_SMOOTH] > threshes[EIGHTTAP] && in get_interp_filter()5807 threshes[EIGHTTAP_SMOOTH] > threshes[EIGHTTAP_SHARP] && in get_interp_filter()5808 threshes[EIGHTTAP_SMOOTH] > threshes[SWITCHABLE - 1]) { in get_interp_filter()5810 } else if (threshes[EIGHTTAP_SHARP] > threshes[EIGHTTAP] && in get_interp_filter()5811 threshes[EIGHTTAP_SHARP] > threshes[SWITCHABLE - 1]) { in get_interp_filter()5813 } else if (threshes[EIGHTTAP] > threshes[SWITCHABLE - 1]) { in get_interp_filter()
3193 const int *const rd_threshes = rd_opt->threshes[segment_id][bsize]; in vp9_rd_pick_inter_mode_sb()4069 rd_opt->threshes[segment_id][bsize][ref_index], in vp9_rd_pick_inter_mode_sub8x8()4190 ? rd_opt->threshes[segment_id][bsize][THR_LAST] in vp9_rd_pick_inter_mode_sub8x8()4191 : rd_opt->threshes[segment_id][bsize][THR_ALTR]; in vp9_rd_pick_inter_mode_sub8x8()4193 ? rd_opt->threshes[segment_id][bsize][THR_GOLD] in vp9_rd_pick_inter_mode_sub8x8()
1642 const int *const rd_threshes = cpi->rd.threshes[mi->segment_id][bsize]; in vp9_pick_inter_mode()
287 int threshes[MAX_SEGMENTS][BLOCK_SIZES_ALL][MAX_MODES]; member
459 rd->threshes[segment_id][bsize][i] = rd->thresh_mult[i] < thresh_max in set_block_thresholds()
11714 const int *const rd_threshes = cpi->rd.threshes[segment_id][bsize]; in init_inter_mode_search_state()