| FFmpeg
    | 
FFPsyChannelGroup Struct Reference
  psychoacoustic information for an arbitrary group of channels More...
#include <psymodel.h>
Collaboration diagram for FFPsyChannelGroup:

| Data Fields | |
| FFPsyChannel * | ch [PSY_MAX_CHANS] | 
| pointers to the individual channels in the group  More... | |
| uint8_t | num_ch | 
| number of channels in this group  More... | |
| uint8_t | coupling [PSY_MAX_BANDS] | 
| allow coupling for this band in the group  More... | |
Detailed Description
psychoacoustic information for an arbitrary group of channels
Definition at line 56 of file psymodel.h.
Field Documentation
| 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::coupling[PSY_MAX_BANDS] | 
allow coupling for this band in the group
Definition at line 59 of file psymodel.h.
| 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().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:26 for FFmpeg by
 1.8.11
 1.8.11