/third_party/ffmpeg/libavcodec/mips/ |
H A D | h264_deblock_msa.c | 60 tmp_2 = LD_SH(mv_t + d_idx_x4_48); \ 63 tmp_5 = tmp_2 - tmp_3; \ 64 tmp_6 = tmp_2 - tmp_4; \ 73 tmp_2 = LD_SH(mv_t + 208 + d_idx_x4); \ 74 tmp_5 = tmp_2 - tmp_3; \ 75 tmp_6 = tmp_2 - tmp_4; \ 90 tmp_2 = LD_SH(mv_t + d_idx_x4_48); \ 92 tmp_4 = tmp_3 - tmp_2; \ 127 v8i16 tmp_2, tmp_3, tmp_4, tmp_5, tmp_6; in ff_h264_loop_filter_strength_msa() local 147 tmp_2 in ff_h264_loop_filter_strength_msa() [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 100 tmp_2 = _mm_cvtepu8_epi16(inAB_2); in TTransform_SSE41() 112 const __m128i a0 = _mm_add_epi16(tmp_0, tmp_2); in TTransform_SSE41() 115 const __m128i a3 = _mm_sub_epi16(tmp_0, tmp_2); in TTransform_SSE41() 126 VP8Transpose_2_4x4_16b(&b0, &b1, &b2, &b3, &tmp_0, &tmp_1, &tmp_2, &tmp_3); in TTransform_SSE41() 136 const __m128i a0 = _mm_add_epi16(tmp_0, tmp_2); in TTransform_SSE41() 139 const __m128i a3 = _mm_sub_epi16(tmp_0, tmp_2); in TTransform_SSE41()
|
H A D | enc_sse2.c | 1100 __m128i tmp_0, tmp_1, tmp_2, tmp_3; in TTransform_SSE2() local 1121 tmp_2 = _mm_unpacklo_epi8(inAB_2, zero); in TTransform_SSE2() 1133 const __m128i a0 = _mm_add_epi16(tmp_0, tmp_2); in TTransform_SSE2() 1136 const __m128i a3 = _mm_sub_epi16(tmp_0, tmp_2); in TTransform_SSE2() 1147 VP8Transpose_2_4x4_16b(&b0, &b1, &b2, &b3, &tmp_0, &tmp_1, &tmp_2, &tmp_3); in TTransform_SSE2() 1157 const __m128i a0 = _mm_add_epi16(tmp_0, tmp_2); in TTransform_SSE2() 1160 const __m128i a3 = _mm_sub_epi16(tmp_0, tmp_2); 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() 342 || BN_bn2binpad(tmp_2, b_buf, len) < 0) { in ec_asn1_group2curve() 379 BN_free(tmp_2); 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 269 tmp_2 = BN_CTX_get(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() 303 if (!BN_mod_sqr(tmp_2, b, p, ctx)) in ossl_ec_GFp_simple_group_check_discriminant() 305 if (!BN_mul_word(tmp_2, 27)) in ossl_ec_GFp_simple_group_check_discriminant() 307 /* tmp_2 = 27*b^2 */ 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() 342 || BN_bn2binpad(tmp_2, b_buf, len) < 0) { in ec_asn1_group2curve() 379 BN_free(tmp_2); 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 269 tmp_2 = BN_CTX_get(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() 303 if (!BN_mod_sqr(tmp_2, b, p, ctx)) in ossl_ec_GFp_simple_group_check_discriminant() 305 if (!BN_mul_word(tmp_2, 27)) in ossl_ec_GFp_simple_group_check_discriminant() 307 /* tmp_2 = 27*b^2 */ 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()
|