/third_party/ffmpeg/libavcodec/mips/ |
H A D | h264_deblock_msa.c | 77 tmp_1 = __msa_pckev_b((v16i8)tmp_6, (v16i8)tmp_5); \ 78 tmp_1 += cnst_1; \ 79 tmp_1 = (v16i8)__msa_subs_u_b((v16u8)tmp_1, (v16u8)cnst_0); \ 80 tmp_1 = (v16i8)__msa_sat_s_h((v8i16)tmp_1, 7); \ 81 tmp_1 = __msa_pckev_b(tmp_1, tmp_1); \ 83 tmp_1 126 v16i8 tmp_0, tmp_1; ff_h264_loop_filter_strength_msa() local [all...] |
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | enc_sse41.c | 76 __m128i tmp_0, tmp_1, tmp_2, tmp_3; in TTransform_SSE41() local 99 tmp_1 = _mm_cvtepu8_epi16(inAB_1); in TTransform_SSE41() 113 const __m128i a1 = _mm_add_epi16(tmp_1, tmp_3); in TTransform_SSE41() 114 const __m128i a2 = _mm_sub_epi16(tmp_1, tmp_3); in TTransform_SSE41() 126 VP8Transpose_2_4x4_16b(&b0, &b1, &b2, &b3, &tmp_0, &tmp_1, &tmp_2, &tmp_3); in TTransform_SSE41() 137 const __m128i a1 = _mm_add_epi16(tmp_1, tmp_3); in TTransform_SSE41() 138 const __m128i a2 = _mm_sub_epi16(tmp_1, tmp_3); in TTransform_SSE41()
|
H A D | enc_sse2.c | 1100 __m128i tmp_0, tmp_1, tmp_2, tmp_3; in TTransform_SSE2() local 1120 tmp_1 = _mm_unpacklo_epi8(inAB_1, zero); in TTransform_SSE2() 1134 const __m128i a1 = _mm_add_epi16(tmp_1, tmp_3); in TTransform_SSE2() 1135 const __m128i a2 = _mm_sub_epi16(tmp_1, tmp_3); in TTransform_SSE2() 1147 VP8Transpose_2_4x4_16b(&b0, &b1, &b2, &b3, &tmp_0, &tmp_1, &tmp_2, &tmp_3); in TTransform_SSE2() 1158 const __m128i a1 = _mm_add_epi16(tmp_1, tmp_3); in TTransform_SSE2() 1159 const __m128i a2 = _mm_sub_epi16(tmp_1, tmp_3); in TTransform_SSE2()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_asn1.c | 312 BIGNUM *tmp_1 = NULL, *tmp_2 = NULL; in ec_asn1_group2curve() local 319 if ((tmp_1 = BN_new()) == NULL || (tmp_2 = BN_new()) == NULL) { in ec_asn1_group2curve() 325 if (!EC_GROUP_get_curve(group, NULL, tmp_1, tmp_2, NULL)) { in ec_asn1_group2curve() 341 if (BN_bn2binpad(tmp_1, a_buf, len) < 0 in ec_asn1_group2curve() 378 BN_free(tmp_1); in ec_asn1_group2curve()
|
H A D | ecp_smpl.c | 254 BIGNUM *a, *b, *order, *tmp_1, *tmp_2; in ossl_ec_GFp_simple_group_check_discriminant() local 268 tmp_1 = BN_CTX_get(ctx); in ossl_ec_GFp_simple_group_check_discriminant() 295 if (!BN_mod_sqr(tmp_1, a, p, ctx)) in ossl_ec_GFp_simple_group_check_discriminant() 297 if (!BN_mod_mul(tmp_2, tmp_1, a, p, ctx)) in ossl_ec_GFp_simple_group_check_discriminant() 299 if (!BN_lshift(tmp_1, tmp_2, 2)) in ossl_ec_GFp_simple_group_check_discriminant() 301 /* tmp_1 = 4*a^3 */ in ossl_ec_GFp_simple_group_check_discriminant() 309 if (!BN_mod_add(a, tmp_1, tmp_2, p, ctx)) in ossl_ec_GFp_simple_group_check_discriminant()
|
/third_party/openssl/crypto/ec/ |
H A D | ec_asn1.c | 312 BIGNUM *tmp_1 = NULL, *tmp_2 = NULL; in ec_asn1_group2curve() local 319 if ((tmp_1 = BN_new()) == NULL || (tmp_2 = BN_new()) == NULL) { in ec_asn1_group2curve() 325 if (!EC_GROUP_get_curve(group, NULL, tmp_1, tmp_2, NULL)) { in ec_asn1_group2curve() 341 if (BN_bn2binpad(tmp_1, a_buf, len) < 0 in ec_asn1_group2curve() 378 BN_free(tmp_1); in ec_asn1_group2curve()
|
H A D | ecp_smpl.c | 254 BIGNUM *a, *b, *order, *tmp_1, *tmp_2; in ossl_ec_GFp_simple_group_check_discriminant() local 268 tmp_1 = BN_CTX_get(ctx); in ossl_ec_GFp_simple_group_check_discriminant() 295 if (!BN_mod_sqr(tmp_1, a, p, ctx)) in ossl_ec_GFp_simple_group_check_discriminant() 297 if (!BN_mod_mul(tmp_2, tmp_1, a, p, ctx)) in ossl_ec_GFp_simple_group_check_discriminant() 299 if (!BN_lshift(tmp_1, tmp_2, 2)) in ossl_ec_GFp_simple_group_check_discriminant() 301 /* tmp_1 = 4*a^3 */ in ossl_ec_GFp_simple_group_check_discriminant() 309 if (!BN_mod_add(a, tmp_1, tmp_2, p, ctx)) in ossl_ec_GFp_simple_group_check_discriminant()
|