FFmpeg
Data Fields
AudioNLMeansContext Struct Reference

Data Fields

const AVClassclass
 
float a
 
int64_t pd
 
int64_t rd
 
float m
 
int om
 
float pdiff_lut_scale
 
float weight_lut [WEIGHT_LUT_SIZE]
 
int K
 
int S
 
int N
 
int H
 
int offset
 
AVFramein
 
AVFramecache
 
int64_t pts
 
AVAudioFifofifo
 
int eof_left
 
AudioNLMDNDSPContext dsp
 

Detailed Description

Definition at line 38 of file af_anlmdn.c.

Field Documentation

◆ class

const AVClass* AudioNLMeansContext::class

Definition at line 39 of file af_anlmdn.c.

◆ a

float AudioNLMeansContext::a

Definition at line 41 of file af_anlmdn.c.

◆ pd

int64_t AudioNLMeansContext::pd

Definition at line 42 of file af_anlmdn.c.

◆ rd

int64_t AudioNLMeansContext::rd

Definition at line 43 of file af_anlmdn.c.

◆ m

float AudioNLMeansContext::m

Definition at line 44 of file af_anlmdn.c.

◆ om

int AudioNLMeansContext::om

Definition at line 45 of file af_anlmdn.c.

◆ pdiff_lut_scale

float AudioNLMeansContext::pdiff_lut_scale

Definition at line 47 of file af_anlmdn.c.

◆ weight_lut

float AudioNLMeansContext::weight_lut[WEIGHT_LUT_SIZE]

Definition at line 48 of file af_anlmdn.c.

◆ K

int AudioNLMeansContext::K

Definition at line 50 of file af_anlmdn.c.

◆ S

int AudioNLMeansContext::S

Definition at line 51 of file af_anlmdn.c.

◆ N

int AudioNLMeansContext::N

Definition at line 52 of file af_anlmdn.c.

◆ H

int AudioNLMeansContext::H

Definition at line 53 of file af_anlmdn.c.

◆ offset

int AudioNLMeansContext::offset

Definition at line 55 of file af_anlmdn.c.

◆ in

AVFrame* AudioNLMeansContext::in

Definition at line 56 of file af_anlmdn.c.

◆ cache

AVFrame* AudioNLMeansContext::cache

Definition at line 57 of file af_anlmdn.c.

◆ pts

int64_t AudioNLMeansContext::pts

Definition at line 59 of file af_anlmdn.c.

◆ fifo

AVAudioFifo* AudioNLMeansContext::fifo

Definition at line 61 of file af_anlmdn.c.

◆ eof_left

int AudioNLMeansContext::eof_left

Definition at line 62 of file af_anlmdn.c.

◆ dsp

AudioNLMDNDSPContext AudioNLMeansContext::dsp

Definition at line 64 of file af_anlmdn.c.


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