vp8_rd_pick_inter_mode: clear static analysis warning
authorJames Zern <jzern@google.com>
Mon, 1 Apr 2019 21:54:44 +0000 (14:54 -0700)
committerJames Zern <jzern@google.com>
Fri, 5 Apr 2019 03:35:09 +0000 (20:35 -0700)
commit1545bbcccb1b42b77fe9cf97054d1f3abf4f2d3e
treed24112cffb424819a023192281f80fa3fc6487ea
parent65e5ba89b3c15c2fdbad35808bc91c1838754270
vp8_rd_pick_inter_mode: clear static analysis warning

uv_intra_rate is undefined by default, it is safe to use if
uv_intra_done is true.

BUG=webm:1616

Change-Id: I02e5f6c9e5cc6ed0b41619b4a59e55ea398bad41
vp8/encoder/rdopt.c