deblock: annotate postproc parameters
authorJohann <johannkoenig@google.com>
Tue, 31 Jan 2017 23:05:51 +0000 (15:05 -0800)
committerJohann <johannkoenig@google.com>
Tue, 31 Jan 2017 23:58:57 +0000 (15:58 -0800)
commit32f68cc58c1f3b7a5cb102e55b9987336a1c2770
tree77b370bf9775da9715271a5d3e3adf13351c4bbe
parent9efc42f4f89eeb05aba384e9179281ece3be6429
deblock: annotate postproc parameters

Clears a clang static analyzer warning where 'cols' is assumed to be
less than 0, preventing the for loop from executing.

The assembly already requires that the size be 8 or 16 (U/V or Y plane)
and cols is a multiple of 8.

Change-Id: Ica4612690ead1638c94cfe56b306e87f8ce644f9
vpx_dsp/deblock.c