ref: df755d55b0b221dcc3d1c972b525e2007b6266f9
parent: 16664b539eac0d46aa9d0e4c06e8bbc9edae2ddd
author: Johann <johannkoenig@google.com>
date: Mon Jan 7 15:38:13 EST 2019
vp8 idct: remove return Change-Id: Ib1648e1f6559e65ddf11cb54266c7eeff37a6ea6
--- a/vp8/common/arm/neon/idct_blk_neon.c
+++ b/vp8/common/arm/neon/idct_blk_neon.c
@@ -57,7 +57,6 @@
dst0 += stride;
vst1_lane_s32((int32_t *)dst0, d4s32, 1);
}
- return;
}
static const int16_t cospi8sqrt2minus1 = 20091;
@@ -228,7 +227,6 @@
dst1 += stride;
vst1_lane_s32((int32_t *)dst0, d31, 0);
vst1_lane_s32((int32_t *)dst1, d31, 1);
- return;
}
void vp8_dequant_idct_add_y_block_neon(short *q, short *dq, unsigned char *dst,