FFmpeg
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 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 68 of file psymodel.h.

Field Documentation

◆ ch

FFPsyChannel* FFPsyChannelGroup::ch[PSY_MAX_CHANS]

pointers to the individual channels in the group

Definition at line 69 of file psymodel.h.

◆ num_ch

uint8_t FFPsyChannelGroup::num_ch

number of channels in this group

Definition at line 70 of file psymodel.h.

Referenced by psy_3gpp_analyze().

◆ coupling

uint8_t FFPsyChannelGroup::coupling[PSY_MAX_BANDS]

allow coupling for this band in the group

Definition at line 71 of file psymodel.h.


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