FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
FFPsyChannelGroup Struct Reference

psychoacoustic information for an arbitrary group of channels More...

#include <psymodel.h>

Data Fields

FFPsyChannelch [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
 

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::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.


The documentation for this struct was generated from the following file: