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

  /external/libopus/silk/arm/
NSQ_neon.h 84 #undef silk_noise_shape_quantizer_short_prediction macro
85 #define silk_noise_shape_quantizer_short_prediction(in, coef, coefRev, order, arch) \ macro
93 /* silk_noise_shape_quantizer_short_prediction implementations take different parameters based on arch
95 #undef silk_noise_shape_quantizer_short_prediction macro
96 #define silk_noise_shape_quantizer_short_prediction(in, coef, coefRev, order, arch) \ macro
  /external/libopus/silk/
NSQ.h 65 #define silk_noise_shape_quantizer_short_prediction(in, coef, coefRev, order, arch) ((void)arch,silk_noise_shape_quantizer_short_prediction_c(in, coef, order)) macro
NSQ.c 234 LPC_pred_Q10 = silk_noise_shape_quantizer_short_prediction(psLPC_Q14, a_Q12, a_Q12_arch, predictLPCOrder, arch);
NSQ_del_dec.c 413 LPC_pred_Q14 = silk_noise_shape_quantizer_short_prediction(psLPC_Q14, a_Q12, a_Q12_arch, predictLPCOrder, arch);
    [all...]

Completed in 152 milliseconds