vpx/vp8/encoder
Johann f9a13a1786 vp8 rdopt.c: zero rd.[rate_uv|distortion_uv]
These values are not consistently set before calling update_best_mode.

In vp9_rdopt.c they are individual values instead of a struct and are
zero'd at declaration.

Clears a static analysis warning:
warning: The right operand of '-' is a garbage value
RDCOST(x->rdmult, x->rddiv, (rd->rate2 - rd->rate_uv - other_cost),

warning: The right operand of '-' is a garbage value
(rd->distortion2 - rd->distortion_uv));

Change-Id: I19895d062e7c0ac67937126ebc5dcb0afd3a2931
2018-03-14 13:56:39 -07:00
..
arm/neon Remove armv6 target 2016-08-04 12:55:06 -07:00
mips vp8: [loongson] optimize regular quantize v2. 2017-11-29 17:06:00 +08:00
x86 move vp8 encodeopt to block_error_sse2 2018-03-04 12:38:07 -08:00
bitstream.c vp8: correct if/else '{' placement 2017-10-27 12:27:10 -07:00
bitstream.h vp8,bitstream.h: add missing prototypes 2017-06-21 19:00:14 -07:00
block.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
boolhuff.c vp8: apply clang-tidy google-readability-braces-around-statements 2016-07-19 12:38:03 -07:00
boolhuff.h remove deprecated 'register' keyword 2018-02-20 14:49:02 -08:00
dct_value_cost.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
dct_value_tokens.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
dct.c prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
defaultcoefcounts.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
denoising.c vp8: apply clang-tidy google-readability-braces-around-statements 2016-07-19 12:38:03 -07:00
denoising.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
encodeframe.c Add atomics to vp8 synchronization primitives. 2017-08-31 17:55:57 -07:00
encodeframe.h vp8,encodeframe.h: correct prototypes 2017-06-21 19:00:15 -07:00
encodeintra.c prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
encodeintra.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
encodemb.c vp8: apply clang-tidy google-readability-braces-around-statements 2016-07-19 12:38:03 -07:00
encodemb.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
encodemv.c vp8: correct if/else '{' placement 2017-10-27 12:27:10 -07:00
encodemv.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
ethreading.c Add atomics to vp8 synchronization primitives. 2017-08-31 17:55:57 -07:00
ethreading.h add ethreading.h 2017-06-21 19:00:14 -07:00
firstpass.c clang-format v5.0.0 vp8/ 2018-01-18 12:37:58 -08:00
firstpass.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
lookahead.c vp8: apply clang-tidy google-readability-braces-around-statements 2016-07-19 12:38:03 -07:00
lookahead.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
mcomp.c apply clang-format 2016-09-15 15:07:53 -07:00
mcomp.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
modecosts.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
modecosts.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
mr_dissim.c prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
mr_dissim.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
onyx_if.c Merge changes from topic "clang-format" 2018-01-22 19:38:42 +00:00
onyx_int.h vp8: Enable use of ROI map. 2017-10-17 15:23:03 -07:00
pickinter.c adopt some clang 5.0.0 formatting 2018-01-11 12:35:24 -08:00
pickinter.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
picklpf.c add picklpf.h 2017-06-21 19:00:14 -07:00
picklpf.h add picklpf.h 2017-06-21 19:00:14 -07:00
quantize.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
ratectrl.c clang-format v5.0.0 vp8/ 2018-01-18 12:37:58 -08:00
ratectrl.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
rdopt.c vp8 rdopt.c: zero rd.[rate_uv|distortion_uv] 2018-03-14 13:56:39 -07:00
rdopt.h vp8,encodeframe.h: correct prototypes 2017-06-21 19:00:15 -07:00
segmentation.c prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
segmentation.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
temporal_filter.c vp8 temporal_filter: ignore return value 2018-03-12 19:52:11 +00:00
temporal_filter.h vp8: add temporal_filter.h 2017-06-21 19:00:15 -07:00
tokenize.c vp8: apply clang-tidy google-readability-braces-around-statements 2016-07-19 12:38:03 -07:00
tokenize.h vp8: apply clang-format 2016-07-15 19:28:44 -07:00
treewriter.c vp8: apply clang-tidy google-readability-braces-around-statements 2016-07-19 12:38:03 -07:00
treewriter.h clang-format v5.0.0 vp8/ 2018-01-18 12:37:58 -08:00
vp8_quantize.c apply clang-format 2016-09-15 15:07:53 -07:00