Reduce the cpi->scaled_ref_idx array size by 1.
authorWan-Teh Chang <wtc@google.com>
Fri, 5 Oct 2018 18:27:01 +0000 (11:27 -0700)
committerWan-Teh Chang <wtc@google.com>
Mon, 8 Oct 2018 20:52:27 +0000 (13:52 -0700)
commit9addd7499cc06bac2c04f1aa2bd287a1ee1b67f3
tree08f9e205c799a8601b6761fa6494de432e05386f
parent9e12d5a69175ded75c4a83e7319a5a700ecc631e
Reduce the cpi->scaled_ref_idx array size by 1.

The last element of the cpi->scaled_ref_idx array was not used, so
reduce the array size by 1.

The corresponding libaom CL is
https://aomedia-review.googlesource.com/c/aom/+/72445.

Change-Id: I9166f0fbe1a7898c8b611b1535fcc74b4f766997
vp9/common/vp9_onyxc_int.h
vp9/encoder/vp9_encoder.c
vp9/encoder/vp9_encoder.h
vp9/encoder/vp9_rd.c