Home
last modified time | relevance | path

Searched refs:rd_thresh_mult_sub8x8 (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c511 cpi->rd_thresh_mult_sub8x8[i] = is_slowest_mode(cpi->oxcf.mode) ? -500 : 0; in set_rd_speed_thresholds_sub8x8()
513 cpi->rd_thresh_mult_sub8x8[THR_LAST] += 2500; in set_rd_speed_thresholds_sub8x8()
514 cpi->rd_thresh_mult_sub8x8[THR_GOLD] += 2500; in set_rd_speed_thresholds_sub8x8()
515 cpi->rd_thresh_mult_sub8x8[THR_ALTR] += 2500; in set_rd_speed_thresholds_sub8x8()
516 cpi->rd_thresh_mult_sub8x8[THR_INTRA] += 2500; in set_rd_speed_thresholds_sub8x8()
517 cpi->rd_thresh_mult_sub8x8[THR_COMP_LA] += 4500; in set_rd_speed_thresholds_sub8x8()
518 cpi->rd_thresh_mult_sub8x8[THR_COMP_GA] += 4500; in set_rd_speed_thresholds_sub8x8()
523 cpi->rd_thresh_mult_sub8x8[i] = INT_MAX; in set_rd_speed_thresholds_sub8x8()
527 cpi->rd_thresh_mult_sub8x8[THR_LAST] = INT_MAX; in set_rd_speed_thresholds_sub8x8()
529 cpi->rd_thresh_mult_sub8x8[THR_GOLD] = INT_MAX; in set_rd_speed_thresholds_sub8x8()
[all …]
Dvp9_onyx_int.h352 int rd_thresh_mult_sub8x8[MAX_REFS]; member
Dvp9_rdopt.c268 cpi->rd_thresh_mult_sub8x8[i] < thresh_max in set_block_thresholds()
269 ? cpi->rd_thresh_mult_sub8x8[i] * t / 4 in set_block_thresholds()