Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c3232 const int64_t *mode_thresh = cpi->rd_prediction_type_threshes[frame_type]; in vp9_encode_frame() local
3238 else if (mode_thresh[COMPOUND_REFERENCE] > mode_thresh[SINGLE_REFERENCE] && in vp9_encode_frame()
3239 mode_thresh[COMPOUND_REFERENCE] > in vp9_encode_frame()
3240 mode_thresh[REFERENCE_MODE_SELECT] && in vp9_encode_frame()
3244 else if (mode_thresh[SINGLE_REFERENCE] > mode_thresh[REFERENCE_MODE_SELECT]) in vp9_encode_frame()