Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.h98 int threshes[MAX_SEGMENTS][BLOCK_SIZES][MAX_MODES]; member
Dvp9_rd.c164 rd->threshes[segment_id][bsize][i] = in set_block_thresholds()
170 rd->threshes[segment_id][bsize][i] = in set_block_thresholds()
Dvp9_encodeframe.c3354 const int64_t threshes[SWITCHABLE_FILTER_CONTEXTS], int is_alt_ref) { in get_interp_filter()
3356 threshes[EIGHTTAP_SMOOTH] > threshes[EIGHTTAP] && in get_interp_filter()
3357 threshes[EIGHTTAP_SMOOTH] > threshes[EIGHTTAP_SHARP] && in get_interp_filter()
3358 threshes[EIGHTTAP_SMOOTH] > threshes[SWITCHABLE - 1]) { in get_interp_filter()
3360 } else if (threshes[EIGHTTAP_SHARP] > threshes[EIGHTTAP] && in get_interp_filter()
3361 threshes[EIGHTTAP_SHARP] > threshes[SWITCHABLE - 1]) { in get_interp_filter()
3363 } else if (threshes[EIGHTTAP] > threshes[SWITCHABLE - 1]) { in get_interp_filter()
Dvp9_rdopt.c2533 const int *const rd_threshes = rd_opt->threshes[segment_id][bsize]; in vp9_rd_pick_inter_mode_sb()
3324 rd_opt->threshes[segment_id][bsize][ref_index], in vp9_rd_pick_inter_mode_sub8x8()
3441 rd_opt->threshes[segment_id][bsize][THR_LAST] : in vp9_rd_pick_inter_mode_sub8x8()
3442 rd_opt->threshes[segment_id][bsize][THR_ALTR]; in vp9_rd_pick_inter_mode_sub8x8()
3444 rd_opt->threshes[segment_id][bsize][THR_GOLD] : this_rd_thresh; in vp9_rd_pick_inter_mode_sub8x8()
Dvp9_pickmode.c391 const int *const rd_threshes = cpi->rd.threshes[segment_id][bsize]; in vp9_pick_inter_mode()