Use ref_frame[0] to determine mv_count
authorangiebird <angiebird@google.com>
Fri, 21 Feb 2020 01:14:31 +0000 (17:14 -0800)
committerangiebird <angiebird@google.com>
Fri, 21 Feb 2020 01:14:31 +0000 (17:14 -0800)
commitbff7ecc517715af808526bbfb96490497c47010b
treea3f2506575d98a8205cd590e022deee6b1a134d9
parentda3e3ecc7bd8f1a749a9f8b91f321fec055e3153
Use ref_frame[0] to determine mv_count

The motion vector counts should be determined by whether this
block is using intra_mode or not.

Change-Id: If866c91fb8a3f2b3944e5b219a90154d2172690d
vp9/simple_encode.cc