Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpegaudiodsp.h29 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,
Dmpegaudiodsp_template.c124 int *dither_state, OUT_INT *samples, in RENAME()
143 sum = *dither_state; in RENAME()
173 *dither_state= sum; in RENAME()
180 MPA_INT *window, int *dither_state, in RENAME()
191 s->RENAME(apply_window)(synth_buf, window, dither_state, samples, incr); in RENAME()
Dmpc.c41 int dither_state = 0; in mpc_synth() local
48 ff_mpa_synth_window_fixed, &dither_state, in mpc_synth()
Dffwavesynth.c98 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()
Dmpegaudiodec_template.c91 int dither_state; member
1542 &s->dither_state, samples_ptr, in mp_decode_frame()
1627 ctx->dither_state = 0; in mp_flush()
Dqdm2.c1567 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/
Dmpegaudiodsp_mips_fixed.c65 int *dither_state, int16_t *samples, ptrdiff_t incr) in ff_mpadsp_apply_window_mips_fixed() argument
82 sum = *dither_state; in ff_mpadsp_apply_window_mips_fixed()
351 *dither_state= temp1; in ff_mpadsp_apply_window_mips_fixed()
Dmpegaudiodsp_mips_float.c66 int *dither_state, float *samples, ptrdiff_t incr) in ff_mpadsp_apply_window_mips_float() argument
280 [dither_state] "r" (dither_state), [incr1] "r" (incr1) in ff_mpadsp_apply_window_mips_float()