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

Temporal Noise Shaping. More...

#include <aac.h>

Data Fields

int present
 
int n_filt [8]
 
int length [8][4]
 
int direction [8][4]
 
int order [8][4]
 
float coef [8][4][TNS_MAX_ORDER]
 

Detailed Description

Temporal Noise Shaping.

Definition at line 178 of file aac.h.

Field Documentation

int TemporalNoiseShaping::present

Definition at line 179 of file aac.h.

Referenced by apply_ltp(), decode_ics(), and spectral_to_sample().

int TemporalNoiseShaping::n_filt[8]

Definition at line 180 of file aac.h.

Referenced by apply_tns(), and decode_tns().

int TemporalNoiseShaping::length[8][4]

Definition at line 181 of file aac.h.

Referenced by apply_tns(), and decode_tns().

int TemporalNoiseShaping::direction[8][4]

Definition at line 182 of file aac.h.

Referenced by apply_tns(), and decode_tns().

int TemporalNoiseShaping::order[8][4]

Definition at line 183 of file aac.h.

Referenced by apply_tns(), and decode_tns().

float TemporalNoiseShaping::coef[8][4][TNS_MAX_ORDER]

Definition at line 184 of file aac.h.

Referenced by apply_tns(), and decode_tns().


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