Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.h106 int threshes[MAX_SEGMENTS][BLOCK_SIZES][MAX_MODES]; member
Dvp9_rd.c244 rd->threshes[segment_id][bsize][i] = rd->thresh_mult[i] < thresh_max in set_block_thresholds()
249 rd->threshes[segment_id][bsize][i] = in set_block_thresholds()
Dvp9_encodeframe.c4579 const int64_t threshes[SWITCHABLE_FILTER_CONTEXTS], int is_alt_ref) { in get_interp_filter()
4580 if (!is_alt_ref && threshes[EIGHTTAP_SMOOTH] > threshes[EIGHTTAP] && in get_interp_filter()
4581 threshes[EIGHTTAP_SMOOTH] > threshes[EIGHTTAP_SHARP] && in get_interp_filter()
4582 threshes[EIGHTTAP_SMOOTH] > threshes[SWITCHABLE - 1]) { in get_interp_filter()
4584 } else if (threshes[EIGHTTAP_SHARP] > threshes[EIGHTTAP] && in get_interp_filter()
4585 threshes[EIGHTTAP_SHARP] > threshes[SWITCHABLE - 1]) { in get_interp_filter()
4587 } else if (threshes[EIGHTTAP] > threshes[SWITCHABLE - 1]) { in get_interp_filter()
Dvp9_rdopt.c3046 const int *const rd_threshes = rd_opt->threshes[segment_id][bsize]; in vp9_rd_pick_inter_mode_sb()
3907 rd_opt->threshes[segment_id][bsize][ref_index], in vp9_rd_pick_inter_mode_sub8x8()
4023 ? rd_opt->threshes[segment_id][bsize][THR_LAST] in vp9_rd_pick_inter_mode_sub8x8()
4024 : rd_opt->threshes[segment_id][bsize][THR_ALTR]; in vp9_rd_pick_inter_mode_sub8x8()
4026 ? rd_opt->threshes[segment_id][bsize][THR_GOLD] in vp9_rd_pick_inter_mode_sub8x8()
Dvp9_pickmode.c1443 const int *const rd_threshes = cpi->rd.threshes[mi->segment_id][bsize]; in vp9_pick_inter_mode()