Home
last modified time | relevance | path

Searched refs:compute_band_energies (Results 1 – 4 of 4) sorted by relevance

/external/libopus/celt/
Dbands.h47 void compute_band_energies(const CELTMode *m, const celt_sig *X, celt_ener *bandE, int end, int C, …
Dcelt_encoder.c1720 compute_band_energies(mode, freq, bandE, effEnd, C, LM, st->arch); in celt_encode_with_ec()
1732 compute_band_energies(mode, freq, bandE, effEnd, C, LM, st->arch); in celt_encode_with_ec()
1856 compute_band_energies(mode, freq, bandE, effEnd, C, LM, st->arch); in celt_encode_with_ec()
Dbands.c95 void compute_band_energies(const CELTMode *m, const celt_sig *X, celt_ener *bandE, int end, int C, … in compute_band_energies() function
159 void compute_band_energies(const CELTMode *m, const celt_sig *X, celt_ener *bandE, int end, int C, … in compute_band_energies() function
/external/libopus/src/
Dopus_multistream_encoder.c298 compute_band_energies(celt_mode, freq, tmpE, 21, 1, LM, arch); in surround_analysis()