vpx/vp8
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
..
common vp8 mfqe: zero map[] 2018-03-14 13:56:39 -07:00
decoder remove deprecated 'register' keyword 2018-02-20 14:49:02 -08:00
encoder vp8 rdopt.c: zero rd.[rate_uv|distortion_uv] 2018-03-14 13:56:39 -07:00
exports_dec Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
exports_enc Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
vp8_common.mk vp8: [loongson] optimize idct with mmi 2017-10-17 03:27:31 +00:00
vp8_cx_iface.c Fix issue for 0 target bitrate in multi-res build. 2018-02-01 20:17:54 -08:00
vp8_dx_iface.c adopt some clang 5.0.0 formatting 2018-01-11 12:35:24 -08:00
vp8cx.mk move vp8 encodeopt to block_error_sse2 2018-03-04 12:38:07 -08:00
vp8dx.mk Fix a spelling mistake in filename 2013-12-03 17:19:41 -08:00