FFmpeg
|
psychoacoustic information for an arbitrary group of channels More...
#include <psymodel.h>
Data Fields | |
FFPsyChannel * | ch [PSY_MAX_CHANS] |
pointers to the individual channels in the group | |
uint8_t | num_ch |
number of channels in this group | |
uint8_t | coupling [PSY_MAX_BANDS] |
allow coupling for this band in the group | |
psychoacoustic information for an arbitrary group of channels
Definition at line 56 of file psymodel.h.
FFPsyChannel* FFPsyChannelGroup::ch[PSY_MAX_CHANS] |
pointers to the individual channels in the group
Definition at line 57 of file psymodel.h.
Referenced by ff_psy_init().
uint8_t FFPsyChannelGroup::num_ch |
number of channels in this group
Definition at line 58 of file psymodel.h.
Referenced by ff_psy_find_group(), ff_psy_init(), and psy_3gpp_analyze().
uint8_t FFPsyChannelGroup::coupling[PSY_MAX_BANDS] |
allow coupling for this band in the group
Definition at line 59 of file psymodel.h.