Home
last modified time | relevance | path

Searched refs:threshes (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.h106 int threshes[MAX_SEGMENTS][BLOCK_SIZES][MAX_MODES]; member
Dvp9_rd.c298 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()
Dvp9_encodeframe.c5805 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()
Dvp9_rdopt.c3193 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()
Dvp9_pickmode.c1642 const int *const rd_threshes = cpi->rd.threshes[mi->segment_id][bsize]; in vp9_pick_inter_mode()
/external/libaom/libaom/av1/encoder/
Drd.h287 int threshes[MAX_SEGMENTS][BLOCK_SIZES_ALL][MAX_MODES]; member
Drd.c459 rd->threshes[segment_id][bsize][i] = rd->thresh_mult[i] < thresh_max in set_block_thresholds()
Drdopt.c11714 const int *const rd_threshes = cpi->rd.threshes[segment_id][bsize]; in init_inter_mode_search_state()