Home
last modified time | relevance | path

Searched refs:dst0 (Results 1 – 25 of 108) sorted by relevance

12345

/third_party/ffmpeg/tests/checkasm/
Dsbrdsp.c38 LOCAL_ALIGNED_16(INTFLOAT, dst0, [64 + 256]); in test_sum64x5()
43 randomize((INTFLOAT *)dst0, 64 + 256); in test_sum64x5()
44 memcpy(dst1, dst0, (64 + 256) * sizeof(INTFLOAT)); in test_sum64x5()
45 call_ref(dst0); in test_sum64x5()
47 if (!float_near_abs_eps_array(dst0, dst1, EPS, 64 + 256)) in test_sum64x5()
71 LOCAL_ALIGNED_16(INTFLOAT, dst0, [64]); in test_neg_odd_64()
76 randomize((INTFLOAT *)dst0, 64); in test_neg_odd_64()
77 memcpy(dst1, dst0, (64) * sizeof(INTFLOAT)); in test_neg_odd_64()
78 call_ref(dst0); in test_neg_odd_64()
80 if (!float_near_abs_eps_array(dst0, dst1, EPS, 64)) in test_neg_odd_64()
[all …]
Dllviddsp.c47 uint8_t *dst0 = av_mallocz(width); in check_add_bytes() local
55 if (!dst0 || !dst1) in check_add_bytes()
60 call_ref(dst0, src0, width); in check_add_bytes()
62 if (memcmp(dst0, dst1, width)) in check_add_bytes()
69 av_free(dst0); in check_add_bytes()
75 uint8_t *dst0 = av_mallocz(width); in check_add_median_pred() local
95 call_ref(dst0, src0, diff0, width, &A0, &B0); in check_add_median_pred()
97 if (memcmp(dst0, dst1, width) || (A0 != A1) || (B0 != B1)) in check_add_median_pred()
106 av_free(dst0); in check_add_median_pred()
113 uint8_t *dst0 = av_mallocz(width); in check_add_left_pred() local
[all …]
Dvf_colorspace.c72 uint8_t *dst0[3] = { dst0_y, dst0_u, dst0_v }, *dst1[3] = { dst1_y, dst1_u, dst1_v }; in check_yuv2yuv() local
103 call_ref(dst0, (ptrdiff_t[3]) { y_dst_stride, uv_dst_stride, uv_dst_stride }, in check_yuv2yuv()
109 if (memcmp(dst0[0], dst1[0], y_dst_stride * H) || in check_yuv2yuv()
110 memcmp(dst0[1], dst1[1], uv_dst_stride * H >> ss_h) || in check_yuv2yuv()
111 memcmp(dst0[2], dst1[2], uv_dst_stride * H >> ss_h)) { in check_yuv2yuv()
140 int16_t *dst0[3] = { dst0_y, dst0_u, dst0_v }, *dst1[3] = { dst1_y, dst1_u, dst1_v }; in check_yuv2rgb() local
166 call_ref(dst0, W, src, in check_yuv2rgb()
172 if (memcmp(dst0[0], dst1[0], W * H * sizeof(int16_t)) || in check_yuv2rgb()
173 memcmp(dst0[1], dst1[1], W * H * sizeof(int16_t)) || in check_yuv2rgb()
174 memcmp(dst0[2], dst1[2], W * H * sizeof(int16_t))) { in check_yuv2rgb()
[all …]
Dsw_scale.c81 LOCAL_ALIGNED_8(uint8_t, dst0, [LARGEST_INPUT_SIZE]); in check_yuv2yuvX()
111 memset(dst0, 0, LARGEST_INPUT_SIZE * sizeof(dst0[0])); in check_yuv2yuvX()
118 … ref_function(&filter_coeff[0], filter_sizes[fsi], src, dst0, dstW - osi, dither, osi); in check_yuv2yuvX()
122 if (memcmp(dst0, dst1, LARGEST_INPUT_SIZE * sizeof(dst0[0]))) in check_yuv2yuvX()
157 LOCAL_ALIGNED_32(uint32_t, dst0, [SRC_PIXELS]); in check_hscale()
216 memset(dst0, 0, SRC_PIXELS * sizeof(dst0[0])); in check_hscale()
219 call_ref(NULL, dst0, SRC_PIXELS, src, filter, filterPos, width); in check_hscale()
221 if (memcmp(dst0, dst1, SRC_PIXELS * sizeof(dst0[0]))) in check_hscale()
223 bench_new(NULL, dst0, SRC_PIXELS, src, filter, filterPos, width); in check_hscale()
Daacpsdsp.c51 LOCAL_ALIGNED_16(INTFLOAT, dst0, [BUF_SIZE]); in test_add_squares()
59 randomize(dst0, BUF_SIZE); in test_add_squares()
60 memcpy(dst1, dst0, BUF_SIZE * sizeof(INTFLOAT)); in test_add_squares()
61 call_ref(dst0, src, BUF_SIZE); in test_add_squares()
63 if (!float_near_abs_eps_array(dst0, dst1, EPS, BUF_SIZE)) in test_add_squares()
70 LOCAL_ALIGNED_16(INTFLOAT, dst0, [BUF_SIZE], [2]); in test_mul_pair_single()
80 call_ref(dst0, src0, src1, BUF_SIZE); in test_mul_pair_single()
82 if (!float_near_abs_eps_array((float *)dst0, (float *)dst1, EPS, BUF_SIZE * 2)) in test_mul_pair_single()
89 LOCAL_ALIGNED_16(INTFLOAT, dst0, [BUF_SIZE], [2]); in test_hybrid_analysis()
101 randomize((INTFLOAT *)dst0, BUF_SIZE * 2); in test_hybrid_analysis()
[all …]
Dhevc_pel.c48 AV_WN32A(dst0 + k, r); \
72 LOCAL_ALIGNED_32(uint8_t, dst0, [BUF_SIZE]); in checkasm_check_hevc_qpel()
95 int16_t *dstw0 = (int16_t *) dst0, *dstw1 = (int16_t *) dst1; in checkasm_check_hevc_qpel()
116 LOCAL_ALIGNED_32(uint8_t, dst0, [BUF_SIZE]); in checkasm_check_hevc_qpel_uni()
140 …call_ref(dst0, sizes[size] * SIZEOF_PIXEL, src0, sizes[size] * SIZEOF_PIXEL, sizes[size], i, j, si… in checkasm_check_hevc_qpel_uni()
142 if (memcmp(dst0, dst1, sizes[size] * sizes[size] * SIZEOF_PIXEL)) in checkasm_check_hevc_qpel_uni()
157 LOCAL_ALIGNED_32(uint8_t, dst0, [BUF_SIZE]); in checkasm_check_hevc_qpel_uni_w()
185 …call_ref(dst0, sizes[size] * SIZEOF_PIXEL, src0, sizes[size] * SIZEOF_PIXEL, sizes[size], *denom, … in checkasm_check_hevc_qpel_uni_w()
187 … if (memcmp(dst0, dst1, sizes[size] * sizes[size] * SIZEOF_PIXEL)) in checkasm_check_hevc_qpel_uni_w()
205 LOCAL_ALIGNED_32(uint8_t, dst0, [BUF_SIZE]); in checkasm_check_hevc_qpel_bi()
[all …]
Dfmtconvert.c49 LOCAL_ALIGNED(32, float, dst0, [BUF_SIZE]); in checkasm_check_fmtconvert()
61 memset(dst0, 0, sizeof(*dst0) * BUF_SIZE); in checkasm_check_fmtconvert()
72 call_ref(dst0, in, scale_arr[i], length[j]); in checkasm_check_fmtconvert()
75 if (!float_near_ulp_array(dst0, dst1, 3, length[j])) { in checkasm_check_fmtconvert()
93 call_ref(&c, dst0, in, scale_arr, length[j]); in checkasm_check_fmtconvert()
96 if (!float_near_ulp_array(dst0, dst1, 3, length[j])) { in checkasm_check_fmtconvert()
Dllviddspenc.c49 LOCAL_ALIGNED_32(uint8_t, dst0, [MAX_STRIDE]); in check_diff_bytes()
59 memset(dst0, 0, MAX_STRIDE); in check_diff_bytes()
68 call_ref(dst0, src0, src2, planes[i].w); in check_diff_bytes()
70 if (memcmp(dst0, dst1, planes[i].w)) in check_diff_bytes()
80 LOCAL_ALIGNED_32(uint8_t, dst0, [MAX_STRIDE * MAX_HEIGHT]); in check_sub_left_pred()
88 memset(dst0, 0, MAX_STRIDE * MAX_HEIGHT); in check_sub_left_pred()
95 call_ref(dst0, src0, planes[i].s, planes[i].w, planes[i].h); in check_sub_left_pred()
97 if (memcmp(dst0, dst1, planes[i].w * planes[i].h)) in check_sub_left_pred()
Dhevc_sao.c72 LOCAL_ALIGNED_32(uint8_t, dst0, [BUF_SIZE]); in check_sao_band()
87 memset(dst0, 0, BUF_SIZE); in check_sao_band()
91 call_ref(dst0, src0, stride, stride, offset_val, left_class, block_size, block_size); in check_sao_band()
93 if (memcmp(dst0, dst1, BUF_SIZE)) in check_sao_band()
103 LOCAL_ALIGNED_32(uint8_t, dst0, [BUF_SIZE]); in check_sao_edge()
119 memset(dst0, 0, BUF_SIZE); in check_sao_edge()
123 call_ref(dst0, src0 + offset, stride, offset_val, eo, block_size, block_size); in check_sao_edge()
125 if (memcmp(dst0, dst1, BUF_SIZE)) in check_sao_edge()
/third_party/mesa3d/src/intel/compiler/
Dtest_fs_saturate_propagation.cpp116 fs_reg dst0 = v->vgrf(glsl_type::float_type); in TEST_F() local
120 bld.ADD(dst0, src0, src1); in TEST_F()
121 set_saturate(true, bld.MOV(dst1, dst0)); in TEST_F()
151 fs_reg dst0 = v->vgrf(glsl_type::float_type); in TEST_F() local
156 bld.ADD(dst0, src0, src1); in TEST_F()
157 set_saturate(true, bld.MOV(dst1, dst0)); in TEST_F()
158 bld.ADD(dst2, dst0, src0); in TEST_F()
189 fs_reg dst0 = v->vgrf(glsl_type::float_type); in TEST_F() local
193 bld.ADD(dst0, src0, src1) in TEST_F()
195 set_saturate(true, bld.MOV(dst1, dst0)); in TEST_F()
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dlossless_msa.c25 v16u8 src0, src1, src2, src3, dst0, dst1, dst2; \
27 VSHF_B2_UB(src0, src1, src1, src2, m0, m1, dst0, dst1); \
29 ST_UB2(dst0, dst1, pdst, 16); \
35 v16u8 src0, src1, src2, dst0, dst1, dst2; \
37 VSHF_B2_UB(src0, src1, src1, src2, m0, m1, dst0, dst1); \
39 ST_UB2(dst0, dst1, pdst, 16); \
46 v16u8 src0, src1, src2 = { 0 }, dst0, dst1; \
48 VSHF_B2_UB(src0, src1, src1, src2, m0, m1, dst0, dst1); \
49 ST_UB(dst0, pdst); \
56 const v16u8 dst0 = VSHF_UB(src0, src0, m); \
[all …]
Dlossless_enc_msa.c21 #define TRANSFORM_COLOR_8(src0, src1, dst0, dst1, c0, c1, mask0, mask1) do { \ argument
34 VSHF_B2_UB(src0, t0, src1, t1, mask1, mask1, dst0, dst1); \
53 v16u8 src0, dst0; in TransformColor_MSA() local
65 TRANSFORM_COLOR_8(src0, src1, dst0, dst1, g2br, r2b, mask0, mask1); in TransformColor_MSA()
66 ST_UB2(dst0, dst1, data, 4); in TransformColor_MSA()
73 TRANSFORM_COLOR_4(src0, dst0, g2br, r2b, mask0, mask1); in TransformColor_MSA()
74 ST_UB(dst0, data); in TransformColor_MSA()
80 TRANSFORM_COLOR_4(src0, dst0, g2br, r2b, mask0, mask1); in TransformColor_MSA()
82 const uint64_t pix_d = __msa_copy_s_d((v2i64)dst0, 0); in TransformColor_MSA()
83 const uint32_t pix_w = __msa_copy_s_w((v4i32)dst0, 2); in TransformColor_MSA()
[all …]
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless_msa.c25 v16u8 src0, src1, src2, src3, dst0, dst1, dst2; \
27 VSHF_B2_UB(src0, src1, src1, src2, m0, m1, dst0, dst1); \
29 ST_UB2(dst0, dst1, pdst, 16); \
35 v16u8 src0, src1, src2, dst0, dst1, dst2; \
37 VSHF_B2_UB(src0, src1, src1, src2, m0, m1, dst0, dst1); \
39 ST_UB2(dst0, dst1, pdst, 16); \
46 v16u8 src0, src1, src2 = { 0 }, dst0, dst1; \
48 VSHF_B2_UB(src0, src1, src1, src2, m0, m1, dst0, dst1); \
49 ST_UB(dst0, pdst); \
56 const v16u8 dst0 = VSHF_UB(src0, src0, m); \
[all …]
Dlossless_enc_msa.c21 #define TRANSFORM_COLOR_8(src0, src1, dst0, dst1, c0, c1, mask0, mask1) do { \ argument
34 VSHF_B2_UB(src0, t0, src1, t1, mask1, mask1, dst0, dst1); \
53 v16u8 src0, dst0; in TransformColor_MSA() local
65 TRANSFORM_COLOR_8(src0, src1, dst0, dst1, g2br, r2b, mask0, mask1); in TransformColor_MSA()
66 ST_UB2(dst0, dst1, data, 4); in TransformColor_MSA()
73 TRANSFORM_COLOR_4(src0, dst0, g2br, r2b, mask0, mask1); in TransformColor_MSA()
74 ST_UB(dst0, data); in TransformColor_MSA()
80 TRANSFORM_COLOR_4(src0, dst0, g2br, r2b, mask0, mask1); in TransformColor_MSA()
82 const uint64_t pix_d = __msa_copy_s_d((v2i64)dst0, 0); in TransformColor_MSA()
83 const uint32_t pix_w = __msa_copy_s_w((v4i32)dst0, 2); in TransformColor_MSA()
[all …]
/third_party/ffmpeg/libavcodec/mips/
Dhevc_lpf_sao_msa.c43 v16u8 dst0, dst1, dst2, dst3, dst4, dst5; in hevc_loopfilter_luma_hor_msa() local
144 dst0 = (v16u8) (temp2 + (v8i16) p2_src); in hevc_loopfilter_luma_hor_msa()
158 dst0 = __msa_bmz_v(dst0, (v16u8) p2_src, (v16u8) p_is_pcm_vec); in hevc_loopfilter_luma_hor_msa()
188 PCKEV_B2_UB(dst1, dst0, dst3, dst2, dst0, dst1); in hevc_loopfilter_luma_hor_msa()
195 dst0 = __msa_bmz_v(dst0, dst3, (v16u8) cmp3); in hevc_loopfilter_luma_hor_msa()
202 ST_D4(dst0, dst1, 0, 1, 0, 1, p2, stride); in hevc_loopfilter_luma_hor_msa()
280 PCKEV_B2_UB(dst2, dst1, dst4, dst3, dst0, dst1); in hevc_loopfilter_luma_hor_msa()
285 dst0 = __msa_bmz_v(dst0, dst2, (v16u8) cmp3); in hevc_loopfilter_luma_hor_msa()
289 ST_D4(dst0, dst1, 0, 1, 0, 1, p2, stride); in hevc_loopfilter_luma_hor_msa()
302 dst0 = (v16u8) (temp2 + (v8i16) p2_src); in hevc_loopfilter_luma_hor_msa()
[all …]
Diirfilter_mips.c78 float *dst0 = dst; in iir_filter_flt_mips() local
81 *dst0 = s->x[0] + in + s->x[1] * c->cx[1]; in iir_filter_flt_mips()
85 dst0 += dstep; in iir_filter_flt_mips()
90 float *dst0 = dst; in iir_filter_flt_mips() local
170 dst0[0 ] = res1; in iir_filter_flt_mips()
171 dst0[sstep ] = res2; in iir_filter_flt_mips()
172 dst0[2*sstep] = res3; in iir_filter_flt_mips()
173 dst0[3*sstep] = res4; in iir_filter_flt_mips()
176 dst0 += 4*dstep; in iir_filter_flt_mips()
181 float *dst0 = dst; in iir_filter_flt_mips() local
[all …]
Dhevc_mc_bi_msa.c74 v8i16 dst0, dst1, dst2, dst3; in hevc_bi_copy_4w_msa() local
82 dst0 = (v8i16) __msa_ilvr_b(zero, src0); in hevc_bi_copy_4w_msa()
83 dst0 <<= 6; in hevc_bi_copy_4w_msa()
84 dst0 += in0; in hevc_bi_copy_4w_msa()
85 dst0 = __msa_srari_h(dst0, 7); in hevc_bi_copy_4w_msa()
86 CLIP_SH_0_255(dst0); in hevc_bi_copy_4w_msa()
88 dst0 = (v8i16) __msa_pckev_b((v16i8) dst0, (v16i8) dst0); in hevc_bi_copy_4w_msa()
89 ST_W2(dst0, 0, 1, dst, dst_stride); in hevc_bi_copy_4w_msa()
96 ILVRL_B2_SH(zero, src0, dst0, dst1); in hevc_bi_copy_4w_msa()
97 SLLI_2V(dst0, dst1, 6); in hevc_bi_copy_4w_msa()
[all …]
Dhevc_mc_uniw_msa.c70 v8i16 dst0, dst1, dst2, dst3, offset_vec; in hevc_uniwgt_copy_4w_msa() local
83 dst0 = (v8i16) __msa_ilvr_b(zero, src0); in hevc_uniwgt_copy_4w_msa()
84 dst0 <<= 6; in hevc_uniwgt_copy_4w_msa()
86 ILVRL_H2_SW(dst0, dst0, dst0_r, dst0_l); in hevc_uniwgt_copy_4w_msa()
89 dst0 = __msa_pckev_h((v8i16) dst0_l, (v8i16) dst0_r); in hevc_uniwgt_copy_4w_msa()
90 dst0 += offset_vec; in hevc_uniwgt_copy_4w_msa()
91 CLIP_SH_0_255(dst0); in hevc_uniwgt_copy_4w_msa()
92 out0 = (v16u8) __msa_pckev_b((v16i8) dst0, (v16i8) dst0); in hevc_uniwgt_copy_4w_msa()
97 ILVRL_B2_SH(zero, src0, dst0, dst1); in hevc_uniwgt_copy_4w_msa()
98 SLLI_2V(dst0, dst1, 6); in hevc_uniwgt_copy_4w_msa()
[all …]
Dblockdsp_msa.c28 uint64_t dst0; in copy_8bit_value_width8_msa() local
32 dst0 = __msa_copy_u_d((v2i64) val0, 0); in copy_8bit_value_width8_msa()
35 SD4(dst0, dst0, dst0, dst0, src, src_stride); in copy_8bit_value_width8_msa()
Dhevc_mc_biw_msa.c102 v8i16 dst0, dst1, dst2, dst3, weight_vec; in hevc_biwgt_copy_4w_msa() local
119 dst0 = (v8i16) __msa_ilvr_b(zero, src0); in hevc_biwgt_copy_4w_msa()
120 dst0 <<= 6; in hevc_biwgt_copy_4w_msa()
122 ILVRL_H2_SW(dst0, in0, dst0_r, dst0_l); in hevc_biwgt_copy_4w_msa()
126 dst0 = (v8i16) __msa_pckev_h((v8i16) dst0_l, (v8i16) dst0_r); in hevc_biwgt_copy_4w_msa()
127 CLIP_SH_0_255(dst0); in hevc_biwgt_copy_4w_msa()
128 out0 = (v16u8) __msa_pckev_b((v16i8) dst0, (v16i8) dst0); in hevc_biwgt_copy_4w_msa()
136 ILVRL_B2_SH(zero, src0, dst0, dst1); in hevc_biwgt_copy_4w_msa()
137 SLLI_2V(dst0, dst1, 6); in hevc_biwgt_copy_4w_msa()
138 HEVC_BIW_RND_CLIP2_MAX_SATU(dst0, dst1, in0, in1, weight_vec, rnd_vec, in hevc_biwgt_copy_4w_msa()
[all …]
/third_party/ltp/testcases/kernel/syscalls/string/
Dstring01.c70 char dst0[LONGSTR + 1]; /* place holders for various tests */ variable
142 dst0, "", "", 0}, {
143 dst0, tiat, tiat, 0}, {
144 dst0, "", tiat, 0}, {
145 dst0, yat, tiatyat, 0}, {
159 dst0, "", 0}, {
160 dst0, tiat, 0}, {
161 dst0, longstr, 0}, {
199 dst0, "", LONGSTR, "", 0}, {
200 dst0, tiat, LONGSTR, tiat, 0}, {
[all …]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c437 LLVMValueRef dst0 = NULL; in lp_emit_instruction_aos() local
454 dst0 = bld->bld_base.base.undef; in lp_emit_instruction_aos()
460 dst0 = lp_build_floor(&bld->bld_base.base, src0); in lp_emit_instruction_aos()
464 dst0 = lp_build_emit_fetch(&bld->bld_base, inst, 0, LP_CHAN_ALL); in lp_emit_instruction_aos()
473 dst0 = lp_build_rcp(&bld->bld_base.base, src0); in lp_emit_instruction_aos()
480 dst0 = lp_build_rsqrt(&bld->bld_base.base, tmp0); in lp_emit_instruction_aos()
492 dst0 = lp_build_mul(&bld->bld_base.base, src0, src1); in lp_emit_instruction_aos()
498 dst0 = lp_build_add(&bld->bld_base.base, src0, src1); in lp_emit_instruction_aos()
515 dst0 = lp_build_min(&bld->bld_base.base, src0, src1); in lp_emit_instruction_aos()
521 dst0 = lp_build_max(&bld->bld_base.base, src0, src1); in lp_emit_instruction_aos()
[all …]
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1692 void handleTEX(Value *dst0[4], int R, int S, int L, int C, int Dx, int Dy);
1693 void handleTXF(Value *dst0[4], int R, int L_M);
1694 void handleTXQ(Value *dst0[4], enum TexQuery, int R);
1695 void handleFBFETCH(Value *dst0[4]);
1696 void handleLIT(Value *dst0[4]);
1703 void handleLOAD(Value *dst0[4]);
1705 void handleATOM(Value *dst0[4], DataType, uint16_t subOp);
1707 void handleINTERP(Value *dst0[4]);
2260 Converter::handleTXQ(Value *dst0[4], enum TexQuery query, int R) in handleTXQ()
2267 if (!dst0[c]) in handleTXQ()
[all …]
/third_party/flutter/skia/third_party/externals/libpng/mips/
Dfilter_msa_intrinsics.c467 v16u8 dst0, dst1; in png_read_filter_row_sub4_msa() local
489 ILVEV_W2_UB(src1, src2, src3, src4, dst0, dst1); in png_read_filter_row_sub4_msa()
490 dst0 = (v16u8) __msa_pckev_d((v2i64) dst1, (v2i64) dst0); in png_read_filter_row_sub4_msa()
492 ST_UB(dst0, nxt); in png_read_filter_row_sub4_msa()
506 v16u8 src0, src1, src2, src3, src4, dst0, dst1; in png_read_filter_row_sub3_msa() local
530 VSHF_B2_UB(src1, src2, src3, src4, mask0, mask0, dst0, dst1); in png_read_filter_row_sub3_msa()
531 dst0 = (v16u8) __msa_vshf_b(mask1, (v16i8) dst1, (v16i8) dst0); in png_read_filter_row_sub3_msa()
532 out0 = __msa_copy_s_d((v2i64) dst0, 0); in png_read_filter_row_sub3_msa()
533 out1 = __msa_copy_s_w((v4i32) dst0, 2); in png_read_filter_row_sub3_msa()
551 v16u8 src0, src1, src2, src3, src4, src5, src6, src7, src8, src9, dst0, dst1; in png_read_filter_row_avg4_msa() local
[all …]
/third_party/skia/third_party/externals/libpng/mips/
Dfilter_msa_intrinsics.c467 v16u8 dst0, dst1; in png_read_filter_row_sub4_msa() local
489 ILVEV_W2_UB(src1, src2, src3, src4, dst0, dst1); in png_read_filter_row_sub4_msa()
490 dst0 = (v16u8) __msa_pckev_d((v2i64) dst1, (v2i64) dst0); in png_read_filter_row_sub4_msa()
492 ST_UB(dst0, nxt); in png_read_filter_row_sub4_msa()
506 v16u8 src0, src1, src2, src3, src4, dst0, dst1; in png_read_filter_row_sub3_msa() local
530 VSHF_B2_UB(src1, src2, src3, src4, mask0, mask0, dst0, dst1); in png_read_filter_row_sub3_msa()
531 dst0 = (v16u8) __msa_vshf_b(mask1, (v16i8) dst1, (v16i8) dst0); in png_read_filter_row_sub3_msa()
532 out0 = __msa_copy_s_d((v2i64) dst0, 0); in png_read_filter_row_sub3_msa()
533 out1 = __msa_copy_s_w((v4i32) dst0, 2); in png_read_filter_row_sub3_msa()
551 v16u8 src0, src1, src2, src3, src4, src5, src6, src7, src8, src9, dst0, dst1; in png_read_filter_row_avg4_msa() local
[all …]

12345