Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
H A Dpcm_dmix_i386.h39 size_t src_step, size_t sum_step) in MIX_AREAS_16()
74 "\tadd %[src_step], %%esi\n" in MIX_AREAS_16()
157 [dst_step] "im" (dst_step), [src_step] "im" (src_step), in MIX_AREAS_16()
172 size_t src_step, size_t sum_step) in MIX_AREAS_16_MMX()
203 "\tadd %[src_step], %%esi\n" in MIX_AREAS_16_MMX()
256 [dst_step] "im" (dst_step), [src_step] "im" (src_step), in MIX_AREAS_16_MMX()
277 size_t src_step, size_t sum_step) in MIX_AREAS_32()
371 "\tadd %[src_step], in MIX_AREAS_32()
36 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) MIX_AREAS_16() argument
169 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) MIX_AREAS_16_MMX() argument
274 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) MIX_AREAS_32() argument
396 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) MIX_AREAS_24() argument
511 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) MIX_AREAS_24_CMOV() argument
[all...]
H A Dpcm_dmix_generic.c53 size_t src_step, size_t sum_step) in mix_areas_16()
75 src = (signed short *) ((char *)src + src_step); in mix_areas_16()
84 size_t src_step, size_t sum_step) in mix_areas_32()
106 src = (signed int *) ((char *)src + src_step); in mix_areas_32()
134 size_t src_step, in generic_mix_areas_16_native()
155 src = (signed short *) ((char *)src + src_step); in generic_mix_areas_16_native()
166 size_t src_step, in generic_remix_areas_16_native()
186 src = (signed short *) ((char *)src + src_step); in generic_remix_areas_16_native()
197 size_t src_step, in generic_mix_areas_32_native()
220 src = (signed int *) ((char *)src + src_step); in generic_mix_areas_32_native()
50 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) mix_areas_16() argument
81 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) mix_areas_32() argument
129 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) generic_mix_areas_16_native() argument
161 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) generic_remix_areas_16_native() argument
192 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) generic_mix_areas_32_native() argument
226 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) generic_remix_areas_32_native() argument
259 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) generic_mix_areas_16_swap() argument
291 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) generic_remix_areas_16_swap() argument
322 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) generic_mix_areas_32_swap() argument
356 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) generic_remix_areas_32_swap() argument
390 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) generic_mix_areas_24() argument
423 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) generic_remix_areas_24() argument
456 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) generic_mix_areas_u8() argument
485 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) generic_remix_areas_u8() argument
[all...]
H A Dpcm_dmix_x86_64.h40 size_t src_step, size_t sum_step) in MIX_AREAS_16()
120 "\taddq %[src_step], %%rsi\n" in MIX_AREAS_16()
124 "\taddl %[src_step], %%esi\n" in MIX_AREAS_16()
141 [dst_step] "im" (dst_step), [src_step] "im" (src_step), in MIX_AREAS_16()
162 size_t src_step, size_t sum_step) in MIX_AREAS_32()
264 "\taddq %[src_step], %%rsi\n" in MIX_AREAS_32()
268 "\taddl %[src_step], %%esi\n" in MIX_AREAS_32()
283 [dst_step] "im" (dst_step), [src_step] "im" (src_step), in MIX_AREAS_32()
37 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) MIX_AREAS_16() argument
159 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) MIX_AREAS_32() argument
295 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) MIX_AREAS_24() argument
[all...]
H A Dpcm_rate_linear.c92 int src_step, dst_step; in linear_expand() local
98 src_step = snd_pcm_channel_area_step(src_area); in linear_expand()
129 src += src_step; in linear_expand()
155 int src_step, dst_step; in linear_expand_s16() local
161 src_step = snd_pcm_channel_area_step(src_area) >> 1; in linear_expand_s16()
181 src += src_step; in linear_expand_s16()
214 int src_step, dst_step; in linear_shrink() local
221 src_step = snd_pcm_channel_area_step(src_area); in linear_shrink()
233 src += src_step; in linear_shrink()
276 int src_step, dst_ste in linear_shrink_s16() local
[all...]
H A Dpcm_direct.h36 size_t src_step, size_t sum_step);
41 size_t src_step, size_t sum_step);
46 size_t src_step, size_t sum_step);
51 size_t src_step, size_t sum_step);
56 size_t src_step, size_t sum_step);
H A Dpcm_lfloat.c111 int src_step, dst_step; in snd_pcm_lfloat_convert_integer_float() local
120 src_step = snd_pcm_channel_area_step(src_area); in snd_pcm_lfloat_convert_integer_float()
134 src += src_step; in snd_pcm_lfloat_convert_integer_float()
156 int src_step, dst_step; in snd_pcm_lfloat_convert_float_integer() local
165 src_step = snd_pcm_channel_area_step(src_area); in snd_pcm_lfloat_convert_float_integer()
179 src += src_step; in snd_pcm_lfloat_convert_float_integer()
H A Dpcm_linear.c159 int src_step, dst_step; in snd_pcm_linear_convert() local
165 src_step = snd_pcm_channel_area_step(src_area); in snd_pcm_linear_convert()
174 src += src_step; in snd_pcm_linear_convert()
195 int src_step, dst_step; in snd_pcm_linear_getput() local
201 src_step = snd_pcm_channel_area_step(src_area); in snd_pcm_linear_getput()
210 src += src_step; in snd_pcm_linear_getput()
H A Dpcm_mulaw.c175 int src_step, dst_step; in snd_pcm_mulaw_decode() local
181 src_step = snd_pcm_channel_area_step(src_area); in snd_pcm_mulaw_decode()
191 src += src_step; in snd_pcm_mulaw_decode()
213 int src_step, dst_step; in snd_pcm_mulaw_encode() local
219 src_step = snd_pcm_channel_area_step(src_area); in snd_pcm_mulaw_encode()
229 src += src_step; in snd_pcm_mulaw_encode()
H A Dpcm_adpcm.c232 int src_step, srcbit_step, dst_step; in snd_pcm_adpcm_decode() local
239 src_step = src_area->step / 8; in snd_pcm_adpcm_decode()
257 src += src_step; in snd_pcm_adpcm_decode()
286 int src_step, dst_step, dstbit_step; in snd_pcm_adpcm_encode() local
291 src_step = snd_pcm_channel_area_step(src_area); in snd_pcm_adpcm_encode()
310 src += src_step; in snd_pcm_adpcm_encode()
H A Dpcm_alaw.c159 int src_step, dst_step; in snd_pcm_alaw_decode() local
165 src_step = snd_pcm_channel_area_step(src_area); in snd_pcm_alaw_decode()
175 src += src_step; in snd_pcm_alaw_decode()
197 int src_step, dst_step; in snd_pcm_alaw_encode() local
203 src_step = snd_pcm_channel_area_step(src_area); in snd_pcm_alaw_encode()
213 src += src_step; in snd_pcm_alaw_encode()
H A Dpcm_softvol.c193 src_step = snd_pcm_channel_area_step(src_area) / sizeof(TYPE); \
205 src += src_step; \
211 src += src_step; \
227 src_step = snd_pcm_channel_area_step(src_area); \
242 dst += src_step; \
254 dst += src_step; \
269 src_step = snd_pcm_channel_area_step(src_area) \
284 dst += src_step; \
292 dst += src_step; \
325 unsigned int src_step, dst_ste in softvol_convert_stereo_vol() local
386 unsigned int src_step, dst_step; softvol_convert_mono_vol() local
[all...]
H A Dpcm_iec958.c160 int src_step, dst_step; in snd_pcm_iec958_decode() local
166 src_step = snd_pcm_channel_area_step(src_area) / sizeof(uint32_t); in snd_pcm_iec958_decode()
176 src += src_step; in snd_pcm_iec958_decode()
203 int src_step, dst_step; in snd_pcm_iec958_encode() local
209 src_step = snd_pcm_channel_area_step(src_area); in snd_pcm_iec958_encode()
227 src += src_step; in snd_pcm_iec958_encode()
H A Dpcm_dmix.c162 unsigned int src_step, dst_step; in mix_areas() local
211 src_step = src_areas[chn].step / 8; in mix_areas()
215 ((unsigned char *)src_areas[chn].addr + src_areas[chn].first / 8) + src_ofs * src_step, in mix_areas()
218 src_step, in mix_areas() local
230 unsigned int src_step, dst_step; in remix_areas() local
279 src_step = src_areas[chn].step / 8; in remix_areas()
283 ((unsigned char *)src_areas[chn].addr + src_areas[chn].first / 8) + src_ofs * src_step, in remix_areas()
286 src_step, in remix_areas() local
H A Dpcm_route.c142 int src_step, dst_step; in snd_pcm_route_convert1_one() local
162 src_step = snd_pcm_channel_area_step(src_area); in snd_pcm_route_convert1_one()
170 src += src_step; in snd_pcm_route_convert1_one()
192 int src_step, dst_step; in snd_pcm_route_convert1_one_getput() local
214 src_step = snd_pcm_channel_area_step(src_area); in snd_pcm_route_convert1_one_getput()
222 src += src_step; in snd_pcm_route_convert1_one_getput()
H A Dpcm.c3318 int src_step, dst_step; in snd_pcm_area_copy() local
3338 src_step = src_area->step / 8; in snd_pcm_area_copy()
3357 src += src_step; in snd_pcm_area_copy()
3375 src += src_step; in snd_pcm_area_copy()
3383 src += src_step; in snd_pcm_area_copy()
3393 src += src_step; in snd_pcm_area_copy()
3400 src += src_step; in snd_pcm_area_copy()
3408 src += src_step; in snd_pcm_area_copy()
/third_party/ffmpeg/libavfilter/
H A Dvf_boxblur.c128 int src_step, int len, int radius) \
132 int x, sum = src[radius*src_step]; \
135 sum += src[x*src_step]<<1; \
140 sum += (src[(radius+x)*src_step] - src[(radius-x)*src_step])*inv; \
145 sum += (src[(radius+x)*src_step] - src[(x-radius-1)*src_step])*inv; \
150 sum += (src[(2*len-radius-x-1)*src_step] - src[(x-radius-1)*src_step])*inv; \
160 static inline void blur(uint8_t *dst, int dst_step, const uint8_t *src, int src_step, in blur() argument
167 blur_power(uint8_t *dst, int dst_step, const uint8_t *src, int src_step, int len, int radius, int power, uint8_t *temp[2], int pixsize) blur_power() argument
[all...]
/third_party/alsa-lib/test/
H A Dmixtest.c91 unsigned int src_step, unsigned int sum_step) in mix_areas_srv()
93 src_step /= sizeof(*src); in mix_areas_srv()
97 src += src_step; in mix_areas_srv()
125 unsigned int src_step, in mix_areas0()
129 src_step /= sizeof(*src); in mix_areas0()
140 src += src_step; in mix_areas0()
161 unsigned int src_step) in mix_areas2()
164 src_step /= sizeof(*src); in mix_areas2()
182 src += src_step; in mix_areas2()
88 mix_areas_srv(unsigned int size, const s16 *src, volatile s32 *sum, unsigned int src_step, unsigned int sum_step) mix_areas_srv() argument
121 mix_areas0(unsigned int size, volatile s16 *dst, s16 *src, volatile s32 *sum, unsigned int dst_step, unsigned int src_step, unsigned int sum_step) mix_areas0() argument
157 mix_areas2(unsigned int size, volatile s16 *dst, const s16 *src, volatile s32 *sum, unsigned int dst_step, unsigned int src_step) mix_areas2() argument
/third_party/ffmpeg/libavcodec/mips/
H A Dhevcdsp_mmi.c26 #define PUT_HEVC_QPEL_H(w, x_step, src_step, dst_step) \
92 PTR_ADDIU "%[src], %[src], " #src_step " \n\t" \
120 #define PUT_HEVC_QPEL_HV(w, x_step, src_step, dst_step) \
190 PTR_ADDIU "%[src], %[src], " #src_step " \n\t" \
303 #define PUT_HEVC_QPEL_BI_H(w, x_step, src_step, src2_step, dst_step) \
402 PTR_ADDIU "%[src], %[src], " #src_step " \n\t" \
434 #define PUT_HEVC_QPEL_BI_HV(w, x_step, src_step, src2_step, dst_step) \
514 PTR_ADDIU "%[src], %[src], " #src_step " \n\t" \
654 #define PUT_HEVC_EPEL_BI_HV(w, x_step, src_step, src2_step, dst_step) \
719 PTR_ADDIU "%[src], %[src], " #src_step " \
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dgap-resolver.cc44 int src_step = 1; in Split() local
52 src_step = -slot_size; in Split()
68 src_index += src_step; in Split()
/third_party/ffmpeg/libavcodec/
H A Dsnow_dwt.c116 int dst_step, int src_step, int ref_step, in lift()
129 src += src_step; in lift()
133 dst[i * dst_step] = LIFT(src[i * src_step], in lift()
140 dst[w * dst_step] = LIFT(src[w * src_step], in lift()
146 int dst_step, int src_step, int ref_step, in liftS()
163 src += src_step; in liftS()
167 dst[i * dst_step] = LIFTS(src[i * src_step], in liftS()
173 dst[w * dst_step] = LIFTS(src[w * src_step], in liftS()
115 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) lift() argument
145 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) liftS() argument
/third_party/mesa3d/src/util/format/
H A Du_format.c659 unsigned src_step; in util_format_translate() local
694 src_step = y_step / src_format_desc->block.height * src_stride; in util_format_translate()
729 src_row += src_step; in util_format_translate()
759 src_row += src_step; in util_format_translate()
790 src_row += src_step; in util_format_translate()
821 src_row += src_step; in util_format_translate()
851 src_row += src_step; in util_format_translate()
/third_party/skia/third_party/externals/libwebp/src/mux/
H A Danim_encode.c350 static WEBP_INLINE int ComparePixelsLossless(const uint32_t* src, int src_step, in ComparePixelsLossless() argument
359 src += src_step; in ComparePixelsLossless()
386 static WEBP_INLINE int ComparePixelsLossy(const uint32_t* src, int src_step, in ComparePixelsLossy() argument
394 src += src_step; in ComparePixelsLossy()

Completed in 34 milliseconds