HomeSort by relevance Sort by last modified time
    Searched refs:celt_ener (Results 1 - 6 of 6) sorted by null

  /external/libopus/celt/
bands.h 47 void compute_band_energies(const CELTMode *m, const celt_sig *X, celt_ener *bandE, int end, int C, int LM, int arch);
49 /*void compute_noise_energies(const CELTMode *m, const celt_sig *X, const opus_val16 *tonality, celt_ener *bandE);*/
57 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);
108 const celt_ener *bandE, int *pulses, int shortBlocks, int spread,
quant_bands.h 45 celt_ener *bandE, opus_val16 *bandLogE, int C);
48 celt_ener *eBands, const opus_val16 *oldEBands, int C);
arch.h 108 typedef opus_val32 celt_ener; typedef
166 typedef float celt_ener; typedef
bands.c 95 void compute_band_energies(const CELTMode *m, const celt_sig *X, celt_ener *bandE, int end, int C, int LM, int arch)
137 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)
159 void compute_band_energies(const CELTMode *m, const celt_sig *X, celt_ener *bandE, int end, int C, int LM, int arch)
177 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)
371 static void compute_channel_weights(celt_ener Ex, celt_ener Ey, opus_val16 w[2])
373 celt_ener minE;
388 static void intensity_stereo(const CELTMode *m, celt_norm * OPUS_RESTRICT X, const celt_norm * OPUS_RESTRICT Y, const celt_ener *bandE, int bandID, int N)
683 const celt_ener *bandE;
719 const celt_ener *bandE
    [all...]
quant_bands.c 545 celt_ener *bandE, opus_val16 *bandLogE, int C)
celt_encoder.c     [all...]

Completed in 110 milliseconds