FFmpeg
|
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 |
Definition at line 33 of file asrc_sine.c.
uint32_t SamplingContext::phi |
current phase of the sine (2pi = 1<<32)
Definition at line 34 of file asrc_sine.c.
Referenced by activate().
uint32_t SamplingContext::dphi |
phase increment between two samples
Definition at line 35 of file asrc_sine.c.
int SamplingContext::phi_rem |
current fractional phase in 1/dphi_den subfractions
Definition at line 36 of file asrc_sine.c.
int SamplingContext::dphi_rem |
Definition at line 37 of file asrc_sine.c.
int SamplingContext::dphi_den |
Definition at line 38 of file asrc_sine.c.