Searched refs:mode_thresh (Results 1 – 1 of 1) sorted by relevance
3232 const int64_t *mode_thresh = cpi->rd_prediction_type_threshes[frame_type]; in vp9_encode_frame() local3238 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()