Searched refs:normalise_bands (Results 1 - 3 of 3) sorted by relevance

/external/libopus/celt/
H A Dbands.h54 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTRICT X, const celt_ener *bandE, int end, int C, int M);
H A Dbands.c131 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTRICT X, const celt_ener *bandE, int end, int C, int M) function
173 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTRICT X, const celt_ener *bandE, int end, int C, int M) function
H A Dcelt_encoder.c1689 normalise_bands(mode, freq, X, bandE, effEnd, C, M);

Completed in 67 milliseconds