Searched defs:synth_buf_offset (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | synth_filter.c | 27 synth_filter_float(FFTContext *imdct, float *synth_buf_ptr, int *synth_buf_offset, float synth_buf2[32], const float window[512], float out[32], const float in[32], float scale) synth_filter_float() argument 63 synth_filter_float_64(FFTContext *imdct, float *synth_buf_ptr, int *synth_buf_offset, float synth_buf2[64], const float window[1024], float out[64], const float in[64], float scale) synth_filter_float_64() argument 99 synth_filter_fixed(DCADCTContext *imdct, int32_t *synth_buf_ptr, int *synth_buf_offset, int32_t synth_buf2[32], const int32_t window[512], int32_t out[32], const int32_t in[32]) synth_filter_fixed() argument 135 synth_filter_fixed_64(DCADCTContext *imdct, int32_t *synth_buf_ptr, int *synth_buf_offset, int32_t synth_buf2[64], const int32_t window[1024], int32_t out[64], const int32_t in[64]) synth_filter_fixed_64() argument [all...] |
H A D | mpc.h | 71 int synth_buf_offset[MPA_MAX_CHANNELS]; member
|
H A D | mpegaudiodsp_template.c | 178 ff_mpa_synth_filter(MPADSPContext *s, MPA_INT *synth_buf_ptr, int *synth_buf_offset, MPA_INT *window, int *dither_state, OUT_INT *samples, ptrdiff_t incr, MPA_INT *sb_samples) ff_mpa_synth_filter() argument
|
H A D | mpegaudiodec_template.c | 86 int synth_buf_offset[MPA_MAX_CHANNELS]; member
|
H A D | qdm2.c | 176 int synth_buf_offset[MPA_MAX_CHANNELS]; member
|
Completed in 7 milliseconds