Home
last modified time | relevance | path

Searched defs:src_step (Results 1 – 21 of 21) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dhevcdsp_mmi.c26 #define PUT_HEVC_QPEL_H(w, x_step, src_step, dst_step) \ argument
123 #define PUT_HEVC_QPEL_HV(w, x_step, src_step, dst_step) \ argument
317 #define PUT_HEVC_QPEL_BI_H(w, x_step, src_step, src2_step, dst_step) \ argument
449 #define PUT_HEVC_QPEL_BI_HV(w, x_step, src_step, src2_step, dst_step) \ argument
678 #define PUT_HEVC_EPEL_BI_HV(w, x_step, src_step, src2_step, dst_step) \ argument
864 #define PUT_HEVC_PEL_BI_PIXELS(w, x_step, src_step, dst_step, src2_step) \ argument
975 #define PUT_HEVC_QPEL_UNI_HV(w, x_step, src_step, dst_step, tmp_step) \ argument
/third_party/alsa-lib/src/pcm/
Dpcm_dmix_generic.c53 size_t src_step, size_t sum_step) in mix_areas_16()
84 size_t src_step, size_t sum_step) in mix_areas_32()
134 size_t src_step, in generic_mix_areas_16_native()
166 size_t src_step, in generic_remix_areas_16_native()
197 size_t src_step, in generic_mix_areas_32_native()
231 size_t src_step, in generic_remix_areas_32_native()
264 size_t src_step, in generic_mix_areas_16_swap()
296 size_t src_step, in generic_remix_areas_16_swap()
327 size_t src_step, in generic_mix_areas_32_swap()
361 size_t src_step, in generic_remix_areas_32_swap()
[all …]
Dpcm_dmix_i386.h39 size_t src_step, size_t sum_step) in MIX_AREAS_16()
172 size_t src_step, size_t sum_step) in MIX_AREAS_16_MMX()
277 size_t src_step, size_t sum_step) in MIX_AREAS_32()
399 size_t src_step, size_t sum_step) in MIX_AREAS_24()
514 size_t src_step, size_t sum_step) in MIX_AREAS_24_CMOV()
Dpcm_dmix_x86_64.h40 size_t src_step, size_t sum_step) in MIX_AREAS_16()
162 size_t src_step, size_t sum_step) in MIX_AREAS_32()
298 size_t src_step, size_t sum_step) in MIX_AREAS_24()
Dpcm_rate_linear.c93 int src_step, dst_step; in linear_expand() local
156 int src_step, dst_step; in linear_expand_s16() local
215 int src_step, dst_step; in linear_shrink() local
277 int src_step, dst_step; in linear_shrink_s16() local
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
Dpcm_mulaw.c176 int src_step, dst_step; in snd_pcm_mulaw_decode() local
214 int src_step, dst_step; in snd_pcm_mulaw_encode() local
Dpcm_linear.c160 int src_step, dst_step; in snd_pcm_linear_convert() local
196 int src_step, dst_step; in snd_pcm_linear_getput() local
Dpcm_lfloat.c112 int src_step, dst_step; in snd_pcm_lfloat_convert_integer_float() local
157 int src_step, dst_step; in snd_pcm_lfloat_convert_float_integer() local
Dpcm_adpcm.c233 int src_step, srcbit_step, dst_step; in snd_pcm_adpcm_decode() local
287 int src_step, dst_step, dstbit_step; in snd_pcm_adpcm_encode() local
Dpcm_iec958.c161 int src_step, dst_step; in snd_pcm_iec958_decode() local
204 int src_step, dst_step; in snd_pcm_iec958_encode() local
Dpcm_dmix.c161 unsigned int src_step, dst_step; in mix_areas() local
229 unsigned int src_step, dst_step; in remix_areas() local
Dpcm_softvol.c326 unsigned int src_step, dst_step; in softvol_convert_stereo_vol() local
387 unsigned int src_step, dst_step; in softvol_convert_mono_vol() local
Dpcm_route.c143 int src_step, dst_step; in snd_pcm_route_convert1_one() local
193 int src_step, dst_step; in snd_pcm_route_convert1_one_getput() local
Dpcm.c3222 int src_step, dst_step; in snd_pcm_area_copy() local
/third_party/alsa-lib/test/
Dmixtest.c91 unsigned int src_step, unsigned int sum_step) in mix_areas_srv()
125 unsigned int src_step, in mix_areas0()
161 unsigned int src_step) in mix_areas2()
/third_party/ffmpeg/libavfilter/
Dvf_boxblur.c160 static inline void blur(uint8_t *dst, int dst_step, const uint8_t *src, int src_step, in blur()
167 static inline void blur_power(uint8_t *dst, int dst_step, const uint8_t *src, int src_step, in blur_power()
/third_party/ffmpeg/libavcodec/
Dsnow_dwt.c116 int dst_step, int src_step, int ref_step, in lift()
146 int dst_step, int src_step, int ref_step, in liftS()
/third_party/flutter/skia/third_party/externals/libwebp/src/mux/
Danim_encode.c353 static WEBP_INLINE int ComparePixelsLossless(const uint32_t* src, int src_step, in ComparePixelsLossless()
389 static WEBP_INLINE int ComparePixelsLossy(const uint32_t* src, int src_step, in ComparePixelsLossy()
/third_party/skia/third_party/externals/libwebp/src/mux/
Danim_encode.c350 static WEBP_INLINE int ComparePixelsLossless(const uint32_t* src, int src_step, in ComparePixelsLossless()
386 static WEBP_INLINE int ComparePixelsLossy(const uint32_t* src, int src_step, in ComparePixelsLossy()
/third_party/mesa3d/src/util/format/
Du_format.c659 unsigned src_step; in util_format_translate() local