Merge "Re-use switchable rate value in handle_inter_mode"

This commit is contained in:
Jingning Han 2014-08-27 18:48:41 -07:00 committed by Gerrit Code Review
commit 34675e6631

View File

@ -2375,7 +2375,7 @@ static int64_t handle_inter_mode(VP9_COMP *cpi, MACROBLOCK *x,
}
if (cm->interp_filter == SWITCHABLE)
*rate2 += vp9_get_switchable_rate(cpi);
*rate2 += rs;
if (!is_comp_pred) {
if (cpi->allow_encode_breakout)