Home
last modified time | relevance | path

Searched refs:AT1_SU_SAMPLES (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Datrac1.c49 #define AT1_SU_SAMPLES 512 ///< number of samples in a sound unit macro
66 DECLARE_ALIGNED(32, float, spec1)[AT1_SU_SAMPLES]; ///< mdct buffer
67 DECLARE_ALIGNED(32, float, spec2)[AT1_SU_SAMPLES]; ///< mdct buffer
78 DECLARE_ALIGNED(32, float, spec)[AT1_SU_SAMPLES]; ///< the mdct spectrum buffer
194 float spec[AT1_SU_SAMPLES]) in at1_unpack_dequant() argument
292 frame->nb_samples = AT1_SU_SAMPLES; in atrac1_decode_frame()