Searched refs:coef16 (Results 1 - 2 of 2) sorted by relevance

/external/libopus/silk/
H A DNSQ.h35 static OPUS_INLINE opus_int32 silk_noise_shape_quantizer_short_prediction_c(const opus_int32 *buf32, const opus_int16 *coef16, opus_int order) argument
42 out = silk_SMLAWB( out, buf32[ 0 ], coef16[ 0 ] );
43 out = silk_SMLAWB( out, buf32[ -1 ], coef16[ 1 ] );
44 out = silk_SMLAWB( out, buf32[ -2 ], coef16[ 2 ] );
45 out = silk_SMLAWB( out, buf32[ -3 ], coef16[ 3 ] );
46 out = silk_SMLAWB( out, buf32[ -4 ], coef16[ 4 ] );
47 out = silk_SMLAWB( out, buf32[ -5 ], coef16[ 5 ] );
48 out = silk_SMLAWB( out, buf32[ -6 ], coef16[ 6 ] );
49 out = silk_SMLAWB( out, buf32[ -7 ], coef16[ 7 ] );
50 out = silk_SMLAWB( out, buf32[ -8 ], coef16[
[all...]
/external/libopus/silk/arm/
H A DNSQ_neon.c85 int16x8_t coef16 = vld1q_s16(coef); local
86 int32x4_t coef0 = vmovl_s16(vget_low_s16(coef16));
87 int32x4_t coef1 = vmovl_s16(vget_high_s16(coef16));

Completed in 127 milliseconds