FFmpeg
Data Fields
SamplingContext Struct Reference

Data Fields

uint32_t phi
 current phase of the sine (2pi = 1<<32) More...
 
uint32_t dphi
 phase increment between two samples More...
 
int phi_rem
 current fractional phase in 1/dphi_den subfractions More...
 
int dphi_rem
 
int dphi_den
 

Detailed Description

Definition at line 33 of file asrc_sine.c.

Field Documentation

◆ phi

uint32_t SamplingContext::phi

current phase of the sine (2pi = 1<<32)

Definition at line 34 of file asrc_sine.c.

Referenced by activate().

◆ dphi

uint32_t SamplingContext::dphi

phase increment between two samples

Definition at line 35 of file asrc_sine.c.

◆ phi_rem

int SamplingContext::phi_rem

current fractional phase in 1/dphi_den subfractions

Definition at line 36 of file asrc_sine.c.

◆ dphi_rem

int SamplingContext::dphi_rem

Definition at line 37 of file asrc_sine.c.

◆ dphi_den

int SamplingContext::dphi_den

Definition at line 38 of file asrc_sine.c.


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