Home
last modified time | relevance | path

Searched defs:dst_step (Results 1 - 21 of 21) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_dmix_i386.h36 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_x86_64.h37 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_dmix_generic.c50 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_rate_linear.c92 int src_step, dst_step; in linear_expand() local
155 int src_step, dst_step; in linear_expand_s16() local
214 int src_step, dst_step; in linear_shrink() local
276 int src_step, dst_step; in linear_shrink_s16() local
[all...]
H A Dpcm_dmix.c162 unsigned int src_step, dst_step; in mix_areas() local
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
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 Dpcm_iec958.c160 int src_step, dst_step; in snd_pcm_iec958_decode() local
203 int src_step, dst_step; in snd_pcm_iec958_encode() local
H A Dpcm_lfloat.c111 int src_step, dst_step; in snd_pcm_lfloat_convert_integer_float() local
156 int src_step, dst_step; in snd_pcm_lfloat_convert_float_integer() local
H A Dpcm_linear.c159 int src_step, dst_step; in snd_pcm_linear_convert() local
195 int src_step, dst_step; in snd_pcm_linear_getput() local
H A Dpcm_mulaw.c175 int src_step, dst_step; in snd_pcm_mulaw_decode() local
213 int src_step, dst_step; in snd_pcm_mulaw_encode() local
H A Dpcm_adpcm.c232 int src_step, srcbit_step, dst_step; in snd_pcm_adpcm_decode() local
286 int src_step, dst_step, dstbit_step; in snd_pcm_adpcm_encode() local
H A Dpcm_alaw.c159 int src_step, dst_step; in snd_pcm_alaw_decode() local
197 int src_step, dst_step; in snd_pcm_alaw_encode() local
H A Dpcm_softvol.c325 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 Dpcm_route.c142 int src_step, dst_step; in snd_pcm_route_convert1_one() local
192 int src_step, dst_step; in snd_pcm_route_convert1_one_getput() local
266 int dst_step; in snd_pcm_route_convert1_many() local
H A Dpcm.c3149 unsigned int dst_step; in snd_pcm_area_silence() local
3318 int src_step, dst_step; in snd_pcm_area_copy() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dgap-resolver.cc55 int dst_step = 1; in Split() local
/third_party/ffmpeg/libavfilter/
H A Dvf_boxblur.c160 static inline void blur(uint8_t *dst, int dst_step, const uint8_t *src, int src_step, in blur() argument
167 static inline void blur_power(uint8_t *dst, int dst_step, const uint8_t *src, int src_step, in blur_power() argument
[all...]
/third_party/alsa-lib/test/
H A Dmixtest.c102 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/
H A Dsnow_dwt.c115 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.c658 unsigned dst_step; in util_format_translate() local
/third_party/lz4/tests/
H A Dfuzzer.c1652 int const dst_step = 43; in FUZ_unitTests() local
/third_party/skia/third_party/externals/libwebp/src/mux/
H A Danim_encode.c350 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

Completed in 31 milliseconds