Home
last modified time | relevance | path

Searched refs:denormalise_bands (Results 1 – 3 of 3) sorted by relevance

/external/libopus/celt/
Dbands.h64 void denormalise_bands(const CELTMode *m, const celt_norm * OPUS_RESTRICT X,
Dcelt_decoder.c406 denormalise_bands(mode, X, freq, oldBandE, start, effEnd, M, in celt_synthesis()
420 denormalise_bands(mode, X, freq, oldBandE, start, effEnd, M, in celt_synthesis()
423 denormalise_bands(mode, X+N, freq2, oldBandE+nbEBands, start, effEnd, M, in celt_synthesis()
432 denormalise_bands(mode, X+c*N, freq, oldBandE+c*nbEBands, start, effEnd, M, in celt_synthesis()
Dbands.c196 void denormalise_bands(const CELTMode *m, const celt_norm * OPUS_RESTRICT X, in denormalise_bands() function