Home
last modified time | relevance | path

Searched refs:rd_threshes (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Drdopt.c288 x->rd_threshes[i] = cpi->sf.thresh_mult[i] * q / 100; in vp8_initialize_rd_consts()
292 x->rd_threshes[i] = INT_MAX; in vp8_initialize_rd_consts()
295 cpi->rd_baseline_thresh[i] = x->rd_threshes[i]; in vp8_initialize_rd_consts()
306 x->rd_threshes[i] = cpi->sf.thresh_mult[i] * q; in vp8_initialize_rd_consts()
310 x->rd_threshes[i] = INT_MAX; in vp8_initialize_rd_consts()
313 cpi->rd_baseline_thresh[i] = x->rd_threshes[i]; in vp8_initialize_rd_consts()
2033 if (best_mode.rd <= x->rd_threshes[mode_index]) in vp8_rd_pick_inter_mode()
2091 x->rd_threshes[mode_index] = in vp8_rd_pick_inter_mode()
2184 x->rd_threshes[THR_NEW1] : x->rd_threshes[THR_NEW3]; in vp8_rd_pick_inter_mode()
2186 x->rd_threshes[THR_NEW2] : this_rd_thresh; in vp8_rd_pick_inter_mode()
[all …]
Dblock.h150 int rd_threshes[MAX_MODES]; member
Dethreading.c438 memcpy(z->rd_threshes, x->rd_threshes, sizeof(x->rd_threshes)); in setup_mbby_copy()
Dpickinter.c918 if (best_rd <= x->rd_threshes[mode_index]) in vp8_pick_inter_mode()
976 x->rd_threshes[mode_index] = in vp8_pick_inter_mode()
1344 x->rd_threshes[mode_index] = in vp8_pick_inter_mode()
1359 x->rd_threshes[mode_index] = in vp8_pick_inter_mode()
1378 x->rd_threshes[best_mode_index] = in vp8_pick_inter_mode()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c1104 const int *const rd_threshes = cpi->rd.threshes[mbmi->segment_id][bsize]; in vp9_pick_inter_mode() local
1259 rd_threshes[mode_index] << 1 : rd_threshes[mode_index]; in vp9_pick_inter_mode()
1568 int mode_rd_thresh = rd_threshes[mode_index]; in vp9_pick_inter_mode()
Dvp9_rdopt.c2992 const int *const rd_threshes = rd_opt->threshes[segment_id][bsize]; in vp9_rd_pick_inter_mode_sb() local
3113 mode_threshold[i] = ((int64_t)rd_threshes[i] * rd_thresh_freq_fact[i]) >> 5; in vp9_rd_pick_inter_mode_sb()