FFmpeg
|
#include <opus_celt.h>
Data Fields | |
float | energy [CELT_MAX_BANDS] |
float | lin_energy [CELT_MAX_BANDS] |
float | error_energy [CELT_MAX_BANDS] |
float | prev_energy [2][CELT_MAX_BANDS] |
uint8_t | collapse_masks [CELT_MAX_BANDS] |
float | buf [2048] |
float | coeffs [CELT_MAX_FRAME_SIZE] |
float | overlap [FFALIGN(CELT_OVERLAP, 16)] |
float | samples [FFALIGN(CELT_MAX_FRAME_SIZE, 16)] |
int | pf_period_new |
float | pf_gains_new [3] |
int | pf_period |
float | pf_gains [3] |
int | pf_period_old |
float | pf_gains_old [3] |
float | emph_coeff |
Definition at line 70 of file opus_celt.h.
float CeltBlock::energy[CELT_MAX_BANDS] |
Definition at line 71 of file opus_celt.h.
float CeltBlock::lin_energy[CELT_MAX_BANDS] |
Definition at line 72 of file opus_celt.h.
float CeltBlock::error_energy[CELT_MAX_BANDS] |
Definition at line 73 of file opus_celt.h.
float CeltBlock::prev_energy[2][CELT_MAX_BANDS] |
Definition at line 74 of file opus_celt.h.
uint8_t CeltBlock::collapse_masks[CELT_MAX_BANDS] |
Definition at line 76 of file opus_celt.h.
float CeltBlock::buf[2048] |
Definition at line 79 of file opus_celt.h.
float CeltBlock::coeffs[CELT_MAX_FRAME_SIZE] |
Definition at line 80 of file opus_celt.h.
float CeltBlock::overlap[FFALIGN(CELT_OVERLAP, 16)] |
Definition at line 83 of file opus_celt.h.
float CeltBlock::samples[FFALIGN(CELT_MAX_FRAME_SIZE, 16)] |
Definition at line 84 of file opus_celt.h.
int CeltBlock::pf_period_new |
Definition at line 87 of file opus_celt.h.
float CeltBlock::pf_gains_new[3] |
Definition at line 88 of file opus_celt.h.
int CeltBlock::pf_period |
Definition at line 89 of file opus_celt.h.
float CeltBlock::pf_gains[3] |
Definition at line 90 of file opus_celt.h.
int CeltBlock::pf_period_old |
Definition at line 91 of file opus_celt.h.
float CeltBlock::pf_gains_old[3] |
Definition at line 92 of file opus_celt.h.
float CeltBlock::emph_coeff |
Definition at line 94 of file opus_celt.h.