Johann 1f41c0d37f vp8 mfqe: zero map[]
The loop appears to set map[i] with the intention of running
the 'j' loop up to that point. However, without zero'ing map[]
first the behavior is unpredictable.

Fixes a static analysis warning:
warning: Branch condition evaluates to a garbage value
for (j = 0; j < 4 && map[j]; ++j) {

Change-Id: Ifa39353d8aa5cc47b467a7d3d8cdd3b5319fd997
2018-03-14 13:56:39 -07:00
..
2017-05-17 12:11:31 -07:00
2018-01-18 12:37:58 -08:00
2016-07-15 19:28:44 -07:00
2016-07-15 19:28:44 -07:00
2016-07-15 19:28:44 -07:00
2016-07-15 19:28:44 -07:00
2016-07-15 19:28:44 -07:00
2016-07-15 19:28:44 -07:00
2017-02-14 12:45:52 -08:00
2017-02-14 12:45:52 -08:00
2016-07-15 19:28:44 -07:00
2016-07-15 19:28:44 -07:00
2018-01-18 12:37:58 -08:00
2016-07-15 19:28:44 -07:00
2016-09-15 23:16:26 -07:00
2016-07-15 19:28:44 -07:00
2016-07-15 19:28:44 -07:00
2016-07-15 19:28:44 -07:00
2018-03-14 13:56:39 -07:00
2018-01-18 12:37:58 -08:00
2016-07-15 19:28:44 -07:00
2016-07-15 19:28:44 -07:00
2016-09-29 13:22:49 -07:00
2016-07-15 19:28:44 -07:00
2016-07-15 19:28:44 -07:00
2016-07-15 19:28:44 -07:00
2017-07-19 13:59:32 -07:00
2016-07-15 19:28:44 -07:00
2017-07-19 13:59:32 -07:00
2016-07-15 19:28:44 -07:00
2017-12-14 22:50:08 +00:00
2016-07-15 19:28:44 -07:00
2016-07-15 19:28:44 -07:00
2016-07-15 19:28:44 -07:00
2016-07-15 19:28:44 -07:00