Home
last modified time | relevance | path

Searched refs:NB_BANDS (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Daf_arnndn.c59 #define NB_BANDS 22 macro
64 #define NB_FEATURES (NB_BANDS+3*NB_DELTA_CEPS+2)
122 float cepstral_mem[CEPS_MEM][NB_BANDS];
130 float lastg[NB_BANDS];
147 DECLARE_ALIGNED(32, float, dct_table)[FFALIGN(NB_BANDS, 4)][FFALIGN(NB_BANDS, 4)];
451 float sum[NB_BANDS] = {0}; in compute_band_energy()
453 for (int i = 0; i < NB_BANDS - 1; i++) { in compute_band_energy()
468 sum[NB_BANDS - 1] *= 2; in compute_band_energy()
470 for (int i = 0; i < NB_BANDS; in compute_band_energy()
[all...]
/third_party/pulseaudio/speex/libspeexdsp/
H A Dpreprocess.c75 #define NB_BANDS 24 macro
440 st->nbands = NB_BANDS; in speex_preprocess_state_init()

Completed in 4 milliseconds