ref: c1d523d86080b1972ce17e290dae2acb06f990e6
parent: e7aa3bcd955db09699eb4e493b8bed725b79394b
parent: df755d55b0b221dcc3d1c972b525e2007b6266f9
author: Johann Koenig <johannkoenig@google.com>
date: Tue Jan 8 10:39:10 EST 2019
Merge "vp8 idct: remove return"
--- 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,