Searched refs:threshes (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/python/test/ |
D | goodfeatures.py | 13 threshes = [ x / 100. for x in range(1,10) ] 15 …cv.GoodFeaturesToTrack(arr, eig_image, temp_image, 20000, t, 2, useHarris = 1)) for t in threshes]) 22 …cv.GoodFeaturesToTrack(arr, eig_image, temp_image, 20000, t, 2, useHarris = 1)) for t in threshes]) 25 for t0,t1 in zip(threshes, threshes[1:]):
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rd.h | 103 int threshes[MAX_SEGMENTS][BLOCK_SIZES][MAX_MODES]; member
|
D | vp9_rd.c | 253 rd->threshes[segment_id][bsize][i] = in set_block_thresholds() 259 rd->threshes[segment_id][bsize][i] = in set_block_thresholds()
|
D | vp9_encodeframe.c | 3986 const int64_t threshes[SWITCHABLE_FILTER_CONTEXTS], int is_alt_ref) { in get_interp_filter() 3988 threshes[EIGHTTAP_SMOOTH] > threshes[EIGHTTAP] && in get_interp_filter() 3989 threshes[EIGHTTAP_SMOOTH] > threshes[EIGHTTAP_SHARP] && in get_interp_filter() 3990 threshes[EIGHTTAP_SMOOTH] > threshes[SWITCHABLE - 1]) { in get_interp_filter() 3992 } else if (threshes[EIGHTTAP_SHARP] > threshes[EIGHTTAP] && in get_interp_filter() 3993 threshes[EIGHTTAP_SHARP] > threshes[SWITCHABLE - 1]) { in get_interp_filter() 3995 } else if (threshes[EIGHTTAP] > threshes[SWITCHABLE - 1]) { in get_interp_filter()
|
D | vp9_rdopt.c | 2992 const int *const rd_threshes = rd_opt->threshes[segment_id][bsize]; in vp9_rd_pick_inter_mode_sb() 3857 rd_opt->threshes[segment_id][bsize][ref_index], in vp9_rd_pick_inter_mode_sub8x8() 3975 rd_opt->threshes[segment_id][bsize][THR_LAST] : in vp9_rd_pick_inter_mode_sub8x8() 3976 rd_opt->threshes[segment_id][bsize][THR_ALTR]; in vp9_rd_pick_inter_mode_sub8x8() 3978 rd_opt->threshes[segment_id][bsize][THR_GOLD] : this_rd_thresh; in vp9_rd_pick_inter_mode_sub8x8()
|
D | vp9_pickmode.c | 1104 const int *const rd_threshes = cpi->rd.threshes[mbmi->segment_id][bsize]; in vp9_pick_inter_mode()
|