Searched refs:ATRAC3P_FRAME_SAMPLES (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | atrac3plusdec.c | 66 DECLARE_ALIGNED(32, float, samples)[2][ATRAC3P_FRAME_SAMPLES]; ///< quantized MDCT spectrum 67 DECLARE_ALIGNED(32, float, mdct_buf)[2][ATRAC3P_FRAME_SAMPLES]; ///< output of the IMDCT 68 DECLARE_ALIGNED(32, float, time_buf)[2][ATRAC3P_FRAME_SAMPLES]; ///< output of the gain compensation 69 DECLARE_ALIGNED(32, float, outp_buf)[2][ATRAC3P_FRAME_SAMPLES]; 220 float out[2][ATRAC3P_FRAME_SAMPLES], in decode_residual_spectrum() 232 memset(out[ch], 0, ATRAC3P_FRAME_SAMPLES * sizeof(*out[ch])); in decode_residual_spectrum() 246 memset(out[ch], 0, ATRAC3P_FRAME_SAMPLES * sizeof(*out[ch])); in decode_residual_spectrum() 355 frame->nb_samples = ATRAC3P_FRAME_SAMPLES; in atrac3p_decode_frame() 396 ATRAC3P_FRAME_SAMPLES * sizeof(**samples_p)); in atrac3p_decode_frame()
|
H A D | atrac3plus.h | 44 #define ATRAC3P_FRAME_SAMPLES (ATRAC3P_SUBBAND_SAMPLES * ATRAC3P_SUBBANDS) macro 155 DECLARE_ALIGNED(32, float, prev_buf)[2][ATRAC3P_FRAME_SAMPLES]; ///< overlapping buffer
|
H A D | atrac3plusdsp.c | 614 memset(out, 0, ATRAC3P_FRAME_SAMPLES * sizeof(*out)); in ff_atrac3p_ipqf()
|
Completed in 3 milliseconds