Home
last modified time | relevance | path

Searched refs:__msa_copy_s_d (Results 1 – 16 of 16) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dencodeopt_msa.c35 err = __msa_copy_s_d(err0, 0); in vp8_block_error_msa()
36 err += __msa_copy_s_d(err1, 0); in vp8_block_error_msa()
88 err += __msa_copy_s_d(err0, 0); in vp8_mbblock_error_msa()
89 err += __msa_copy_s_d(err1, 0); in vp8_mbblock_error_msa()
100 err += __msa_copy_s_d(err0, 0); in vp8_mbblock_error_msa()
101 err += __msa_copy_s_d(err1, 0); in vp8_mbblock_error_msa()
150 err += __msa_copy_s_d(err0, 0); in vp8_mbuverror_msa()
151 err += __msa_copy_s_d(err1, 0); in vp8_mbuverror_msa()
162 err += __msa_copy_s_d(err0, 0); in vp8_mbuverror_msa()
163 err += __msa_copy_s_d(err1, 0); in vp8_mbuverror_msa()
Ddenoising_msa.c421 dst0 = __msa_copy_s_d((v2i64)running_avg_y, 0); in vp8_denoiser_filter_uv_msa()
454 dst1 = __msa_copy_s_d((v2i64)running_avg_y, 0); in vp8_denoiser_filter_uv_msa()
515 dst0 = __msa_copy_s_d((v2i64)running_avg_y, 0); in vp8_denoiser_filter_uv_msa()
539 dst1 = __msa_copy_s_d((v2i64)running_avg_y, 0); in vp8_denoiser_filter_uv_msa()
/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_error_msa.c70 *ssz = __msa_copy_s_d(sq_coeff_r, 0); \
71 *ssz += __msa_copy_s_d(sq_coeff_l, 0); \
77 err = __msa_copy_s_d(err0, 0); \
78 err += __msa_copy_s_d(err1, 0); \
/external/libaom/libaom/av1/encoder/mips/msa/
Derror_msa.c71 *ssz = __msa_copy_s_d(sq_coeff_r, 0); \
72 *ssz += __msa_copy_s_d(sq_coeff_l, 0); \
78 err = __msa_copy_s_d(err0, 0); \
79 err += __msa_copy_s_d(err1, 0); \
/external/webp/src/dsp/
Ddec_msa.c499 p2_d = __msa_copy_s_d((v2i64)p2, 0); in VFilter8()
500 p1_d = __msa_copy_s_d((v2i64)p1, 0); in VFilter8()
501 p0_d = __msa_copy_s_d((v2i64)p0, 0); in VFilter8()
502 q0_d = __msa_copy_s_d((v2i64)q0, 0); in VFilter8()
503 q1_d = __msa_copy_s_d((v2i64)q1, 0); in VFilter8()
504 q2_d = __msa_copy_s_d((v2i64)q2, 0); in VFilter8()
511 p2_d = __msa_copy_s_d((v2i64)p2, 1); in VFilter8()
512 p1_d = __msa_copy_s_d((v2i64)p1, 1); in VFilter8()
513 p0_d = __msa_copy_s_d((v2i64)p0, 1); in VFilter8()
514 q0_d = __msa_copy_s_d((v2i64)q0, 1); in VFilter8()
[all …]
Denc_msa.c127 out0 = __msa_copy_s_d((v2i64)t0, 0); in FTransform_MSA()
128 out1 = __msa_copy_s_d((v2i64)t0, 1); in FTransform_MSA()
129 out2 = __msa_copy_s_d((v2i64)t1, 0); in FTransform_MSA()
130 out3 = __msa_copy_s_d((v2i64)t1, 1); in FTransform_MSA()
569 out = __msa_copy_s_d(temp6, 0); \
595 const uint64_t out0 = __msa_copy_s_d((v2i64)L0, 0); in HorizontalPred8x8()
596 const uint64_t out1 = __msa_copy_s_d((v2i64)L1, 0); in HorizontalPred8x8()
597 const uint64_t out2 = __msa_copy_s_d((v2i64)L2, 0); in HorizontalPred8x8()
598 const uint64_t out3 = __msa_copy_s_d((v2i64)L3, 0); in HorizontalPred8x8()
629 out0 = __msa_copy_s_d((v2i64)t0, 0); in TrueMotion8x8()
[all …]
Dlossless_msa.c50 pix_d = __msa_copy_s_d((v2i64)dst1, 0); \
57 uint64_t pix_d = __msa_copy_s_d((v2i64)dst0, 0); \
323 const uint64_t pix_d = __msa_copy_s_d((v2i64)dst0, 0); in TransformColorInverse_MSA()
328 const uint64_t pix_d = __msa_copy_s_d((v2i64)dst0, 0); in TransformColorInverse_MSA()
Dlossless_enc_msa.c82 const uint64_t pix_d = __msa_copy_s_d((v2i64)dst0, 0); in TransformColor_MSA()
87 const uint64_t pix_d = __msa_copy_s_d((v2i64)dst0, 0); in TransformColor_MSA()
Dupsampling_msa.c184 out_m = __msa_copy_s_d((v2i64)out1, 0); \
/external/libvpx/libvpx/vpx_dsp/mips/
Dsum_squares_msa.c33 ss_res = (uint64_t)__msa_copy_s_d(res0, 0); in vpx_sum_squares_2d_i16_msa()
45 ss_res = (uint64_t)__msa_copy_s_d(res0, 0); in vpx_sum_squares_2d_i16_msa()
74 ss_res = (uint64_t)__msa_copy_s_d(res0, 0); in vpx_sum_squares_2d_i16_msa()
114 ss_res = (uint64_t)__msa_copy_s_d(res0, 0); in vpx_sum_squares_2d_i16_msa()
Dvariance_msa.c331 sum = __msa_copy_s_d(sq_src_l, 0); in get_mb_ss_msa()
332 sum += __msa_copy_s_d(sq_src_r, 0); in get_mb_ss_msa()
/external/llvm-project/clang/test/CodeGen/
Dbuiltins-mips-msa-error.c105 …ll_r = __msa_copy_s_d(v2i64_a, 2); // expected-error {{argument value 2 is outside… in test()
301 …ll_r = __msa_copy_s_d(v2i64_a, -1); // expected-error {{argument value 4294967295 i… in test()
Dbuiltins-mips-msa.c276 ll_r = __msa_copy_s_d(v2i64_a, 1); // CHECK: call i64 @llvm.mips.copy.s.d( in test()
/external/libpng/mips/
Dfilter_msa_intrinsics.c532 out0 = __msa_copy_s_d((v2i64) dst0, 0); in png_read_filter_row_sub3_msa()
644 out0 = __msa_copy_s_d((v2i64) dst0, 0); in png_read_filter_row_avg3_msa()
796 out0 = __msa_copy_s_d((v2i64) dst0, 0); in png_read_filter_row_paeth3_msa()
/external/libaom/libaom/aom_dsp/mips/
Dvariance_msa.c332 sum = __msa_copy_s_d(sq_src_l, 0); in get_mb_ss_msa()
333 sum += __msa_copy_s_d(sq_src_r, 0); in get_mb_ss_msa()
/external/llvm-project/clang/lib/Headers/
Dmsa.h427 #define __msa_copy_s_d __builtin_msa_copy_s_d macro