vpx/vp8/common
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
..
arm use memcpy for unaligned neon stores 2017-05-17 12:11:31 -07:00
generic ppc: include ppc.h for ppc_simd_caps() 2017-03-09 09:26:45 -08:00
mips vp8: [loongson] fix bug of type conflict. 2018-01-23 14:28:55 +08:00
x86 clang-format v5.0.0 vp8/ 2018-01-18 12:37:58 -08:00
alloccommon.c vp8: apply clang-tidy google-readability-braces-around-statements 2016-07-19 12:38:03 -07:00
alloccommon.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
blockd.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
blockd.h Merge changes from topic "clang-format" 2018-01-22 19:38:42 +00:00
coefupdateprobs.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
common.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
context.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
copy_c.c prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
debugmodes.c prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
default_coef_probs.h adopt some clang 5.0.0 formatting 2018-01-11 12:35:24 -08:00
dequantize.c prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
entropy.c prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
entropy.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
entropymode.c apply clang-format 2017-02-14 12:45:52 -08:00
entropymode.h apply clang-format 2017-02-14 12:45:52 -08:00
entropymv.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
entropymv.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
extend.c clang-format v5.0.0 vp8/ 2018-01-18 12:37:58 -08:00
extend.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
filter.c Enable ssse3 bilinear tests 2016-09-15 23:16:26 -07:00
filter.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
findnearmv.c vp8: apply clang-tidy google-readability-braces-around-statements 2016-07-19 12:38:03 -07:00
findnearmv.h vp8: apply clang-tidy google-readability-braces-around-statements 2016-07-19 12:38:03 -07:00
header.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
idct_blk.c vp8: apply clang-tidy google-readability-braces-around-statements 2016-07-19 12:38:03 -07:00
idctllm.c prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
invtrans.h prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
loopfilter_filters.c vp8,loopfilter_filters: make some functions static 2017-06-21 19:00:14 -07:00
loopfilter.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
mbpitch.c prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
mfqe.c vp8 mfqe: zero map[] 2018-03-14 13:56:39 -07:00
modecont.c clang-format v5.0.0 vp8/ 2018-01-18 12:37:58 -08:00
modecont.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
mv.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
onyx.h vp8: Add control for gf boost for 1 pass cbr. 2016-10-19 09:43:53 -07:00
onyxc_int.h vp8: remove VP8_SET_DBG* control support 2016-09-20 20:19:36 -07:00
onyxd.h onyxd.h: add vp8dx_references_buffer prototype 2017-06-21 19:00:15 -07:00
postproc.c Remove vp8_clear_system_state 2016-09-29 13:22:49 -07:00
postproc.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
ppflags.h *ppflags.h: remove unused *_DEBUG_* enum values 2016-11-08 21:09:16 -08:00
quant_common.c vp8: apply clang-tidy google-readability-braces-around-statements 2016-07-19 12:38:03 -07:00
quant_common.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
reconinter.c vp8: apply clang-tidy google-readability-braces-around-statements 2016-07-19 12:38:03 -07:00
reconinter.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
reconintra4x4.c Earmark extra space for VSX. 2017-07-19 13:59:32 -07:00
reconintra4x4.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
reconintra.c Earmark extra space for VSX. 2017-07-19 13:59:32 -07:00
reconintra.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
rtcd_defs.pl add copyright to rtcd files 2017-12-14 22:50:08 +00:00
rtcd.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
setupintrarecon.c vp8: apply clang-tidy google-readability-braces-around-statements 2016-07-19 12:38:03 -07:00
setupintrarecon.h prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
swapyv12buffer.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
swapyv12buffer.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
systemdependent.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
threading.h Add atomics to vp8 synchronization primitives. 2017-08-31 17:55:57 -07:00
treecoder.c Remove CONFIG_DEBUG guards from assert() 2016-08-31 23:01:57 -07:00
treecoder.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
vp8_entropymodedata.h adopt some clang 5.0.0 formatting 2018-01-11 12:35:24 -08:00
vp8_loopfilter.c vp8: correct if/else '{' placement 2017-10-27 12:27:10 -07:00
vp8_skin_detection.c vp8: Clean up skinmap debugging codes. 2017-06-23 14:05:33 -07:00
vp8_skin_detection.h Enable 8x8 skin detection for vp8. 2017-06-15 20:53:03 -07:00