Home
last modified time | relevance | path

Searched refs:dh2 (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_mosaic_info.cpp799 int32 dh2 = 0; in Calculate() local
806 while (!map [v1] [DeltaCol (patCol, dh2)]) in Calculate()
808 dh2++; in Calculate()
812 LinearWeight1 (dh1, dh2) * w1); in Calculate()
814 kernel.Add (dng_point (dv1, dh2), in Calculate()
815 LinearWeight2 (dh1, dh2) * w1); in Calculate()
818 dh2 = 0; in Calculate()
825 while (!map [v2] [DeltaCol (patCol, dh2)]) in Calculate()
827 dh2++; in Calculate()
831 LinearWeight1 (dh1, dh2) * w2); in Calculate()
[all …]
/third_party/node/test/parallel/
Dtest-crypto-dh.js13 const dh2 = crypto.createDiffieHellman(p1, 'buffer'); constant
15 let key2 = dh2.generateKeys('hex');
17 let secret2 = dh2.computeSecret(key1, 'latin1', 'buffer');
21 assert.strictEqual(dh2.verifyError, 0);
Dtest-crypto-binary-default.js588 const dh2 = crypto.createDiffieHellman(p1, 'base64'); constant
590 const key2 = dh2.generateKeys('hex');
592 const secret2 = dh2.computeSecret(key1, 'latin1', 'buffer');
/third_party/ffmpeg/libavfilter/
Dvf_signature.c173 int32_t dh1 = 1, dh2 = 1, dw1 = 1, dw2 = 1, a, b; in filter_frame() local
223 dh2 = dh1 + 1; in filter_frame()
227 denom = (sc->divide) ? dh1 * dh2 * dw1 * dw2 : 1; in filter_frame()
232 if (dh2 > 1) { in filter_frame()
235 a = (a == dh1)? dh2 : dh1; in filter_frame()
253 denom = (sc->divide) ? 1 : dh1 * dh2 * dw1 * dw2; in filter_frame()
/third_party/openh264/test/encoder_binary_comparison/Scripts/
Drun_BinarySHA1Comparison.sh65 sw sh dw0 dh0 dw1 dh1 dw2 dh2 dw3 dh3 \
/third_party/openssl/apps/
Ds_server.c1998 DH *dh2 = load_dh_param(s_cert_file2); in s_server_main() local
1999 if (dh2 != NULL) { in s_server_main()
2004 dh = dh2; in s_server_main()