Searched refs:dither_state (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegaudiodsp.h27 int *dither_state, float *samples, int incr);
29 int *dither_state, int16_t *samples, int incr);
45 int32_t *window, int *dither_state,
51 float *window, int *dither_state,
63 int *dither_state, float *samples,
66 int *dither_state, int16_t *samples,
H A Dmpc.c48 int dither_state = 0; local
57 ff_mpa_synth_window_fixed, &dither_state,
H A Dmpegaudiodsp_template.c122 int *dither_state, OUT_INT *samples,
141 sum = *dither_state;
171 *dither_state= sum;
178 MPA_INT *window, int *dither_state,
189 s->RENAME(apply_window)(synth_buf, window, dither_state, samples, incr);
121 ff_mpadsp_apply_window(MPA_INT *synth_buf, MPA_INT *window, int *dither_state, OUT_INT *samples, int incr) argument
176 ff_mpa_synth_filter(MPADSPContext *s, MPA_INT *synth_buf_ptr, int *synth_buf_offset, MPA_INT *window, int *dither_state, OUT_INT *samples, int incr, MPA_INT *sb_samples) argument
H A Dmpegaudiodec.c79 int dither_state; member in struct:MPADecodeContext
1621 RENAME(ff_mpa_synth_window), &s->dither_state,
H A Dqdm2.c1616 int i, k, ch, sb_used, sub_sampling, dither_state = 0; local
1632 ff_mpa_synth_window_float, &dither_state,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegaudiodsp.h27 int *dither_state, float *samples, int incr);
29 int *dither_state, int16_t *samples, int incr);
48 int32_t *window, int *dither_state,
54 float *window, int *dither_state,
69 int *dither_state, float *samples,
72 int *dither_state, int16_t *samples,
H A Dmpc.c48 int dither_state = 0; local
55 ff_mpa_synth_window_fixed, &dither_state,
H A Dmpegaudiodsp_template.c122 int *dither_state, OUT_INT *samples,
141 sum = *dither_state;
171 *dither_state= sum;
178 MPA_INT *window, int *dither_state,
189 s->RENAME(apply_window)(synth_buf, window, dither_state, samples, incr);
121 ff_mpadsp_apply_window(MPA_INT *synth_buf, MPA_INT *window, int *dither_state, OUT_INT *samples, int incr) argument
176 ff_mpa_synth_filter(MPADSPContext *s, MPA_INT *synth_buf_ptr, int *synth_buf_offset, MPA_INT *window, int *dither_state, OUT_INT *samples, int incr, MPA_INT *sb_samples) argument
H A Dffwavesynth.c97 uint32_t dither_state; member in struct:wavesynth_context
224 lcg_seek(&ws->dither_state, ts - ws->cur_ts);
338 ws->dither_state = MKTAG('D','I','T','H');
393 val = (int32_t)lcg_next(&ws->dither_state) >> 16;
H A Dmpegaudiodec_template.c84 int dither_state; member in struct:MPADecodeContext
1627 &s->dither_state, samples_ptr,
1710 ctx->dither_state = 0;
H A Dqdm2.c1717 int i, k, ch, sb_used, sub_sampling, dither_state = 0; local
1733 ff_mpa_synth_window_float, &dither_state,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_common/
H A Ddither.c55 } dither_state; typedef in typeref:struct:__anon3848
57 static FLaC__INLINE FLAC__int32 linear_dither(unsigned source_bps, unsigned target_bps, FLAC__int32 sample, dither_state *dither, const FLAC__int32 MIN, const FLAC__int32 MAX)
110 static dither_state dither[FLAC_PLUGIN__MAX_SUPPORTED_CHANNELS];
191 static dither_state dither[FLAC_PLUGIN__MAX_SUPPORTED_CHANNELS];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Dmpegaudiodsp_mips_fixed.c60 int *dither_state, int16_t *samples, int incr)
77 sum = *dither_state;
346 *dither_state= temp1;
59 ff_mpadsp_apply_window_mips_fixed(int32_t *synth_buf, int32_t *window, int *dither_state, int16_t *samples, int incr) argument
H A Dmpegaudiodsp_mips_float.c61 int *dither_state, float *samples, int incr)
83 "lwc1 %[sum], 0(%[dither_state]) \t\n"
89 "sw $zero, 0(%[dither_state]) \t\n"
275 [dither_state] "r" (dither_state), [incr1] "r" (incr1)
60 ff_mpadsp_apply_window_mips_float(float *synth_buf, float *window, int *dither_state, float *samples, int incr) argument

Completed in 168 milliseconds