Searched refs:silk_NSQ_noise_shape_feedback_loop_neon (Results 1 - 3 of 3) sorted by relevance

/external/libopus/silk/arm/
H A DNSQ_neon.h82 opus_int32 silk_NSQ_noise_shape_feedback_loop_neon(const opus_int32 *data0, opus_int32 *data1, const opus_int16 *coef, opus_int order);
90 #define silk_NSQ_noise_shape_feedback_loop(data0, data1, coef, order, arch) ((void)arch,silk_NSQ_noise_shape_feedback_loop_neon(data0, data1, coef, order))
H A Darm_silk_map.c99 silk_NSQ_noise_shape_feedback_loop_neon, /* NEON */
H A DNSQ_neon.c72 opus_int32 silk_NSQ_noise_shape_feedback_loop_neon(const opus_int32 *data0, opus_int32 *data1, const opus_int16 *coef, opus_int order) function

Completed in 97 milliseconds