Searched refs:src_step (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_dmix_x86_64.h36 size_t src_step, size_t sum_step)
119 "m" (sum), "m" (dst_step), "m" (src_step),
131 size_t src_step, size_t sum_step)
234 "m" (sum), "m" (dst_step), "m" (src_step),
246 size_t src_step, size_t sum_step)
337 "m" (sum), "m" (dst_step), "m" (src_step),
33 MIX_AREAS_16(unsigned int size, volatile signed short *dst, signed short *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) argument
128 MIX_AREAS_32(unsigned int size, volatile signed int *dst, signed int *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) argument
243 MIX_AREAS_24(unsigned int size, volatile unsigned char *dst, unsigned char *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) argument
H A Dpcm_dmix_i386.h35 size_t src_step, size_t sum_step)
147 "m" (sum), "m" (dst_step), "m" (src_step),
159 size_t src_step, size_t sum_step)
237 "m" (sum), "m" (dst_step), "m" (src_step),
249 size_t src_step, size_t sum_step)
350 "m" (sum), "m" (dst_step), "m" (src_step),
362 size_t src_step, size_t sum_step)
456 "m" (sum), "m" (dst_step), "m" (src_step),
468 size_t src_step, size_t sum_step)
555 "m" (sum), "m" (dst_step), "m" (src_step),
32 MIX_AREAS_16(unsigned int size, volatile signed short *dst, signed short *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) argument
156 MIX_AREAS_16_MMX(unsigned int size, volatile signed short *dst, signed short *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) argument
246 MIX_AREAS_32(unsigned int size, volatile signed int *dst, signed int *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) argument
359 MIX_AREAS_24(unsigned int size, volatile unsigned char *dst, unsigned char *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) argument
465 MIX_AREAS_24_CMOV(unsigned int size, volatile unsigned char *dst, unsigned char *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) argument
[all...]
H A Dpcm_dmix_generic.c54 size_t src_step, size_t sum_step)
76 src = (signed short *) ((char *)src + src_step);
85 size_t src_step, size_t sum_step)
107 src = (signed int *) ((char *)src + src_step);
135 size_t src_step,
156 src = (signed short *) ((char *)src + src_step);
167 size_t src_step,
187 src = (signed short *) ((char *)src + src_step);
198 size_t src_step,
221 src = (signed int *) ((char *)src + src_step);
51 mix_areas_16(unsigned int size, volatile signed short *dst, signed short *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) argument
82 mix_areas_32(unsigned int size, volatile signed int *dst, signed int *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) argument
130 generic_mix_areas_16_native(unsigned int size, volatile signed short *dst, signed short *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) argument
162 generic_remix_areas_16_native(unsigned int size, volatile signed short *dst, signed short *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) argument
193 generic_mix_areas_32_native(unsigned int size, volatile signed int *dst, signed int *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) argument
227 generic_remix_areas_32_native(unsigned int size, volatile signed int *dst, signed int *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) argument
260 generic_mix_areas_16_swap(unsigned int size, volatile signed short *dst, signed short *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) argument
292 generic_remix_areas_16_swap(unsigned int size, volatile signed short *dst, signed short *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) argument
323 generic_mix_areas_32_swap(unsigned int size, volatile signed int *dst, signed int *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) argument
357 generic_remix_areas_32_swap(unsigned int size, volatile signed int *dst, signed int *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) argument
391 generic_mix_areas_24(unsigned int size, volatile unsigned char *dst, unsigned char *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) argument
424 generic_remix_areas_24(unsigned int size, volatile unsigned char *dst, unsigned char *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) argument
457 generic_mix_areas_u8(unsigned int size, volatile unsigned char *dst, unsigned char *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) argument
486 generic_remix_areas_u8(unsigned int size, volatile unsigned char *dst, unsigned char *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) argument
[all...]
H A Dpcm_rate_linear.c93 int src_step, dst_step; local
99 src_step = snd_pcm_channel_area_step(src_area);
130 src += src_step;
156 int src_step, dst_step; local
162 src_step = snd_pcm_channel_area_step(src_area) >> 1;
182 src += src_step;
215 int src_step, dst_step; local
222 src_step = snd_pcm_channel_area_step(src_area);
234 src += src_step;
277 int src_step, dst_ste local
[all...]
H A Dpcm_direct.h30 size_t src_step, size_t sum_step);
35 size_t src_step, size_t sum_step);
40 size_t src_step, size_t sum_step);
45 size_t src_step, size_t sum_step);
50 size_t src_step, size_t sum_step);
H A Dpcm_alaw.c159 int src_step, dst_step; local
165 src_step = snd_pcm_channel_area_step(src_area);
175 src += src_step;
197 int src_step, dst_step; local
203 src_step = snd_pcm_channel_area_step(src_area);
213 src += src_step;
H A Dpcm_lfloat.c112 int src_step, dst_step; local
121 src_step = snd_pcm_channel_area_step(src_area);
135 src += src_step;
157 int src_step, dst_step; local
166 src_step = snd_pcm_channel_area_step(src_area);
180 src += src_step;
H A Dpcm_linear.c190 int src_step, dst_step; local
196 src_step = snd_pcm_channel_area_step(src_area);
205 src += src_step;
226 int src_step, dst_step; local
232 src_step = snd_pcm_channel_area_step(src_area);
241 src += src_step;
H A Dpcm_mulaw.c176 int src_step, dst_step; local
182 src_step = snd_pcm_channel_area_step(src_area);
192 src += src_step;
214 int src_step, dst_step; local
220 src_step = snd_pcm_channel_area_step(src_area);
230 src += src_step;
H A Dpcm_adpcm.c233 int src_step, srcbit_step, dst_step; local
240 src_step = src_area->step / 8;
258 src += src_step;
287 int src_step, dst_step, dstbit_step; local
292 src_step = snd_pcm_channel_area_step(src_area);
311 src += src_step;
H A Dpcm_iec958.c159 int src_step, dst_step; local
165 src_step = snd_pcm_channel_area_step(src_area) / sizeof(u_int32_t);
175 src += src_step;
198 int src_step, dst_step; local
204 src_step = snd_pcm_channel_area_step(src_area);
217 src += src_step;
H A Dpcm_softvol.c188 src_step = snd_pcm_channel_area_step(src_area) / sizeof(TYPE); \
200 src += src_step; \
206 src += src_step; \
222 src_step = snd_pcm_channel_area_step(src_area); \
237 dst += src_step; \
249 dst += src_step; \
282 unsigned int src_step, dst_step; local
339 unsigned int src_step, dst_step; local
H A Dpcm_dmix.c161 unsigned int src_step, dst_step; local
210 src_step = src_areas[chn].step / 8;
214 ((unsigned char *)src_areas[chn].addr + src_areas[chn].first / 8) + src_ofs * src_step,
217 src_step, local
229 unsigned int src_step, dst_step; local
278 src_step = src_areas[chn].step / 8;
282 ((unsigned char *)src_areas[chn].addr + src_areas[chn].first / 8) + src_ofs * src_step,
285 src_step, local
H A Dpcm_route.c140 int src_step, dst_step; local
160 src_step = snd_pcm_channel_area_step(src_area);
168 src += src_step;
190 int src_step, dst_step; local
212 src_step = snd_pcm_channel_area_step(src_area);
220 src += src_step;
H A Dpcm_rate.c445 int src_step[channels]; local
450 src_step[c] = snd_pcm_channel_area_step(areas + c);
464 srcs[c] += src_step[c];
H A Dpcm.c2694 int src_step, dst_step; local
2712 src_step = src_area->step / 8;
2731 src += src_step;
2749 src += src_step;
2757 src += src_step;
2767 src += src_step;
2774 src += src_step;
2782 src += src_step;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_boxblur.c205 static inline void blur(uint8_t *dst, int dst_step, const uint8_t *src, int src_step, argument
227 sum += src[x*src_step]<<1;
228 sum += src[radius*src_step];
231 sum += src[(radius+x)*src_step] - src[(radius-x)*src_step];
236 sum += src[(radius+x)*src_step] - src[(x-radius-1)*src_step];
241 sum += src[(2*len-radius-x-1)*src_step] - src[(x-radius-1)*src_step];
246 static inline void blur_power(uint8_t *dst, int dst_step, const uint8_t *src, int src_step, argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_boxblur.c213 static inline void blur(uint8_t *dst, int dst_step, const uint8_t *src, int src_step, argument
235 sum += src[x*src_step]<<1;
236 sum += src[radius*src_step];
239 sum += src[(radius+x)*src_step] - src[(radius-x)*src_step];
244 sum += src[(radius+x)*src_step] - src[(x-radius-1)*src_step];
249 sum += src[(2*len-radius-x-1)*src_step] - src[(x-radius-1)*src_step];
254 static inline void blur_power(uint8_t *dst, int dst_step, const uint8_t *src, int src_step, argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dmulaw.c179 int src_step, dst_step; local
190 src_step = src_channels[channel].area.step / 8;
196 src += src_step;
225 int src_step, dst_step; local
236 src_step = src_channels[channel].area.step / 8;
242 src += src_step;
H A Drate.c74 int src_step, dst_step; local
94 src_step = src_channels[channel].area.step / 8 / 2;
104 src += src_step;
133 int src_step, dst_step; local
153 src_step = src_channels[channel].area.step / 8 / 2;
161 src += src_step;
H A Dlinear.c66 int src_step, dst_step; local
77 src_step = src_channels[channel].area.step / 8;
82 src += src_step;
H A Dpcm_plugin.c691 int src_step, dst_step; local
707 src_step = src_area->step / 8;
725 src += src_step;
742 src += src_step;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddwt.c103 int dst_step, int src_step, int ref_step,
115 src += src_step;
120 LIFT(src[i*src_step],
127 LIFT(src[w*src_step],
135 int dst_step, int src_step, int ref_step,
147 src += src_step;
152 LIFT(src[i*src_step],
159 LIFT(src[w*src_step],
168 int dst_step, int src_step, int ref_step,
184 src += src_step;
102 lift(DWTELEM *dst, DWTELEM *src, DWTELEM *ref, int dst_step, int src_step, int ref_step, int width, int mul, int add, int shift, int highpass, int inverse) argument
134 inv_lift(IDWTELEM *dst, IDWTELEM *src, IDWTELEM *ref, int dst_step, int src_step, int ref_step, int width, int mul, int add, int shift, int highpass, int inverse) argument
167 liftS(DWTELEM *dst, DWTELEM *src, DWTELEM *ref, int dst_step, int src_step, int ref_step, int width, int mul, int add, int shift, int highpass, int inverse) argument
200 inv_liftS(IDWTELEM *dst, IDWTELEM *src, IDWTELEM *ref, int dst_step, int src_step, int ref_step, int width, int mul, int add, int shift, int highpass, int inverse) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsnow_dwt.c121 int dst_step, int src_step, int ref_step,
134 src += src_step;
138 dst[i * dst_step] = LIFT(src[i * src_step],
145 dst[w * dst_step] = LIFT(src[w * src_step],
151 int dst_step, int src_step, int ref_step,
168 src += src_step;
172 dst[i * dst_step] = LIFTS(src[i * src_step],
178 dst[w * dst_step] = LIFTS(src[w * src_step],
120 lift(DWTELEM *dst, DWTELEM *src, DWTELEM *ref, int dst_step, int src_step, int ref_step, int width, int mul, int add, int shift, int highpass, int inverse) argument
150 liftS(DWTELEM *dst, DWTELEM *src, DWTELEM *ref, int dst_step, int src_step, int ref_step, int width, int mul, int add, int shift, int highpass, int inverse) argument

Completed in 287 milliseconds