|
FFmpeg
|
context used by psychoacoustic model More...
#include <psymodel.h>
Public Attributes | |
| AVCodecContext * | avctx |
| encoder context | |
| const struct FFPsyModel * | model |
| encoder-specific model functions | |
| FFPsyChannel * | ch |
| single channel information | |
| FFPsyChannelGroup * | group |
| channel group information | |
| int | num_groups |
| number of channel groups | |
| int | cutoff |
| lowpass frequency cutoff for analysis | |
| uint8_t ** | bands |
| scalefactor band sizes for possible frame sizes | |
| int * | num_bands |
| number of scalefactor bands for possible frame sizes | |
| int | num_lens |
| number of scalefactor band sets | |
| struct { | |
| int size | |
| size of the bitresevoir in bits | |
| int bits | |
| number of bits used in the bitresevoir | |
| int alloc | |
| number of bits allocated by the psy, or -1 if no allocation was done | |
| } | bitres |
| void * | model_priv_data |
| psychoacoustic model implementation private data | |
context used by psychoacoustic model
1.8.12