Searched defs:coef32 (Results 1 - 1 of 1) sorted by relevance

/external/libopus/silk/arm/
H A DNSQ_neon.c38 opus_int32 silk_noise_shape_quantizer_short_prediction_neon(const opus_int32 *buf32, const opus_int32 *coef32, opus_int order) argument
40 int32x4_t coef0 = vld1q_s32(coef32);
41 int32x4_t coef1 = vld1q_s32(coef32 + 4);
42 int32x4_t coef2 = vld1q_s32(coef32 + 8);
43 int32x4_t coef3 = vld1q_s32(coef32 + 12);

Completed in 694 milliseconds