Home
last modified time | relevance | path

Searched defs:src1 (Results 1 - 25 of 428) sorted by relevance

12345678910>>...18

/kernel/linux/linux-6.6/lib/crypto/
H A Dutils.c17 void __crypto_xor(u8 *dst, const u8 *src1, const u8 *src2, unsigned int len) in __crypto_xor() argument
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dpixblockdsp_mmi.c97 void ff_diff_pixels_mmi(int16_t *av_restrict block, const uint8_t *src1, in ff_diff_pixels_mmi() argument
/third_party/ffmpeg/libavcodec/x86/
H A Dlossless_videoencdsp_init.c42 static void sub_median_pred_mmxext(uint8_t *dst, const uint8_t *src1, in sub_median_pred_mmxext() argument
/third_party/ffmpeg/libavcodec/
H A Dpngdsp.c31 static void add_bytes_l2_c(uint8_t *dst, uint8_t *src1, uint8_t *src2, int w) in add_bytes_l2_c() argument
H A Dhuffyuvencdsp.c27 static void diff_int16_c(uint16_t *dst, const uint16_t *src1, const uint16_t *src2, unsigned mask, int w){ in diff_int16_c() argument
53 static void sub_hfyu_median_pred_int16_c(uint16_t *dst, const uint16_t *src1, const uint16_t *src2, unsigned mask, int w, int *left, int *left_top){ in sub_hfyu_median_pred_int16_c() argument
[all...]
H A Dsbrdsp_template.c32 static void sbr_qmf_deint_bfly_c(INTFLOAT *v, const INTFLOAT *src0, const INTFLOAT *src1) in sbr_qmf_deint_bfly_c() argument
/third_party/ffmpeg/tests/checkasm/
H A Dhuffyuvdsp.c41 uint16_t *src1 = av_mallocz(width * sizeof(uint16_t)); in check_add_int16() local
H A Dg722dsp.c35 int16_t src1[PREV_SAMPLES_BUF_SIZE]; in check_qmf() local
H A Dfixed_dsp.c40 static void check_vector_fmul(const int *src0, const int *src1) in check_vector_fmul() argument
54 static void check_vector_fmul_add(const int *src0, const int *src1, const int *src2) in check_vector_fmul_add() argument
68 check_vector_fmul_window(const int32_t *src0, const int32_t *src1, const int32_t *win) check_vector_fmul_window() argument
82 check_vector_fmul_window_scaled(const int32_t *src0, const int32_t *src1, const int32_t *win) check_vector_fmul_window_scaled() argument
96 check_butterflies(const int *src0, const int *src1) check_butterflies() argument
120 check_scalarproduct_fixed(const int *src0, const int *src1) check_scalarproduct_fixed() argument
[all...]
H A Daf_afir.c43 static void test_fcmul_add(const float *src0, const float *src1, const float *src2) in test_fcmul_add() argument
H A Dh264qpel.c49 #define src1 (buf1 + 3 * 2 * 16) macro
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Dcommon_util_test.cpp29 char src1[] = " aabbccdd"; in HWTEST() local
36 char src1[] = "aabbccdd "; in HWTEST() local
43 char src1[] = "aabbccdd "; in HWTEST() local
/kernel/linux/linux-5.10/arch/ia64/lib/
H A Dcopy_page.S29 #define src1 r20 define
/kernel/linux/linux-6.6/arch/arm64/lib/
H A Dmemcmp.S20 #define src1 x0 define
[all...]
/kernel/linux/linux-6.6/arch/ia64/lib/
H A Dcopy_page.S29 #define src1 r20 define
/kernel/linux/linux-6.6/include/crypto/
H A Dutils.h35 static inline void crypto_xor_cpy(u8 *dst, const u8 *src1, const u8 *src2, in crypto_xor_cpy() argument
/third_party/ffmpeg/libavcodec/ppc/
H A Dfmtconvert_altivec.c39 vector float src1, src2, dst1, dst2, mul_v, zero; in int32_to_float_fmul_scalar_altivec() local
/third_party/ffmpeg/libavutil/
H A Dpixelutils.c33 static av_always_inline int sad_wxh(const uint8_t *src1, ptrdiff_t stride1, in sad_wxh() argument
/third_party/ffmpeg/libswscale/
H A Dgamma.c41 uint16_t *src1 = (uint16_t*)*(src+src_pos); in gamma_convert() local
H A Dhscale_fast_bilinear.c38 ff_hcscale_fast_c(SwsContext *c, int16_t *dst1, int16_t *dst2, int dstWidth, const uint8_t *src1, const uint8_t *src2, int srcW, int xInc) ff_hcscale_fast_c() argument
/third_party/mesa3d/src/compiler/nir/tests/
H A Dssa_def_bits_used_tests.cpp84 nir_ssa_def *src1 = nir_imm_int(&bld, 0xffffffff); in TEST_F() local
113 nir_ssa_def *src1 = nir_imm_int(&bld, 0xffffffff); in TEST_F() local
58 build_alu_instr(nir_op op, nir_ssa_def *src0, nir_ssa_def *src1) build_alu_instr() argument
141 nir_ssa_def *src1 = nir_imm_ivec4(&bld, TEST_F() local
172 nir_ssa_def *src1 = nir_imm_ivec4(&bld, TEST_F() local
203 nir_ssa_def *src1 = nir_imm_ivec4(&bld, TEST_F() local
234 nir_ssa_def *src1 = nir_imm_ivec4(&bld, TEST_F() local
[all...]
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
H A Denc_dec_fuzzer.cc114 const uint32_t* src1 = (const uint32_t*)rgba; in LLVMFuzzerTestOneInput() local
/third_party/optimized-routines/string/aarch64/
H A Dmemcmp.S15 #define src1 x0 define
[all...]
/kernel/linux/linux-5.10/arch/arm64/lib/
H A Dstrcmp.S33 src1 .req x0 label
[all...]
H A Dmemcmp.S29 src1 .req x0 label
[all...]

Completed in 7 milliseconds

12345678910>>...18