| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | ssim_sse2.c | 45 AccumulateSSE_SSE2(const uint8_t* src1, const uint8_t* src2, int len) AccumulateSSE_SSE2() argument 125 SSIMGet_SSE2(const uint8_t* src1, int stride1, const uint8_t* src2, int stride2) SSIMGet_SSE2() argument
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | bitmap.h | 291 bitmap_and(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_and() argument 299 bitmap_or(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_or() argument 308 bitmap_xor(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_xor() argument 317 bitmap_andnot(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_andnot() argument 341 bitmap_equal(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_equal() argument 361 bitmap_or_equal(const unsigned long *src1, const unsigned long *src2, const unsigned long *src3, unsigned int nbits) bitmap_or_equal() argument 372 bitmap_intersects(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_intersects() argument 381 bitmap_subset(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_subset() argument [all...] |
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | bitmap.h | 318 bitmap_and(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_and() argument 326 bitmap_or(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_or() argument 335 bitmap_xor(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_xor() argument 344 bitmap_andnot(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_andnot() argument 368 bitmap_equal(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_equal() argument 388 bitmap_or_equal(const unsigned long *src1, const unsigned long *src2, const unsigned long *src3, unsigned int nbits) bitmap_or_equal() argument 399 bitmap_intersects(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_intersects() argument 409 bitmap_subset(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_subset() argument 443 bitmap_weight_and(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_weight_and() argument [all...] |
| /test/xts/acts/graphic/acts_drawing_native/ |
| H A D | DrawingNativeCanvasTestPart2.cpp | 231 OH_Drawing_Rect *src2 = OH_Drawing_RectCreate(0, 0, FLT_MAX, FLT_MAX); in HWTEST_F() local 279 OH_Drawing_Rect *src2 = OH_Drawing_RectCreate(0, 0, FLT_MAX, FLT_MAX); in HWTEST_F() local
|
| /third_party/ffmpeg/libavcodec/mips/ |
| H A D | hpeldsp_mmi.c | 303 ff_put_pixels4_l2_8_mmi(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, int dst_stride, int src_stride1, int src_stride2, int h) ff_put_pixels4_l2_8_mmi() argument 347 ff_put_pixels8_l2_8_mmi(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, int dst_stride, int src_stride1, int src_stride2, int h) ff_put_pixels8_l2_8_mmi() argument 408 ff_put_pixels16_l2_8_mmi(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, int dst_stride, int src_stride1, int src_stride2, int h) ff_put_pixels16_l2_8_mmi() argument 487 ff_avg_pixels4_l2_8_mmi(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, int dst_stride, int src_stride1, int src_stride2, int h) ff_avg_pixels4_l2_8_mmi() argument 533 ff_avg_pixels8_l2_8_mmi(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, int dst_stride, int src_stride1, int src_stride2, int h) ff_avg_pixels8_l2_8_mmi() argument 605 ff_avg_pixels16_l2_8_mmi(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, int dst_stride, int src_stride1, int src_stride2, int h) ff_avg_pixels16_l2_8_mmi() argument 657 ff_put_no_rnd_pixels8_l2_8_mmi(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, int dst_stride, int src_stride1, int src_stride2, int h) ff_put_no_rnd_pixels8_l2_8_mmi() argument [all...] |
| H A D | pixblockdsp_msa.c | 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 24 diff_pixels_msa(int16_t *block, const uint8_t *src1, const uint8_t *src2, int32_t stride) diff_pixels_msa() argument 98 v16u8 src0, src1, src2, src3, src4, src5, src6, src7; copy_width16_msa() local 139 ff_diff_pixels_msa(int16_t *av_restrict block, const uint8_t *src1, const uint8_t *src2, ptrdiff_t stride) ff_diff_pixels_msa() argument [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | gdv.c | 540 uint8_t *src2 = gdv->frame + sidx; in gdv_decode_frame() local
|
| H A D | wmv2dsp.c | 173 const int src2 = src[2 * srcStride]; in wmv2_mspel8_v_lowpass() local
|
| H A D | photocd.c | 153 const uint8_t *src2 = dst + linesize; in interp_lines() local
|
| H A D | vp3dsp.c | 431 put_no_rnd_pixels_l2(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, ptrdiff_t stride, int h) put_no_rnd_pixels_l2() argument
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | colorspace.c | 54 ff_matrix_mul_3x3(double dst[3][3], const double src1[3][3], const double src2[3][3]) ff_matrix_mul_3x3() argument
|
| H A D | vf_noise.c | 182 const int8_t *src2 = (const int8_t*)src; in ff_line_noise_avg_c() local
|
| H A D | vf_framerate.c | 100 AVFrame *src2 = td->copy_src2; in filter_slice() local
|
| /third_party/ffmpeg/libswscale/ |
| H A D | vscale.c | 89 uint8_t **src2 = desc->src->plane[2].line + sp2; in chr_planar_vscale() local 129 uint8_t **src2 = desc->src->plane[2].line + sp2; in packed_vscale() local 197 uint8_t **src2 in any_vscale() local [all...] |
| /third_party/ffmpeg/libswscale/x86/ |
| H A D | hscale_fast_bilinear_simd.c | 283 ff_hcscale_fast_mmxext(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_mmxext() argument
|
| /third_party/ffmpeg/libswscale/tests/ |
| H A D | swscale.c | 58 static uint64_t getSSD(const uint8_t *src1, const uint8_t *src2, in getSSD() argument
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_a4xx.c | 101 struct ir3_instruction *stgb, *src0, *src1, *src2, *byte_offset, *offset; in emit_intrinsic_store_ssbo() local 368 struct ir3_instruction *atomic, *src0, *src1, *src2; in emit_intrinsic_atomic_image() local [all...] |
| H A D | ir3_lower_subgroups.c | 110 triop(struct ir3_block *block, opc_t opc, struct ir3_register *dst, struct ir3_register *src0, struct ir3_register *src1, struct ir3_register *src2) triop() argument
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_wpos_ytransform.c | 72 nir_cmp(nir_builder *b, nir_ssa_def *src0, nir_ssa_def *src1, nir_ssa_def *src2) in nir_cmp() argument
|
| H A D | nir_opt_vectorize.c | 87 srcs_equal(const nir_src *src1, const nir_src *src2) in srcs_equal() argument 97 alu_srcs_equal(const nir_alu_src *src1, const nir_alu_src *src2, in alu_srcs_equal() argument
|
| H A D | nir_lower_flrp.c | 318 unsigned src2; member
|
| /third_party/mesa3d/src/imagination/vulkan/pds/ |
| H A D | pvr_pds_printer.c | 120 char src2[32]; in pvr_pds_disassemble_instruction_sftlp32() local 172 char src2[32]; pvr_pds_disassemble_instruction_stm() local 227 char src2[32]; pvr_pds_disassemble_instruction_sftlp64() local 387 char src2[PVR_PDS_MAX_INST_STR_LEN]; pvr_pds_disassemble_instruction_ddmad() local 488 char src2[PVR_PDS_MAX_INST_STR_LEN]; pvr_pds_disassemble_instruction_mad() local [all...] |
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_fs.cpp | 122 fs_inst(enum opcode opcode, uint8_t exec_size, const fs_reg &dst, const fs_reg &src0, const fs_reg &src1, const fs_reg &src2) fs_inst() argument
|
| H A D | test_fs_cmod_propagation.cpp | 292 fs_reg src2 = v->vgrf(glsl_type::float_type); in TEST_F() local 330 fs_reg src2 = v->vgrf(glsl_type::float_type); in TEST_F() local 372 fs_reg src2 = v->vgrf(glsl_type::float_type); in TEST_F() local 411 fs_reg src2 = v->vgrf(glsl_type::float_type); TEST_F() local 452 fs_reg src2 = v->vgrf(glsl_type::vec2_type); TEST_F() local 493 fs_reg src2 = v->vgrf(glsl_type::float_type); TEST_F() local 1273 fs_reg src2 = v->vgrf(glsl_type::float_type); TEST_F() local 1313 fs_reg src2 = v->vgrf(glsl_type::float_type); TEST_F() local 1437 fs_reg src2 = v->vgrf(glsl_type::float_type); TEST_F() local 2850 fs_reg src2 = v->vgrf(glsl_type::float_type); TEST_F() local 2893 fs_reg src2 = v->vgrf(glsl_type::float_type); TEST_F() local 2939 fs_reg src2 = v->vgrf(glsl_type::float_type); TEST_F() local 3026 fs_reg src2 = v->vgrf(glsl_type::float_type); TEST_F() local 3158 fs_reg src2 = v->vgrf(glsl_type::float_type); TEST_F() local 3201 fs_reg src2 = v->vgrf(glsl_type::float_type); TEST_F() local [all...] |
| H A D | test_vec4_cmod_propagation.cpp | 303 src_reg src2 = src_reg(v, glsl_type::float_type); in TEST_F() local 343 src_reg src2 = src_reg(v, glsl_type::float_type); in TEST_F() local 382 src_reg src2 = src_reg(v, glsl_type::vec2_type); in TEST_F() local 424 src_reg src2 in TEST_F() local 681 src_reg src2 = src_reg(v, glsl_type::vec4_type); TEST_F() local 723 src_reg src2 = src_reg(v, glsl_type::vec4_type); TEST_F() local 916 src_reg src2 = src_reg(v, glsl_type::float_type); TEST_F() local 964 src_reg src2 = src_reg(v, glsl_type::float_type); TEST_F() local [all...] |