Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drd.c459 rd->threshes[segment_id][bsize][i] = rd->thresh_mult[i] < thresh_max in set_block_thresholds()
460 ? rd->thresh_mult[i] * t / 4 in set_block_thresholds()
1090 for (i = 0; i < MAX_MODES; ++i) rd->thresh_mult[i] = cpi->oxcf.mode == 0; in av1_set_rd_speed_thresholds()
1093 rd->thresh_mult[THR_NEARESTMV] = 300; in av1_set_rd_speed_thresholds()
1094 rd->thresh_mult[THR_NEARESTL2] = 300; in av1_set_rd_speed_thresholds()
1095 rd->thresh_mult[THR_NEARESTL3] = 300; in av1_set_rd_speed_thresholds()
1096 rd->thresh_mult[THR_NEARESTB] = 300; in av1_set_rd_speed_thresholds()
1097 rd->thresh_mult[THR_NEARESTA2] = 300; in av1_set_rd_speed_thresholds()
1098 rd->thresh_mult[THR_NEARESTA] = 300; in av1_set_rd_speed_thresholds()
1099 rd->thresh_mult[THR_NEARESTG] = 300; in av1_set_rd_speed_thresholds()
[all …]
Drd.h285 int thresh_mult[MAX_MODES]; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c298 rd->threshes[segment_id][bsize][i] = rd->thresh_mult[i] < thresh_max in set_block_thresholds()
299 ? rd->thresh_mult[i] * t / 4 in set_block_thresholds()
650 rd->thresh_mult[i] = cpi->oxcf.mode == BEST ? -500 : 0; in vp9_set_rd_speed_thresholds()
653 rd->thresh_mult[THR_NEARESTMV] = 300; in vp9_set_rd_speed_thresholds()
654 rd->thresh_mult[THR_NEARESTG] = 300; in vp9_set_rd_speed_thresholds()
655 rd->thresh_mult[THR_NEARESTA] = 300; in vp9_set_rd_speed_thresholds()
657 rd->thresh_mult[THR_NEARESTMV] = 0; in vp9_set_rd_speed_thresholds()
658 rd->thresh_mult[THR_NEARESTG] = 0; in vp9_set_rd_speed_thresholds()
659 rd->thresh_mult[THR_NEARESTA] = 0; in vp9_set_rd_speed_thresholds()
662 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.c803 for (i = 0; i < MAX_MODES; ++i) sf->thresh_mult[i] = 0; in vp8_set_speed_features()
821 sf->thresh_mult[THR_ZERO1] = sf->thresh_mult[THR_NEAREST1] = in vp8_set_speed_features()
822 sf->thresh_mult[THR_NEAR1] = sf->thresh_mult[THR_DC] = 0; /* always */ in vp8_set_speed_features()
824 sf->thresh_mult[THR_ZERO2] = sf->thresh_mult[THR_ZERO3] = in vp8_set_speed_features()
825 sf->thresh_mult[THR_NEAREST2] = sf->thresh_mult[THR_NEAREST3] = in vp8_set_speed_features()
826 sf->thresh_mult[THR_NEAR2] = sf->thresh_mult[THR_NEAR3] = in vp8_set_speed_features()
829 sf->thresh_mult[THR_V_PRED] = sf->thresh_mult[THR_H_PRED] = in vp8_set_speed_features()
831 sf->thresh_mult[THR_B_PRED] = speed_map(Speed, thresh_mult_map_bpred); in vp8_set_speed_features()
832 sf->thresh_mult[THR_TM] = speed_map(Speed, thresh_mult_map_tm); in vp8_set_speed_features()
833 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.c216 if (cpi->sf.thresh_mult[i] < INT_MAX) { in vp8_initialize_rd_consts()
217 x->rd_threshes[i] = cpi->sf.thresh_mult[i] * q / 100; in vp8_initialize_rd_consts()
228 if (cpi->sf.thresh_mult[i] < (INT_MAX / q)) { in vp8_initialize_rd_consts()
229 x->rd_threshes[i] = cpi->sf.thresh_mult[i] * q; in vp8_initialize_rd_consts()