Searched refs:celt_ener (Results 1 – 6 of 6) sorted by relevance
/external/libopus/celt/ |
D | bands.h | 47 void compute_band_energies(const CELTMode *m, const celt_sig *X, celt_ener *bandE, int end, int C, … 57 …const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTRICT X, const celt_ener *bandE, int end,… 108 const celt_ener *bandE, int *pulses, int shortBlocks, int spread,
|
D | quant_bands.h | 45 celt_ener *bandE, opus_val16 *bandLogE, int C); 48 celt_ener *eBands, const opus_val16 *oldEBands, int C);
|
D | bands.c | 95 void compute_band_energies(const CELTMode *m, const celt_sig *X, celt_ener *bandE, int end, int C, … in compute_band_energies() 137 …const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTRICT X, const celt_ener *bandE, int end,… in normalise_bands() 159 void compute_band_energies(const CELTMode *m, const celt_sig *X, celt_ener *bandE, int end, int C, … in compute_band_energies() 177 …const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTRICT X, const celt_ener *bandE, int end,… in normalise_bands() 371 static void compute_channel_weights(celt_ener Ex, celt_ener Ey, opus_val16 w[2]) in compute_channel_weights() 373 celt_ener minE; in compute_channel_weights() 388 …, celt_norm * OPUS_RESTRICT X, const celt_norm * OPUS_RESTRICT Y, const celt_ener *bandE, int band… in intensity_stereo() 683 const celt_ener *bandE; 719 const celt_ener *bandE; in compute_theta() 1399 const celt_ener *bandE, int *pulses, int shortBlocks, int spread, in quant_all_bands()
|
D | arch.h | 125 typedef opus_val32 celt_ener; typedef 185 typedef float celt_ener; typedef
|
D | quant_bands.c | 545 celt_ener *bandE, opus_val16 *bandLogE, int C) in amp2Log2()
|
D | celt_encoder.c | 1416 VARDECL(celt_ener, bandE); in celt_encode_with_ec() 1712 ALLOC(bandE,nbEBands*CC, celt_ener); in celt_encode_with_ec()
|