Home
last modified time | relevance | path

Searched refs:mtmp (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dcmyk.h31 double mtmp = 1.0 - ((double)g / 255.0); in LOCAL() local
33 double ktmp = MIN(MIN(ctmp, mtmp), ytmp); in LOCAL()
35 if (ktmp == 1.0) ctmp = mtmp = ytmp = 0.0; in LOCAL()
38 mtmp = (mtmp - ktmp) / (1.0 - ktmp); in LOCAL()
42 *m = (JSAMPLE)(255.0 - mtmp * 255.0 + 0.5); in LOCAL()
/third_party/skia/third_party/externals/libjpeg-turbo/
Dcmyk.h31 double mtmp = 1.0 - ((double)g / 255.0); in LOCAL() local
33 double ktmp = MIN(MIN(ctmp, mtmp), ytmp); in LOCAL()
35 if (ktmp == 1.0) ctmp = mtmp = ytmp = 0.0; in LOCAL()
38 mtmp = (mtmp - ktmp) / (1.0 - ktmp); in LOCAL()
42 *m = (JSAMPLE)(255.0 - mtmp * 255.0 + 0.5); in LOCAL()
/third_party/libjpeg-turbo/
Dcmyk.h31 double mtmp = 1.0 - ((double)g / 255.0); in LOCAL() local
33 double ktmp = MIN(MIN(ctmp, mtmp), ytmp); in LOCAL()
35 if (ktmp == 1.0) ctmp = mtmp = ytmp = 0.0; in LOCAL()
38 mtmp = (mtmp - ktmp) / (1.0 - ktmp); in LOCAL()
42 *m = (JSAMPLE)(255.0 - mtmp * 255.0 + 0.5); in LOCAL()
/third_party/openssl/crypto/dh/
Ddh_lib.c38 const DH_METHOD *mtmp; in DH_set_method() local
39 mtmp = dh->meth; in DH_set_method()
40 if (mtmp->finish) in DH_set_method()
41 mtmp->finish(dh); in DH_set_method()
/third_party/ffmpeg/libavutil/
Dtx_template.c135 int64_t mtmp[4]; in fft3() local
145 mtmp[0] = (int64_t)TX_NAME(ff_cos_53)[0].re * tmp[0].re; in fft3()
146 mtmp[1] = (int64_t)TX_NAME(ff_cos_53)[0].im * tmp[0].im; in fft3()
147 mtmp[2] = (int64_t)TX_NAME(ff_cos_53)[1].re * tmp[1].re; in fft3()
148 mtmp[3] = (int64_t)TX_NAME(ff_cos_53)[1].re * tmp[1].im; in fft3()
149 out[1*stride].re = in[0].re - (mtmp[2] + mtmp[0] + 0x40000000 >> 31); in fft3()
150 out[1*stride].im = in[0].im - (mtmp[3] - mtmp[1] + 0x40000000 >> 31); in fft3()
151 out[2*stride].re = in[0].re - (mtmp[2] - mtmp[0] + 0x40000000 >> 31); in fft3()
152 out[2*stride].im = in[0].im - (mtmp[3] + mtmp[1] + 0x40000000 >> 31); in fft3()
/third_party/openssl/crypto/dsa/
Ddsa_lib.c112 const DSA_METHOD *mtmp; in DSA_set_method() local
113 mtmp = dsa->meth; in DSA_set_method()
114 if (mtmp->finish) in DSA_set_method()
115 mtmp->finish(dsa); in DSA_set_method()
/third_party/openssl/crypto/cms/
Dcms_lib.c458 EVP_MD_CTX *mtmp; in ossl_cms_DigestAlgorithm_find_ctx() local
464 BIO_get_md_ctx(chain, &mtmp); in ossl_cms_DigestAlgorithm_find_ctx()
465 if (EVP_MD_CTX_get_type(mtmp) == nid in ossl_cms_DigestAlgorithm_find_ctx()
470 || EVP_MD_get_pkey_type(EVP_MD_CTX_get0_md(mtmp)) == nid) in ossl_cms_DigestAlgorithm_find_ctx()
471 return EVP_MD_CTX_copy_ex(mctx, mtmp); in ossl_cms_DigestAlgorithm_find_ctx()
/third_party/openssl/crypto/rsa/
Drsa_lib.c50 const RSA_METHOD *mtmp; in RSA_set_method() local
51 mtmp = rsa->meth; in RSA_set_method()
52 if (mtmp->finish) in RSA_set_method()
53 mtmp->finish(rsa); in RSA_set_method()