Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.h103 int threshes[MAX_SEGMENTS][BLOCK_SIZES][MAX_MODES]; member
Dvp9_rd.c252 rd->threshes[segment_id][bsize][i] = in set_block_thresholds()
258 rd->threshes[segment_id][bsize][i] = in set_block_thresholds()
Dvp9_encodeframe.c3969 const int64_t threshes[SWITCHABLE_FILTER_CONTEXTS], int is_alt_ref) { in get_interp_filter()
3971 threshes[EIGHTTAP_SMOOTH] > threshes[EIGHTTAP] && in get_interp_filter()
3972 threshes[EIGHTTAP_SMOOTH] > threshes[EIGHTTAP_SHARP] && in get_interp_filter()
3973 threshes[EIGHTTAP_SMOOTH] > threshes[SWITCHABLE - 1]) { in get_interp_filter()
3975 } else if (threshes[EIGHTTAP_SHARP] > threshes[EIGHTTAP] && in get_interp_filter()
3976 threshes[EIGHTTAP_SHARP] > threshes[SWITCHABLE - 1]) { in get_interp_filter()
3978 } else if (threshes[EIGHTTAP] > threshes[SWITCHABLE - 1]) { in get_interp_filter()
Dvp9_rdopt.c2959 const int *const rd_threshes = rd_opt->threshes[segment_id][bsize]; in vp9_rd_pick_inter_mode_sb()
3823 rd_opt->threshes[segment_id][bsize][ref_index], in vp9_rd_pick_inter_mode_sub8x8()
3932 rd_opt->threshes[segment_id][bsize][THR_LAST] : in vp9_rd_pick_inter_mode_sub8x8()
3933 rd_opt->threshes[segment_id][bsize][THR_ALTR]; in vp9_rd_pick_inter_mode_sub8x8()
3935 rd_opt->threshes[segment_id][bsize][THR_GOLD] : this_rd_thresh; in vp9_rd_pick_inter_mode_sub8x8()
Dvp9_pickmode.c1097 const int *const rd_threshes = cpi->rd.threshes[mbmi->segment_id][bsize]; in vp9_pick_inter_mode()