aboutsummaryrefslogtreecommitdiff
path: root/src/dsp/arm/intrapred_directional_neon.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dsp/arm/intrapred_directional_neon.cc')
-rw-r--r--src/dsp/arm/intrapred_directional_neon.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dsp/arm/intrapred_directional_neon.cc b/src/dsp/arm/intrapred_directional_neon.cc
index e9bdcf0..d36ef5f 100644
--- a/src/dsp/arm/intrapred_directional_neon.cc
+++ b/src/dsp/arm/intrapred_directional_neon.cc
@@ -1752,7 +1752,7 @@ inline void DirectionalZone2FromLeftCol_8x8(
const int index_scale_bits = 6;
// The values in |offset_y| are negative, except for the first element, which
// is zero.
- int16x8_t offset_y = left_y;
+ int16x8_t offset_y;
int16x8_t shift_upsampled = left_y;
// The shift argument must be a constant, otherwise use upsample_shift
// directly.