Home
last modified time | relevance | path

Searched refs:rd_thresh_sub8x8 (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h356 int rd_thresh_sub8x8[MAX_SEGMENTS][BLOCK_SIZES][MAX_REFS]; member
Dvp9_rdopt.c267 cpi->rd_thresh_sub8x8[segment_id][bsize][i] = in set_block_thresholds()
3891 ((int64_t)cpi->rd_thresh_sub8x8[segment_id][bsize][mode_index] * in vp9_rd_pick_inter_mode_sub8x8()
3893 cpi->rd_thresh_sub8x8[segment_id][bsize][mode_index] == INT_MAX) in vp9_rd_pick_inter_mode_sub8x8()
4035 cpi->rd_thresh_sub8x8[segment_id][bsize][THR_LAST] : in vp9_rd_pick_inter_mode_sub8x8()
4036 cpi->rd_thresh_sub8x8[segment_id][bsize][THR_ALTR]; in vp9_rd_pick_inter_mode_sub8x8()
4038 cpi->rd_thresh_sub8x8[segment_id][bsize][THR_GOLD] : this_rd_thresh; in vp9_rd_pick_inter_mode_sub8x8()