Home
last modified time | relevance | path

Searched defs:src1 (Results 1 – 25 of 176) sorted by relevance

12345678

/third_party/ffmpeg/tests/checkasm/
Dfloat_dsp.c42 static void test_vector_fmul(const float *src0, const float *src1) in test_vector_fmul()
65 static void test_vector_dmul(const double *src0, const double *src1) in test_vector_dmul()
89 static void test_vector_fmul_add(const float *src0, const float *src1, const float *src2) in test_vector_fmul_add()
111 static void test_vector_fmul_scalar(const float *src0, const float *src1) in test_vector_fmul_scalar()
134 static void test_vector_fmul_window(const float *src0, const float *src1, const float *win) in test_vector_fmul_window()
157 static void test_vector_fmac_scalar(const float *src0, const float *src1, const float *src2) in test_vector_fmac_scalar()
182 static void test_vector_dmul_scalar(const double *src0, const double *src1) in test_vector_dmul_scalar()
205 static void test_vector_dmac_scalar(const double *src0, const double *src1, const double *src2) in test_vector_dmac_scalar()
229 static void test_butterflies_float(const float *src0, const float *src1) in test_butterflies_float()
264 static void test_scalarproduct_float(const float *src0, const float *src1) in test_scalarproduct_float()
Dfixed_dsp.c39 static void check_vector_fmul(const int *src0, const int *src1) in check_vector_fmul()
53 static void check_vector_fmul_add(const int *src0, const int *src1, const int *src2) in check_vector_fmul_add()
67 static void check_vector_fmul_window(const int32_t *src0, const int32_t *src1, const int32_t *win) in check_vector_fmul_window()
81 static void check_vector_fmul_window_scaled(const int32_t *src0, const int32_t *src1, const int32_t… in check_vector_fmul_window_scaled()
95 static void check_butterflies(const int *src0, const int *src1) in check_butterflies()
119 static void check_scalarproduct_fixed(const int *src0, const int *src1) in check_scalarproduct_fixed()
Dllviddsp.c50 uint8_t *src1 = av_mallocz_array(width, sizeof(uint8_t)); in check_add_bytes() local
78 uint8_t *src1 = av_mallocz_array(width, sizeof(uint8_t)); in check_add_median_pred() local
116 uint8_t *src1 = av_mallocz_array(width, sizeof(uint8_t)); in check_add_left_pred() local
145 uint16_t *src1 = av_mallocz_array(width, sizeof(uint16_t)); in check_add_left_pred_16() local
170 uint8_t *src0, *src1; in check_add_gradient_pred() local
Dv210dec.c38 static void randomize_buffers(uint32_t *src0, uint32_t *src1, int len) in randomize_buffers()
56 uint32_t src1[NUM_SAMPLES/3]; in checkasm_check_v210dec() local
/third_party/flutter/skia/third_party/externals/sdl/src/audio/
DSDL_mixer.c148 Sint16 src1, src2; in SDL_MixAudioFormat() local
207 Uint16 src1, src2; in SDL_MixAudioFormat() local
231 Uint16 src1, src2; in SDL_MixAudioFormat() local
257 Sint64 src1, src2; in SDL_MixAudioFormat() local
283 Sint64 src1, src2; in SDL_MixAudioFormat() local
311 float src1, src2; in SDL_MixAudioFormat() local
340 float src1, src2; in SDL_MixAudioFormat() local
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native_layer_mathbinary.c116 const float *src1 = input1->data; in dnn_execute_layer_math_binary() local
129 const float *src1 = input1->data; in dnn_execute_layer_math_binary() local
142 const float *src1 = input1->data; in dnn_execute_layer_math_binary() local
159 const float *src1 = input1->data; in dnn_execute_layer_math_binary() local
172 const float *src1 = input1->data; in dnn_execute_layer_math_binary() local
/third_party/flutter/skia/third_party/externals/angle2/src/image_util/
Dimageformats.cpp31 void L8::average(L8 *dst, const L8 *src1, const L8 *src2) in average()
62 void R8::average(R8 *dst, const R8 *src1, const R8 *src2) in average()
80 void A8::average(A8 *dst, const A8 *src1, const A8 *src2) in average()
100 void L8A8::average(L8A8 *dst, const L8A8 *src1, const L8A8 *src2) in average()
121 void A8L8::average(A8L8 *dst, const A8L8 *src1, const A8L8 *src2) in average()
155 void R8G8::average(R8G8 *dst, const R8G8 *src1, const R8G8 *src2) in average()
191 void R8G8B8::average(R8G8B8 *dst, const R8G8B8 *src1, const R8G8B8 *src2) in average()
228 void B8G8R8::average(B8G8R8 *dst, const B8G8R8 *src1, const B8G8R8 *src2) in average()
250 void R5G6B5::average(R5G6B5 *dst, const R5G6B5 *src1, const R5G6B5 *src2) in average()
275 void B5G6R5::average(B5G6R5 *dst, const B5G6R5 *src1, const B5G6R5 *src2) in average()
[all …]
/third_party/Linux_Kernel/include/linux/
Dbitmap.h212 static inline int bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and()
220 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or()
229 static inline void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor()
238 static inline int bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot()
255 static inline int bitmap_equal(const unsigned long *src1, in bitmap_equal()
264 static inline int bitmap_intersects(const unsigned long *src1, in bitmap_intersects()
273 static inline int bitmap_subset(const unsigned long *src1, in bitmap_subset()
/third_party/boost/boost/sort/common/
Drange.hpp197 inline bool is_mergeable(const range<Iter1_t> &src1, const range<Iter2_t> &src2, in is_mergeable()
223 inline bool is_mergeable_stable(const range<Iter1_t> &src1, in is_mergeable_stable()
254 const range<Iter1_t> &src1, in merge()
278 const range<Iter1_t> &src1, in merge_construct()
302 const range<Iter1_t> &src1, in merge_half()
322 inline bool merge_uncontiguous(const range<Iter1_t> &src1, in merge_uncontiguous()
341 inline range<Iter1_t> merge_contiguous(const range<Iter1_t> &src1, in merge_contiguous()
/third_party/ffmpeg/libavutil/
Dfixed_dsp.c50 static void vector_fmul_add_c(int *dst, const int *src0, const int *src1, const int *src2, int len){ in vector_fmul_add_c()
60 static void vector_fmul_reverse_c(int *dst, const int *src0, const int *src1, int len) in vector_fmul_reverse_c()
73 const int32_t *src1, const int32_t *win, in vector_fmul_window_scaled_c()
94 const int32_t *src1, const int32_t *win, in vector_fmul_window_c()
113 static void vector_fmul_c(int *dst, const int *src0, const int *src1, int len) in vector_fmul_c()
Dfloat_dsp.c27 static void vector_fmul_c(float *dst, const float *src0, const float *src1, in vector_fmul_c()
35 static void vector_dmul_c(double *dst, const double *src0, const double *src1, in vector_dmul_c()
76 const float *src1, const float *win, int len) in vector_fmul_window_c()
94 static void vector_fmul_add_c(float *dst, const float *src0, const float *src1, in vector_fmul_add_c()
103 const float *src1, int len) in vector_fmul_reverse_c()
/third_party/ffmpeg/libavutil/ppc/
Dfloat_dsp_vsx.c25 const float *src0, const float *src1, in ff_vector_fmul_vsx()
41 const float *src1, const float *win, in ff_vector_fmul_window_vsx()
75 const float *src1, const float *src2, in ff_vector_fmul_add_vsx()
91 const float *src1, int len) in ff_vector_fmul_reverse_vsx()
Dfloat_dsp_altivec.c24 void ff_vector_fmul_altivec(float *dst, const float *src0, const float *src1, in ff_vector_fmul_altivec()
41 const float *src1, const float *win, int len) in ff_vector_fmul_window_altivec()
74 const float *src1, const float *src2, in ff_vector_fmul_add_altivec()
96 const float *src1, int len) in ff_vector_fmul_reverse_altivec()
/third_party/ffmpeg/libavcodec/
Djpeg2000dsp.c45 float *src0 = _src0, *src1 = _src1, *src2 = _src2; in ict_float() local
62 int32_t *src0 = _src0, *src1 = _src1, *src2 = _src2; in ict_int() local
79 int32_t *src0 = _src0, *src1 = _src1, *src2 = _src2; in rct_int() local
Dhuffyuvencdsp.c27 static void diff_int16_c(uint16_t *dst, const uint16_t *src1, const uint16_t *src2, unsigned mask, … in diff_int16_c()
53 static void sub_hfyu_median_pred_int16_c(uint16_t *dst, const uint16_t *src1, const uint16_t *src2,… in sub_hfyu_median_pred_int16_c()
Dlossless_videoencdsp.c28 static void diff_bytes_c(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, intptr_t w) in diff_bytes_c()
56 static void sub_median_pred_c(uint8_t *dst, const uint8_t *src1, in sub_median_pred_c()
/third_party/ffmpeg/libavcodec/mips/
Dpixblockdsp_msa.c24 static void diff_pixels_msa(int16_t *block, const uint8_t *src1, in diff_pixels_msa()
48 v16u8 src0, src1, src2, src3; in copy_8bit_to_16bit_width8_msa() local
72 v16u8 src0, src1, src2, src3, src4, src5, src6, src7; in copy_16multx8mult_msa() local
98 v16u8 src0, src1, src2, src3, src4, src5, src6, src7; in copy_width16_msa() local
139 void ff_diff_pixels_msa(int16_t *av_restrict block, const uint8_t *src1, in ff_diff_pixels_msa()
Dsimple_idct_mmi.c61 #define IDCT_ROW_COND_DC(src1, src2) \ in ff_simple_idct_8_mmi() argument
206 #define IDCT_COL_CASE2(src1, src2, out1, out2) \ in ff_simple_idct_8_mmi() argument
Dh264chroma_msa.c36 v16i8 src0, src1; in avc_chroma_hz_2x2_msa() local
66 v16u8 src0, src1, src2, src3; in avc_chroma_hz_2x4_msa() local
105 v16i8 src0, src1; in avc_chroma_hz_4x2_msa() local
130 v16u8 src0, src1, src2, src3, out; in avc_chroma_hz_4x4_msa() local
153 v16u8 src0, src1, src2, src3, src4, src5, src6, src7, out0, out1; in avc_chroma_hz_4x8_msa() local
190 v16u8 src0, src1, src2, src3, out0, out1; in avc_chroma_hz_8x4_msa() local
213 v16u8 src0, src1, src2, src3, src4, src5, src6, src7; in avc_chroma_hz_8x8_msa() local
248 v16u8 src0, src1, src2, src3, out0, out1; in avc_chroma_hz_nonmult_msa() local
309 v16i8 src0, src1, src2; in avc_chroma_vt_2x2_msa() local
340 v16u8 src0, src1, src2, src3, src4; in avc_chroma_vt_2x4_msa() local
[all …]
Dhpeldsp_msa.c61 v16u8 src0, src1, src0_sld1, src1_sld1, res0, res1; in common_hz_bil_4w_msa() local
85 v16i8 src0, src1, src2, src3, src0_sld1, src1_sld1, src2_sld1, src3_sld1; in common_hz_bil_8w_msa() local
105 v16u8 src0, src1, src2, src3, src4, src5, src6, src7; in common_hz_bil_16w_msa() local
127 v16i8 src0, src1, src2, src3, src4, src5, src6, src7; in common_hz_bil_no_rnd_8x8_msa() local
150 v16i8 src0, src1, src2, src3, src0_sld1, src1_sld1, src2_sld1, src3_sld1; in common_hz_bil_no_rnd_4x8_msa() local
164 v16u8 src0, src1, src2, src3, src4, src5, src6, src7, src8; in common_hz_bil_no_rnd_16x16_msa() local
199 v16u8 src0, src1, src2, src3, src4, src5, src6, src7, src8; in common_hz_bil_no_rnd_8x16_msa() local
220 v16u8 src0, src1, src0_sld1, src1_sld1, res0, res1; in common_hz_bil_and_aver_dst_4w_msa() local
254 v16i8 src0, src1, src2, src3, src0_sld1, src1_sld1, src2_sld1, src3_sld1; in common_hz_bil_and_aver_dst_8w_msa() local
276 v16u8 src0, src1, src2, src3, src4, src5, src6, src7, src8; in common_hz_bil_and_aver_dst_16w_msa() local
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dlossless_enc_msa.c21 #define TRANSFORM_COLOR_8(src0, src1, dst0, dst1, c0, c1, mask0, mask1) do { \ argument
63 v16u8 src1, dst1; in TransformColor_MSA() local
106 v16u8 src1, dst1, tmp1; in SubtractGreenFromBlueAndRed_MSA() local
Dssim.c63 static double SSIMGetClipped_C(const uint8_t* src1, int stride1, in SSIMGetClipped_C()
93 static double SSIMGet_C(const uint8_t* src1, int stride1, in SSIMGet_C()
117 static uint32_t AccumulateSSE_C(const uint8_t* src1, in AccumulateSSE_C()
/third_party/ffmpeg/libavfilter/x86/
Dvf_spp.c38 #define REQUANT_CORE(dst0, dst1, dst2, dst3, src0, src1, src2, src3) \ in hardthresh_mmx() argument
109 #define REQUANT_CORE(dst0, dst1, dst2, dst3, src0, src1, src2, src3) \ in softthresh_mmx() argument
187 const int16_t *src1 = src; in store_slice_mmx() local
/third_party/boost/libs/iostreams/test/
Dtee_test.cpp29 test_file src1, src2; in read_write_test() local
44 test_file src1, src2; in read_write_test() local
87 test_file src1, src2; in read_write_test() local
102 test_file src1, src2; in read_write_test() local
Drestrict_test.cpp136 restricted_test_file src1(small_padding); in read_device() local
150 restricted_test_file src1(large_padding); in read_device() local
164 restricted_test_file src1(small_padding, true); in read_device() local
178 restricted_test_file src1(large_padding, true); in read_device() local
223 restricted_test_file src1(small_padding); in read_filter() local
238 restricted_test_file src1(large_padding); in read_filter() local
253 restricted_test_file src1(small_padding, true); in read_filter() local
268 restricted_test_file src1(large_padding, true); in read_filter() local

12345678