Lines Matching full:coef
81 opus_int32 silk_NSQ_noise_shape_feedback_loop_neon(const opus_int32 *data0, opus_int32 *data1, const opus_int16 *coef, opus_int order);
85 #define silk_noise_shape_quantizer_short_prediction(in, coef, coefRev, order, arch) \
89 #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))
94 (coef vs. coefRev) so can't use the usual IMPL table implementation */
96 #define silk_noise_shape_quantizer_short_prediction(in, coef, coefRev, order, arch) \
99 silk_noise_shape_quantizer_short_prediction_c(in, coef, order))
103 const opus_int32 *data0, opus_int32 *data1, const opus_int16 *coef,
107 #define silk_NSQ_noise_shape_feedback_loop(data0, data1, coef, order, arch) \
109 coef, order))