Searched refs:sign0 (Results 1 – 5 of 5) sorted by relevance
/third_party/curl/lib/ |
D | http_aws_sigv4.c | 560 unsigned char sign0[SHA256_DIGEST_LENGTH] = {0}; in Curl_output_aws_sigv4() local 768 HMAC_SHA256(secret, strlen(secret), date, strlen(date), sign0); in Curl_output_aws_sigv4() 769 HMAC_SHA256(sign0, sizeof(sign0), region, strlen(region), sign1); in Curl_output_aws_sigv4() 770 HMAC_SHA256(sign1, sizeof(sign1), service, strlen(service), sign0); in Curl_output_aws_sigv4() 771 HMAC_SHA256(sign0, sizeof(sign0), request_type, strlen(request_type), sign1); in Curl_output_aws_sigv4() 772 HMAC_SHA256(sign1, sizeof(sign1), str_to_sign, strlen(str_to_sign), sign0); in Curl_output_aws_sigv4() 774 sha256_to_hex(sha_hex, sign0); in Curl_output_aws_sigv4()
|
/third_party/ffmpeg/libavcodec/ |
D | rdft.c | 56 #define RDFT_UNMANGLE(sign0, sign1) \ in rdft_calc_c() argument 66 odsum.re = od.re*tcos[i] sign0 od.im*tsin[i]; \ in rdft_calc_c()
|
D | twinvq.c | 181 int sign0 = 1; in dequant() local 191 sign0 = -1; in dequant() 207 out[tctx->permut[ftype][pos + j]] = sign0 * tab0[j] + in dequant()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_sse2.c | 1238 const __m128i sign0 = _mm_cmpgt_epi16(zero, in0); in DoQuantizeBlock_SSE2() local 1242 coeff0 = _mm_xor_si128(in0, sign0); in DoQuantizeBlock_SSE2() 1244 coeff0 = _mm_sub_epi16(coeff0, sign0); in DoQuantizeBlock_SSE2() 1292 out0 = _mm_xor_si128(out0, sign0); in DoQuantizeBlock_SSE2() 1294 out0 = _mm_sub_epi16(out0, sign0); in DoQuantizeBlock_SSE2()
|
D | enc_msa.c | 807 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, sign0, sign1; in QuantizeBlock_MSA() local 821 sign0 = (in0 < zero); in QuantizeBlock_MSA() 836 tmp2 = (v8i16)__msa_bmnz_v((v16u8)tmp2, (v16u8)tmp0, (v16u8)sign0); in QuantizeBlock_MSA()
|