summaryrefslogtreecommitdiff
path: root/vpx_dsp/arm/idct4x4_add_neon.c
diff options
context:
space:
mode:
Diffstat (limited to 'vpx_dsp/arm/idct4x4_add_neon.c')
-rw-r--r--vpx_dsp/arm/idct4x4_add_neon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vpx_dsp/arm/idct4x4_add_neon.c b/vpx_dsp/arm/idct4x4_add_neon.c
index 5afd8ec61..1caa45698 100644
--- a/vpx_dsp/arm/idct4x4_add_neon.c
+++ b/vpx_dsp/arm/idct4x4_add_neon.c
@@ -145,5 +145,4 @@ void vpx_idct4x4_16_add_neon(const tran_low_t *input, uint8_t *dest,
vst1_lane_u32((uint32_t *)d, vreinterpret_u32_u8(d27u8), 1);
d += dest_stride;
vst1_lane_u32((uint32_t *)d, vreinterpret_u32_u8(d27u8), 0);
- return;
}