Searched refs:denormalise_bands (Results 1 – 3 of 3) sorted by relevance
/external/libopus/celt/ |
D | bands.h | 64 void denormalise_bands(const CELTMode *m, const celt_norm * OPUS_RESTRICT X,
|
D | celt_decoder.c | 400 denormalise_bands(mode, X, freq, oldBandE, start, effEnd, M, in celt_synthesis() 414 denormalise_bands(mode, X, freq, oldBandE, start, effEnd, M, in celt_synthesis() 417 denormalise_bands(mode, X+N, freq2, oldBandE+nbEBands, start, effEnd, M, in celt_synthesis() 426 denormalise_bands(mode, X+c*N, freq, oldBandE+c*nbEBands, start, effEnd, M, in celt_synthesis()
|
D | bands.c | 196 void denormalise_bands(const CELTMode *m, const celt_norm * OPUS_RESTRICT X, in denormalise_bands() function
|