FFmpeg
|
#include <dca_core.h>
Data Fields | |
union { | |
struct { | |
float hist1 [1024] | |
float hist2 [64] | |
} flt | |
struct { | |
int32_t hist1 [1024] | |
int32_t hist2 [64] | |
} fix | |
} | u |
int | offset |
Definition at line 59 of file dca_core.h.
float DCADSPData::hist1[1024] |
Definition at line 62 of file dca_core.h.
float DCADSPData::hist2[64] |
Definition at line 63 of file dca_core.h.
struct { ... } DCADSPData::flt |
Referenced by filter_frame_float().
int32_t DCADSPData::hist1[1024] |
Definition at line 66 of file dca_core.h.
int32_t DCADSPData::hist2[64] |
Definition at line 67 of file dca_core.h.
struct { ... } DCADSPData::fix |
Referenced by ff_dca_core_filter_fixed().
union { ... } DCADSPData::u |
Referenced by ff_dca_core_filter_fixed(), and filter_frame_float().
int DCADSPData::offset |
Definition at line 70 of file dca_core.h.
Referenced by ff_dca_core_filter_fixed(), and filter_frame_float().