/third_party/ffmpeg/libavcodec/ |
H A D | mpegaudiodsp.h | 29 int *dither_state, float *samples, 32 int *dither_state, int16_t *samples, 52 int32_t *window, int *dither_state, 58 float *window, int *dither_state, 74 int *dither_state, float *samples, 77 int *dither_state, int16_t *samples,
|
H A D | mpegaudiodsp_template.c | 124 int *dither_state, OUT_INT *samples, in ff_mpadsp_apply_window() 143 sum = *dither_state; in ff_mpadsp_apply_window() 173 *dither_state= sum; in ff_mpadsp_apply_window() 180 MPA_INT *window, int *dither_state, in ff_mpa_synth_filter() 191 s->RENAME(apply_window)(synth_buf, window, dither_state, samples, incr); in ff_mpa_synth_filter() 123 ff_mpadsp_apply_window(MPA_INT *synth_buf, MPA_INT *window, int *dither_state, OUT_INT *samples, ptrdiff_t incr) ff_mpadsp_apply_window() argument 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 | mpc.c | 41 int dither_state = 0; in mpc_synth() local 48 ff_mpa_synth_window_fixed, &dither_state, in mpc_synth()
|
H A D | ffwavesynth.c | 98 uint32_t dither_state; member 219 lcg_seek(&ws->dither_state, (uint32_t)ts - (uint32_t)ws->cur_ts); in wavesynth_seek() 334 ws->dither_state = MKTAG('D','I','T','H'); in wavesynth_init() 385 val = (int32_t)lcg_next(&ws->dither_state) >> 16; in wavesynth_synth_sample()
|
H A D | mpegaudiodec_template.c | 91 int dither_state; member 1542 &s->dither_state, samples_ptr, in mp_decode_frame() 1627 ctx->dither_state = 0; in mp_flush()
|
H A D | qdm2.c | 1567 int i, k, ch, sb_used, sub_sampling, dither_state = 0; in qdm2_synthesis_filter() local 1583 ff_mpa_synth_window_float, &dither_state, in qdm2_synthesis_filter()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | mpegaudiodsp_mips_fixed.c | 65 int *dither_state, int16_t *samples, ptrdiff_t incr) in ff_mpadsp_apply_window_mips_fixed() 82 sum = *dither_state; in ff_mpadsp_apply_window_mips_fixed() 351 *dither_state= temp1; in ff_mpadsp_apply_window_mips_fixed() 64 ff_mpadsp_apply_window_mips_fixed(int32_t *synth_buf, int32_t *window, int *dither_state, int16_t *samples, ptrdiff_t incr) ff_mpadsp_apply_window_mips_fixed() argument
|
H A D | mpegaudiodsp_mips_float.c | 66 int *dither_state, float *samples, ptrdiff_t incr) in ff_mpadsp_apply_window_mips_float() 88 "lwc1 %[sum], 0(%[dither_state]) \t\n" in ff_mpadsp_apply_window_mips_float() 94 "sw $zero, 0(%[dither_state]) \t\n" in ff_mpadsp_apply_window_mips_float() 280 [dither_state] "r" (dither_state), [incr1] "r" (incr1) in ff_mpadsp_apply_window_mips_float() 65 ff_mpadsp_apply_window_mips_float(float *synth_buf, float *window, int *dither_state, float *samples, ptrdiff_t incr) ff_mpadsp_apply_window_mips_float() argument
|