FFmpeg
|
Go to the source code of this file.
Functions | |
uint32_t | ff_celt_decode_band (CeltFrame *f, OpusRangeCoder *rc, const int band, float *X, float *Y, int N, int b, uint32_t blocks, float *lowband, int duration, float *lowband_out, int level, float gain, float *lowband_scratch, int fill) |
uint32_t | ff_celt_encode_band (CeltFrame *f, OpusRangeCoder *rc, const int band, float *X, float *Y, int N, int b, uint32_t blocks, float *lowband, int duration, float *lowband_out, int level, float gain, float *lowband_scratch, int fill) |
uint32_t ff_celt_decode_band | ( | CeltFrame * | f, |
OpusRangeCoder * | rc, | ||
const int | band, | ||
float * | X, | ||
float * | Y, | ||
int | N, | ||
int | b, | ||
uint32_t | blocks, | ||
float * | lowband, | ||
int | duration, | ||
float * | lowband_out, | ||
int | level, | ||
float | gain, | ||
float * | lowband_scratch, | ||
int | fill | ||
) |
Definition at line 462 of file opus_pvq.c.
Referenced by celt_decode_bands(), and ff_celt_decode_band().
uint32_t ff_celt_encode_band | ( | CeltFrame * | f, |
OpusRangeCoder * | rc, | ||
const int | band, | ||
float * | X, | ||
float * | Y, | ||
int | N, | ||
int | b, | ||
uint32_t | blocks, | ||
float * | lowband, | ||
int | duration, | ||
float * | lowband_out, | ||
int | level, | ||
float | gain, | ||
float * | lowband_scratch, | ||
int | fill | ||
) |
Definition at line 855 of file opus_pvq.c.
Referenced by celt_quant_bands(), and ff_celt_encode_band().