Merge "Re-use switchable rate value in handle_inter_mode"
This commit is contained in:
commit
34675e6631
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user