Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Drdopt.c286 x->rd_threshes[i] = cpi->sf.thresh_mult[i] * q / 100; in vp8_initialize_rd_consts()
290 x->rd_threshes[i] = INT_MAX; in vp8_initialize_rd_consts()
293 cpi->rd_baseline_thresh[i] = x->rd_threshes[i]; in vp8_initialize_rd_consts()
304 x->rd_threshes[i] = cpi->sf.thresh_mult[i] * q; in vp8_initialize_rd_consts()
308 x->rd_threshes[i] = INT_MAX; in vp8_initialize_rd_consts()
311 cpi->rd_baseline_thresh[i] = x->rd_threshes[i]; in vp8_initialize_rd_consts()
2026 if (best_mode.rd <= x->rd_threshes[mode_index]) in vp8_rd_pick_inter_mode()
2084 x->rd_threshes[mode_index] = in vp8_rd_pick_inter_mode()
2177 x->rd_threshes[THR_NEW1] : x->rd_threshes[THR_NEW3]; in vp8_rd_pick_inter_mode()
2179 x->rd_threshes[THR_NEW2] : this_rd_thresh; in vp8_rd_pick_inter_mode()
[all …]
Dblock.h148 int rd_threshes[MAX_MODES]; member
Dpickinter.c712 if (best_rd <= x->rd_threshes[mode_index]) in vp8_pick_inter_mode()
770 x->rd_threshes[mode_index] = in vp8_pick_inter_mode()
1123 x->rd_threshes[mode_index] = in vp8_pick_inter_mode()
1138 x->rd_threshes[mode_index] = in vp8_pick_inter_mode()
1157 x->rd_threshes[best_mode_index] = in vp8_pick_inter_mode()
Dethreading.c438 vpx_memcpy(z->rd_threshes, x->rd_threshes, sizeof(x->rd_threshes)); in setup_mbby_copy()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c391 const int *const rd_threshes = cpi->rd.threshes[segment_id][bsize]; in vp9_pick_inter_mode() local
499 mode_rd_thresh = rd_threshes[mode_idx[ref_frame - LAST_FRAME] in vp9_pick_inter_mode()
Dvp9_rdopt.c2533 const int *const rd_threshes = rd_opt->threshes[segment_id][bsize]; in vp9_rd_pick_inter_mode_sb() local
2675 if (rd_less_than_thresh(best_rd, rd_threshes[mode_index], in vp9_rd_pick_inter_mode_sb()