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 85 #undef silk_noise_shape_quantizer_short_prediction macro
86 #define silk_noise_shape_quantizer_short_prediction(in, coef, coefRev, order, arch) \ macro
94 /* silk_noise_shape_quantizer_short_prediction implementations take different parameters based on arch
96 #undef silk_noise_shape_quantizer_short_prediction macro
97 #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 232 LPC_pred_Q10 = silk_noise_shape_quantizer_short_prediction(psLPC_Q14, a_Q12, a_Q12_arch, predictLPCOrder, arch);
NSQ_del_dec.c 418 LPC_pred_Q14 = silk_noise_shape_quantizer_short_prediction(psLPC_Q14, a_Q12, a_Q12_arch, predictLPCOrder, arch);
    [all...]

Completed in 517 milliseconds