From 0efcc2be1f988603f8239310e88da2a9623347c8 Mon Sep 17 00:00:00 2001 From: Felicia Lim Date: Tue, 6 Nov 2018 12:35:39 -0800 Subject: Upgrade Opus to v1.3 Bug: 63932386 Test: - verified builds for arm*/x86* - checked functionality using an emulator and stagefright Change-Id: I10c4b267be1c846d8992e3c5f6d2576c2cb258a9 Signed-off-by: Felicia Lim --- silk/resampler_down2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'silk/resampler_down2.c') diff --git a/silk/resampler_down2.c b/silk/resampler_down2.c index cec36346..971d7bfd 100644 --- a/silk/resampler_down2.c +++ b/silk/resampler_down2.c @@ -43,8 +43,8 @@ void silk_resampler_down2( opus_int32 k, len2 = silk_RSHIFT32( inLen, 1 ); opus_int32 in32, out32, Y, X; - silk_assert( silk_resampler_down2_0 > 0 ); - silk_assert( silk_resampler_down2_1 < 0 ); + celt_assert( silk_resampler_down2_0 > 0 ); + celt_assert( silk_resampler_down2_1 < 0 ); /* Internal variables and state are in Q10 format */ for( k = 0; k < len2; k++ ) { -- cgit v1.2.3