Home
last modified time | relevance | path

Searched defs:src1 (Results 51 - 75 of 441) sorted by relevance

12345678910>>...18

/third_party/ffmpeg/libavcodec/
H A Dscreenpresso.c98 const uint8_t *src1 = &src[(height - 1) * src_linesize]; in sum_delta_flipped() local
H A Dqpeldsp.c731 ff_put_pixels8_l2_8(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() argument
[all...]
H A Dmss2dsp.c106 uint8_t *src1, *src2, *dst1, *dst2, *p, a, b; in upsample_plane_c() local
/third_party/ffmpeg/libavutil/
H A Dfixed_dsp.c51 static void vector_fmul_add_c(int *dst, const int *src0, const int *src1, const int *src2, int len){ in vector_fmul_add_c() argument
61 static void vector_fmul_reverse_c(int *dst, const int *src0, const int *src1, int len) in vector_fmul_reverse_c() argument
114 static void vector_fmul_c(int *dst, const int *src0, const int *src1, in argument
73 vector_fmul_window_scaled_c(int16_t *dst, const int32_t *src0, const int32_t *src1, const int32_t *win, int len, uint8_t bits) vector_fmul_window_scaled_c() argument
94 vector_fmul_window_c(int32_t *dst, const int32_t *src0, const int32_t *src1, const int32_t *win, int len) vector_fmul_window_c() argument
[all...]
H A Dfloat_dsp.c27 static void vector_fmul_c(float *dst, const float *src0, const float *src1, in vector_fmul_c() argument
35 static void vector_dmul_c(double *dst, const double *src0, const double *src1, in vector_dmul_c() argument
94 static void vector_fmul_add_c(float *dst, const float *src0, const float *src1, in vector_fmul_add_c() argument
75 vector_fmul_window_c(float *dst, const float *src0, const float *src1, const float *win, int len) vector_fmul_window_c() argument
102 vector_fmul_reverse_c(float *dst, const float *src0, const float *src1, int len) vector_fmul_reverse_c() argument
[all...]
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_spp.c186 const int16_t *src1 = src; in store_slice_mmx() local
/third_party/ffmpeg/libavutil/ppc/
H A Dfloat_dsp_altivec.c24 void ff_vector_fmul_altivec(float *dst, const float *src0, const float *src1, in ff_vector_fmul_altivec() argument
40 ff_vector_fmul_window_altivec(float *dst, const float *src0, const float *src1, const float *win, int len) ff_vector_fmul_window_altivec() argument
73 ff_vector_fmul_add_altivec(float *dst, const float *src0, const float *src1, const float *src2, int len) ff_vector_fmul_add_altivec() argument
95 ff_vector_fmul_reverse_altivec(float *dst, const float *src0, const float *src1, int len) ff_vector_fmul_reverse_altivec() argument
[all...]
H A Dfloat_dsp_vsx.c24 ff_vector_fmul_vsx(float *dst, const float *src0, const float *src1, int len) ff_vector_fmul_vsx() argument
40 ff_vector_fmul_window_vsx(float *dst, const float *src0, const float *src1, const float *win, int len) ff_vector_fmul_window_vsx() argument
74 ff_vector_fmul_add_vsx(float *dst, const float *src0, const float *src1, const float *src2, int len) ff_vector_fmul_add_vsx() argument
90 ff_vector_fmul_reverse_vsx(float *dst, const float *src0, const float *src1, int len) ff_vector_fmul_reverse_vsx() argument
[all...]
/third_party/ffmpeg/tests/checkasm/
H A Dllviddsp.c50 uint8_t *src1 = av_calloc(width, sizeof(*src1)); in check_add_bytes() local
78 uint8_t *src1 = av_calloc(width, sizeof(*src1)); in check_add_median_pred() local
116 uint8_t *src1 = av_calloc(width, sizeof(*src1)); check_add_left_pred() local
145 uint16_t *src1 = av_calloc(width, sizeof(*src1)); check_add_left_pred_16() local
170 uint8_t *src0, *src1; check_add_gradient_pred() local
[all...]
H A Dsw_rgb.c123 uint8_t *src1 = src1_buf + 1; in check_interleave_bytes() local
[all...]
H A Dfloat_dsp.c44 static void test_vector_fmul(const float *src0, const float *src1) in test_vector_fmul() argument
67 static void test_vector_dmul(const double *src0, const double *src1) in test_vector_dmul() argument
91 test_vector_fmul_add(const float *src0, const float *src1, const float *src2) test_vector_fmul_add() argument
113 test_vector_fmul_scalar(const float *src0, const float *src1) test_vector_fmul_scalar() argument
136 test_vector_fmul_window(const float *src0, const float *src1, const float *win) test_vector_fmul_window() argument
159 test_vector_fmac_scalar(const float *src0, const float *src1, const float *src2) test_vector_fmac_scalar() argument
184 test_vector_dmul_scalar(const double *src0, const double *src1) test_vector_dmul_scalar() argument
207 test_vector_dmac_scalar(const double *src0, const double *src1, const double *src2) test_vector_dmac_scalar() argument
231 test_butterflies_float(const float *src0, const float *src1) test_butterflies_float() argument
266 test_scalarproduct_float(const float *src0, const float *src1) test_scalarproduct_float() argument
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_nir_lower_global_access.c38 nir_ssa_scalar src1 = nir_ssa_scalar_chase_alu_src(scalar, 1); in try_extract_additions() local
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_subgroup.c131 nir_ssa_def *src0, *src1 = NULL; in vtn_handle_subgroup() local
/third_party/mesa3d/src/compiler/nir/tests/
H A Dalgebraic_tests.cpp66 void algebraic_test_base::test_op(nir_op op, nir_ssa_def *src0, nir_ssa_def *src1, in test_op() argument
98 void algebraic_test_base::test_2src_op(nir_op op, int64_t src0, int64_t src1) in test_2src_op() argument
/third_party/mesa3d/src/freedreno/afuc/
H A Dasm.h42 int src1; member
/third_party/mesa3d/src/compiler/nir/
H A Dnir_intrinsics.py31 src1 = ('src', 1) variable
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_peephole.cpp161 auto& src1 = pred->src(1); in visit() local
H A Dsfn_instrfactory.cpp150 auto src1 = m_value_factory.literal((literal->value[i].u64 >> 32) & 0xffffffff); in load_const() local
/third_party/mesa3d/src/intel/compiler/
H A Dtest_fs_saturate_propagation.cpp119 fs_reg src1 = v->vgrf(glsl_type::float_type); in TEST_F() local
155 fs_reg src1 = v->vgrf(glsl_type::float_type); in TEST_F() local
192 fs_reg src1 = v->vgrf(glsl_type::float_type); in TEST_F() local
261 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local
299 fs_reg src1 = brw_imm_f(1.0f); TEST_F() local
337 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local
375 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local
416 fs_reg src1 = brw_imm_f(-2.0f); TEST_F() local
462 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local
504 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local
546 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local
582 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local
621 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local
661 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local
663 bld.ADD(offset(dst0, bld, 2), src0, src1); TEST_F() local
702 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local
744 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local
778 fs_reg src1 = v->vgrf(glsl_type::float_type); TEST_F() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_helper.cpp124 Value *src1[2]; in handleMAXMIN() local
221 Value *src1[2]; in handleSLCT() local
253 Value *src1[2]; in handleLogOp() local
[all...]
/third_party/skia/samplecode/
H A DSamplePolyToPoly.cpp43 const SkScalar src1[] = { in PolyToPolyView() local
117 const int src1[] = { 0, 0 }; variable
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_enc_msa.c63 v16u8 src1, dst1; in TransformColor_MSA() local
106 v16u8 src1, dst in SubtractGreenFromBlueAndRed_MSA() local
[all...]
/third_party/optimized-routines/string/aarch64/
H A Dstrncmp-mte.S19 #define src1 x0 define
[all...]
H A Dstrncmp.S20 #define src1 x0 define
[all...]
/third_party/optimized-routines/string/arm/
H A Dstrcmp.S56 #define src1 r0 define
[all...]

Completed in 14 milliseconds

12345678910>>...18