webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Macros | |
#define | CELT_PVQ_U(_n, _k) (CELT_PVQ_U_ROW[IMIN(_n,_k)][IMAX(_n,_k)]) |
#define | CELT_PVQ_V(_n, _k) (CELT_PVQ_U(_n,_k)+CELT_PVQ_U(_n,(_k)+1)) |
Functions | |
void | encode_pulses (const int *_y, int _n, int _k, ec_enc *_enc) |
opus_val32 | decode_pulses (int *_y, int _n, int _k, ec_dec *_dec) |
#define CELT_PVQ_V | ( | _n, | |
_k | |||
) | (CELT_PVQ_U(_n,_k)+CELT_PVQ_U(_n,(_k)+1)) |
opus_val32 decode_pulses | ( | int * | _y, |
int | _n, | ||
int | _k, | ||
ec_dec * | _dec | ||
) |