| FFmpeg
    4.0
    | 
#include <libavcodec/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 87 of file dca_core.h.
| float DCADSPData::hist1[1024] | 
Definition at line 90 of file dca_core.h.
| float DCADSPData::hist2[64] | 
Definition at line 91 of file dca_core.h.
| struct { ... } DCADSPData::flt | 
Referenced by filter_frame_float().
| int32_t DCADSPData::hist1[1024] | 
Definition at line 94 of file dca_core.h.
| int32_t DCADSPData::hist2[64] | 
Definition at line 95 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 98 of file dca_core.h.
Referenced by ff_dca_core_filter_fixed(), and filter_frame_float().
 1.8.13
 1.8.13