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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c3401 const int64_t *mode_thresh = cpi->rd_prediction_type_threshes[frame_type]; local
3407 else if (mode_thresh[COMPOUND_REFERENCE] > mode_thresh[SINGLE_REFERENCE] &&
3408 mode_thresh[COMPOUND_REFERENCE] >
3409 mode_thresh[REFERENCE_MODE_SELECT] &&
3413 else if (mode_thresh[SINGLE_REFERENCE] > mode_thresh[REFERENCE_MODE_SELECT])

Completed in 58 milliseconds