/third_party/alsa-lib/src/pcm/ |
H A D | pcm_dmix_i386.h | 38 volatile signed int *sum, size_t dst_step, in MIX_AREAS_16() 73 "\tadd %[dst_step], %%edi\n" in MIX_AREAS_16() 157 [dst_step] "im" (dst_step), [src_step] "im" (src_step), in MIX_AREAS_16() 171 volatile signed int *sum, size_t dst_step, in MIX_AREAS_16_MMX() 202 "\tadd %[dst_step], %%edi\n" in MIX_AREAS_16_MMX() 256 [dst_step] "im" (dst_step), [src_step] "im" (src_step), in MIX_AREAS_16_MMX() 276 volatile signed int *sum, size_t dst_step, in MIX_AREAS_32() 370 "\tadd %[dst_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 D | pcm_dmix_generic.c | 52 volatile signed int *sum, size_t dst_step, in mix_areas_16() 76 dst = (signed short *) ((char *)dst + dst_step); in mix_areas_16() 83 volatile signed int *sum, size_t dst_step, in mix_areas_32() 107 dst = (signed int *) ((char *)dst + dst_step); in mix_areas_32() 133 size_t dst_step, in generic_mix_areas_16_native() 156 dst = (signed short *) ((char *)dst + dst_step); in generic_mix_areas_16_native() 165 size_t dst_step, in generic_remix_areas_16_native() 187 dst = (signed short *) ((char *)dst + dst_step); in generic_remix_areas_16_native() 196 size_t dst_step, in generic_mix_areas_32_native() 221 dst = (signed int *) ((char *)dst + dst_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 D | pcm_dmix_x86_64.h | 39 volatile signed int *sum, size_t dst_step, in MIX_AREAS_16() 119 "\taddq %[dst_step], %%rdi\n" in MIX_AREAS_16() 123 "\taddl %[dst_step], %%edi\n" in MIX_AREAS_16() 141 [dst_step] "im" (dst_step), [src_step] "im" (src_step), in MIX_AREAS_16() 161 volatile signed int *sum, size_t dst_step, in MIX_AREAS_32() 263 "\taddq %[dst_step], %%rdi\n" in MIX_AREAS_32() 267 "\taddl %[dst_step], %%edi\n" in MIX_AREAS_32() 283 [dst_step] "im" (dst_step), [src_ste 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 D | pcm_rate_linear.c | 92 int src_step, dst_step; in linear_expand() local 99 dst_step = snd_pcm_channel_area_step(dst_area); in linear_expand() 125 dst += dst_step; in linear_expand() 155 int src_step, dst_step; in linear_expand_s16() local 162 dst_step = snd_pcm_channel_area_step(dst_area) >> 1; in linear_expand_s16() 177 dst += dst_step; in linear_expand_s16() 214 int src_step, dst_step; in linear_shrink() local 222 dst_step = snd_pcm_channel_area_step(dst_area); in linear_shrink() 246 dst += dst_step; in linear_shrink() 276 int src_step, dst_step; in linear_shrink_s16() local [all...] |
H A D | pcm_direct.h | 35 volatile signed int *sum, size_t dst_step, 40 volatile signed int *sum, size_t dst_step, 45 volatile signed int *sum, size_t dst_step, 50 volatile signed int *sum, size_t dst_step, 55 volatile signed int *sum, size_t dst_step,
|
H A D | pcm_softvol.c | 194 dst_step = snd_pcm_channel_area_step(dst_area) / sizeof(TYPE); \ 200 dst += dst_step; \ 206 dst += dst_step; \ 212 dst += dst_step; \ 228 dst_step = snd_pcm_channel_area_step(dst_area); \ 234 dst += dst_step; \ 241 src += dst_step; \ 253 src += dst_step; \ 271 dst_step = snd_pcm_channel_area_step(dst_area) \ 278 dst += dst_step; \ 325 unsigned int src_step, dst_step; softvol_convert_stereo_vol() local 386 unsigned int src_step, dst_step; softvol_convert_mono_vol() local [all...] |
H A D | pcm_lfloat.c | 111 int src_step, dst_step; in snd_pcm_lfloat_convert_integer_float() local 121 dst_step = snd_pcm_channel_area_step(dst_area); in snd_pcm_lfloat_convert_integer_float() 135 dst += dst_step; in snd_pcm_lfloat_convert_integer_float() 156 int src_step, dst_step; in snd_pcm_lfloat_convert_float_integer() local 166 dst_step = snd_pcm_channel_area_step(dst_area); in snd_pcm_lfloat_convert_float_integer() 180 dst += dst_step; in snd_pcm_lfloat_convert_float_integer()
|
H A D | pcm_linear.c | 159 int src_step, dst_step; in snd_pcm_linear_convert() local 166 dst_step = snd_pcm_channel_area_step(dst_area); in snd_pcm_linear_convert() 175 dst += dst_step; in snd_pcm_linear_convert() 195 int src_step, dst_step; in snd_pcm_linear_getput() local 202 dst_step = snd_pcm_channel_area_step(dst_area); in snd_pcm_linear_getput() 211 dst += dst_step; in snd_pcm_linear_getput()
|
H A D | pcm_mulaw.c | 175 int src_step, dst_step; in snd_pcm_mulaw_decode() local 182 dst_step = snd_pcm_channel_area_step(dst_area); in snd_pcm_mulaw_decode() 192 dst += dst_step; in snd_pcm_mulaw_decode() 213 int src_step, dst_step; in snd_pcm_mulaw_encode() local 220 dst_step = snd_pcm_channel_area_step(dst_area); in snd_pcm_mulaw_encode() 230 dst += dst_step; in snd_pcm_mulaw_encode()
|
H A D | pcm_adpcm.c | 232 int src_step, srcbit_step, dst_step; in snd_pcm_adpcm_decode() local 242 dst_step = snd_pcm_channel_area_step(dst_area); in snd_pcm_adpcm_decode() 263 dst += dst_step; in snd_pcm_adpcm_decode() 286 int src_step, dst_step, dstbit_step; in snd_pcm_adpcm_encode() local 295 dst_step = dst_area->step / 8; in snd_pcm_adpcm_encode() 311 dst += dst_step; in snd_pcm_adpcm_encode()
|
H A D | pcm_alaw.c | 159 int src_step, dst_step; in snd_pcm_alaw_decode() local 166 dst_step = snd_pcm_channel_area_step(dst_area); in snd_pcm_alaw_decode() 176 dst += dst_step; in snd_pcm_alaw_decode() 197 int src_step, dst_step; in snd_pcm_alaw_encode() local 204 dst_step = snd_pcm_channel_area_step(dst_area); in snd_pcm_alaw_encode() 214 dst += dst_step; in snd_pcm_alaw_encode()
|
H A D | pcm_iec958.c | 160 int src_step, dst_step; in snd_pcm_iec958_decode() local 167 dst_step = snd_pcm_channel_area_step(dst_area); in snd_pcm_iec958_decode() 177 dst += dst_step; in snd_pcm_iec958_decode() 203 int src_step, dst_step; in snd_pcm_iec958_encode() local 210 dst_step = snd_pcm_channel_area_step(dst_area) / sizeof(uint32_t); in snd_pcm_iec958_encode() 228 dst += dst_step; in snd_pcm_iec958_encode()
|
H A D | pcm_route.c | 142 int src_step, dst_step; in snd_pcm_route_convert1_one() local 163 dst_step = snd_pcm_channel_area_step(dst_area); in snd_pcm_route_convert1_one() 171 dst += dst_step; in snd_pcm_route_convert1_one() 192 int src_step, dst_step; in snd_pcm_route_convert1_one_getput() local 215 dst_step = snd_pcm_channel_area_step(dst_area); in snd_pcm_route_convert1_one_getput() 223 dst += dst_step; in snd_pcm_route_convert1_one_getput() 266 int dst_step; in snd_pcm_route_convert1_many() local 310 dst_step = snd_pcm_channel_area_step(dst_area); in snd_pcm_route_convert1_many() 394 dst += dst_step; in snd_pcm_route_convert1_many()
|
H A D | pcm_dmix.c | 162 unsigned int src_step, dst_step; in mix_areas() local 212 dst_step = dst_areas[dchn].step / 8; in mix_areas() 214 ((unsigned char *)dst_areas[dchn].addr + dst_areas[dchn].first / 8) + dst_ofs * dst_step, in mix_areas() local 217 dst_step, in mix_areas() local 230 unsigned int src_step, dst_step; in remix_areas() local 280 dst_step = dst_areas[dchn].step / 8; in remix_areas() 282 ((unsigned char *)dst_areas[dchn].addr + dst_areas[dchn].first / 8) + dst_ofs * dst_step, in remix_areas() local 285 dst_step, in remix_areas() local
|
H A D | pcm.c | 3149 unsigned int dst_step; in snd_pcm_area_silence() local 3173 dst_step = dst_area->step / 8; in snd_pcm_area_silence() 3188 dst += dst_step; in snd_pcm_area_silence() 3201 dst += dst_step; in snd_pcm_area_silence() 3209 dst += dst_step; in snd_pcm_area_silence() 3224 dst += dst_step; in snd_pcm_area_silence() 3232 dst += dst_step; in snd_pcm_area_silence() 3239 dst += dst_step; in snd_pcm_area_silence() 3318 int src_step, dst_step; in snd_pcm_area_copy() local 3339 dst_step in snd_pcm_area_copy() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_boxblur.c | 127 static inline void blur ## depth(type *dst, int dst_step, const type *src, \ 141 dst[x*dst_step] = sum>>16; \ 146 dst[x*dst_step] = sum >>16; \ 151 dst[x*dst_step] = sum>>16; \ 160 static inline void blur(uint8_t *dst, int dst_step, const uint8_t *src, int src_step, in blur() argument 163 if (pixsize == 1) blur8 (dst, dst_step , src, src_step , len, radius); in blur() 164 else blur16((uint16_t*)dst, dst_step>>1, (const uint16_t*)src, src_step>>1, len, radius); in blur() 167 static inline void blur_power(uint8_t *dst, int dst_step, const uint8_t *src, int src_step, in blur_power() argument 180 blur(dst, dst_step, a, pixsize, len, radius, pixsize); in blur_power() 185 dst[i*dst_step] in blur_power() [all...] |
H A D | vf_overlay.c | 446 int dst_step, \ 466 dst_step /= bytes; \ 482 d = dp + (xp+k) * dst_step; \ 493 d += dst_step * c; \ 551 d += dst_step; \
|
/third_party/alsa-lib/test/ |
H A D | mixtest.c | 104 unsigned int dst_step, unsigned int sum_step) in saturate() 106 dst_step /= sizeof(*dst); in saturate() 116 dst += dst_step; in saturate() 124 unsigned int dst_step, in mix_areas0() 128 dst_step /= sizeof(*dst); in mix_areas0() 139 dst += dst_step; in mix_areas0() 160 unsigned int dst_step, in mix_areas2() 163 dst_step /= sizeof(*dst); in mix_areas2() 181 dst += dst_step; in mix_areas2() 102 saturate(unsigned int size, s16 *dst, const s32 *sum, unsigned int dst_step, unsigned int sum_step) saturate() 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 D | hevcdsp_mmi.c | 26 #define PUT_HEVC_QPEL_H(w, x_step, src_step, dst_step) \ 93 PTR_ADDIU "%[dst], %[dst], " #dst_step " \n\t" \ 120 #define PUT_HEVC_QPEL_HV(w, x_step, src_step, dst_step) \ 191 PTR_ADDIU "%[tmp], %[tmp], " #dst_step " \n\t" \ 273 PTR_ADDIU "%[dst], %[dst], " #dst_step " \n\t" \ 274 PTR_ADDIU "%[tmp], %[tmp], " #dst_step " \n\t" \ 303 #define PUT_HEVC_QPEL_BI_H(w, x_step, src_step, src2_step, dst_step) \ 403 PTR_ADDIU "%[dst], %[dst], " #dst_step " \n\t" \ 434 #define PUT_HEVC_QPEL_BI_HV(w, x_step, src_step, src2_step, dst_step) \ 623 PTR_ADDIU "%[dst], %[dst], " #dst_step " \ [all...] |
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | gap-resolver.cc | 55 int dst_step = 1; in Split() local 60 dst_step = -slot_size; in Split() 69 dst_index += dst_step; in Split()
|
/third_party/ffmpeg/libavcodec/ |
H A D | snow_dwt.c | 116 int dst_step, int src_step, int ref_step, in lift() 128 dst += dst_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() 162 dst += dst_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 D | u_format.c | 658 unsigned dst_step; in util_format_translate() local 693 dst_step = y_step / dst_format_desc->block.height * dst_stride; in util_format_translate() 728 dst_row += dst_step; in util_format_translate() 758 dst_row += dst_step; in util_format_translate() 789 dst_row += dst_step; in util_format_translate() 820 dst_row += dst_step; in util_format_translate() 850 dst_row += dst_step; in util_format_translate()
|
/third_party/skia/third_party/externals/libwebp/src/mux/ |
H A D | anim_encode.c | 351 const uint32_t* dst, int dst_step, in ComparePixelsLossless() 360 dst += dst_step; in ComparePixelsLossless() 387 const uint32_t* dst, int dst_step, in ComparePixelsLossy() 395 dst += dst_step; in ComparePixelsLossy() 350 ComparePixelsLossless(const uint32_t* src, int src_step, const uint32_t* dst, int dst_step, int length, int max_allowed_diff) ComparePixelsLossless() argument 386 ComparePixelsLossy(const uint32_t* src, int src_step, const uint32_t* dst, int dst_step, int length, int max_allowed_diff) ComparePixelsLossy() argument
|
/third_party/lz4/tests/ |
H A D | fuzzer.c | 1652 int const dst_step = 43; in FUZ_unitTests() local 1653 int const dst_min_len = 33 + (FUZ_rand(&randState) % dst_step); in FUZ_unitTests() 1666 for (dlen = dst_min_len; dlen <= dst_max_len; dlen += dst_step) { in FUZ_unitTests()
|