vp9 postproc neon: Remove the condition on mb cols.
authorJerome Jiang <jianj@google.com>
Thu, 21 Mar 2019 21:17:15 +0000 (14:17 -0700)
committerJerome Jiang <jianj@google.com>
Thu, 21 Mar 2019 21:17:15 +0000 (14:17 -0700)
commitf4828c1512ec118972448401dd15b9c2c992ad79
tree355d0b0cf073a20895633dc07f40ecbd1306725d
parent1492ccbe6e9bd8f8b46fa103166889fc22dac48e
vp9 postproc neon: Remove the condition on mb cols.

VP8 and VP9 have different padding on buffer stride.
VP8 microblock is 16x16 so the buffer stride needs to be divisible by
16. Thus UV buffer stride is divisible by 8.
VP9 microblock is 8x8 so the buffer stride is only extended to be
divisible by 8. Then UV buffer stride isn't divisible by 8.

Change-Id: I6fa953feb951f2fb2e48f72a623786b85e23822f
vpx_dsp/arm/deblock_neon.c