Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c244 rd->threshes[segment_id][bsize][i] = rd->thresh_mult[i] < thresh_max in set_block_thresholds()
245 ? rd->thresh_mult[i] * t / 4 in set_block_thresholds()
595 rd->thresh_mult[i] = cpi->oxcf.mode == BEST ? -500 : 0; in vp9_set_rd_speed_thresholds()
598 rd->thresh_mult[THR_NEARESTMV] = 300; in vp9_set_rd_speed_thresholds()
599 rd->thresh_mult[THR_NEARESTG] = 300; in vp9_set_rd_speed_thresholds()
600 rd->thresh_mult[THR_NEARESTA] = 300; in vp9_set_rd_speed_thresholds()
602 rd->thresh_mult[THR_NEARESTMV] = 0; in vp9_set_rd_speed_thresholds()
603 rd->thresh_mult[THR_NEARESTG] = 0; in vp9_set_rd_speed_thresholds()
604 rd->thresh_mult[THR_NEARESTA] = 0; in vp9_set_rd_speed_thresholds()
607 rd->thresh_mult[THR_DC] += 1000; in vp9_set_rd_speed_thresholds()
[all …]
Dvp9_rd.h103 int thresh_mult[MAX_MODES]; member
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c764 for (i = 0; i < MAX_MODES; ++i) sf->thresh_mult[i] = 0; in vp8_set_speed_features()
782 sf->thresh_mult[THR_ZERO1] = sf->thresh_mult[THR_NEAREST1] = in vp8_set_speed_features()
783 sf->thresh_mult[THR_NEAR1] = sf->thresh_mult[THR_DC] = 0; /* always */ in vp8_set_speed_features()
785 sf->thresh_mult[THR_ZERO2] = sf->thresh_mult[THR_ZERO3] = in vp8_set_speed_features()
786 sf->thresh_mult[THR_NEAREST2] = sf->thresh_mult[THR_NEAREST3] = in vp8_set_speed_features()
787 sf->thresh_mult[THR_NEAR2] = sf->thresh_mult[THR_NEAR3] = in vp8_set_speed_features()
790 sf->thresh_mult[THR_V_PRED] = sf->thresh_mult[THR_H_PRED] = in vp8_set_speed_features()
792 sf->thresh_mult[THR_B_PRED] = speed_map(Speed, thresh_mult_map_bpred); in vp8_set_speed_features()
793 sf->thresh_mult[THR_TM] = speed_map(Speed, thresh_mult_map_tm); in vp8_set_speed_features()
794 sf->thresh_mult[THR_NEW1] = speed_map(Speed, thresh_mult_map_new1); in vp8_set_speed_features()
[all …]
Donyx_int.h169 int thresh_mult[MAX_MODES]; member
Drdopt.c214 if (cpi->sf.thresh_mult[i] < INT_MAX) { in vp8_initialize_rd_consts()
215 x->rd_threshes[i] = cpi->sf.thresh_mult[i] * q / 100; in vp8_initialize_rd_consts()
226 if (cpi->sf.thresh_mult[i] < (INT_MAX / q)) { in vp8_initialize_rd_consts()
227 x->rd_threshes[i] = cpi->sf.thresh_mult[i] * q; in vp8_initialize_rd_consts()