Searched refs:r_in (Results 1 - 4 of 4) sorted by relevance
/third_party/astc-encoder/Utils/ |
H A D | astc_rgbm_codec.cpp | 97 float r_in = pixel_in[0] / rgbm_multiplier; in main() local 101 float max_rgb = astc::max(r_in, g_in, b_in); in main() 109 float r_scale = astc::min(1.0f, r_in / m_scale); in main()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_tonemap.c | 114 const float *r_in = (const float *)(in->data[map[0]] + x * desc->comp[map[0]].step + y * in->linesize[map[0]]); in tonemap() local 123 *r_out = *r_in; in tonemap() 129 float luma = av_q2d(s->coeffs->cr) * *r_in + av_q2d(s->coeffs->cg) * *g_in + av_q2d(s->coeffs->cb) * *b_in; in tonemap() 131 *r_out = MIX(*r_in, luma, overbright); in tonemap()
|
/third_party/openssl/test/ |
H A D | ecdsatest.c | 76 const char *r_in = NULL, *s_in = NULL, *tbs = NULL; in x9_62_tests() local 91 r_in = ecdsa_cavs_kats[n].r; in x9_62_tests() 115 || !TEST_true(BN_hex2bn(&r, r_in)) in x9_62_tests()
|
/third_party/musl/src/crypt/ |
H A D | crypt_des.c | 752 * l_in, r_in, l_out, and r_out are in pseudo-"big-endian" format. 754 void __do_des(uint32_t l_in, uint32_t r_in, in __do_des() argument 764 if (l_in | r_in) { in __do_des() 768 ip_maskl[i + 8][(r_in >> ibit) & 0xf]; in __do_des() 770 ip_maskr[i + 8][(r_in >> ibit) & 0xf]; in __do_des()
|
Completed in 4 milliseconds