Home | History | Annotate | Download | only in arm

Lines Matching full:coef

82 opus_int32 silk_NSQ_noise_shape_feedback_loop_neon(const opus_int32 *data0, opus_int32 *data1, const opus_int16 *coef, opus_int order);
86 #define silk_noise_shape_quantizer_short_prediction(in, coef, coefRev, order, arch) \
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))
95 (coef vs. coefRev) so can't use the usual IMPL table implementation */
97 #define silk_noise_shape_quantizer_short_prediction(in, coef, coefRev, order, arch) \
100 silk_noise_shape_quantizer_short_prediction_c(in, coef, order))
104 const opus_int32 *data0, opus_int32 *data1, const opus_int16 *coef,
108 #define silk_NSQ_noise_shape_feedback_loop(data0, data1, coef, order, arch) \
110 coef, order))