Go to the documentation of this file.
19 #ifndef AVCODEC_MPEGAUDIODSP_H
20 #define AVCODEC_MPEGAUDIODSP_H
27 int *dither_state,
float *
samples,
int incr);
29 int *dither_state, int16_t *
samples,
int incr);
34 int count,
int switch_point,
int block_type);
36 int count,
int switch_point,
int block_type);
47 int32_t *synth_buf_ptr,
int *synth_buf_offset,
48 int32_t *window,
int *dither_state,
53 float *synth_buf_ptr,
int *synth_buf_offset,
54 float *window,
int *dither_state,
68 int *dither_state,
float *
samples,
71 int *dither_state, int16_t *
samples,
75 int count,
int switch_point,
int block_type);
78 int count,
int switch_point,
int block_type);
84 #define MDCT_BUF_SIZE FFALIGN(36, 2*4)