HomeSort by relevance Sort by last modified time
    Searched refs:silk_NSQ_noise_shape_feedback_loop_neon (Results 1 - 3 of 3) sorted by null

  /external/libopus/silk/arm/
NSQ_neon.h 82 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))
arm_silk_map.c 99 silk_NSQ_noise_shape_feedback_loop_neon, /* NEON */
NSQ_neon.c 72 opus_int32 silk_NSQ_noise_shape_feedback_loop_neon(const opus_int32 *data0, opus_int32 *data1, const opus_int16 *coef, opus_int order)

Completed in 65 milliseconds