Home
last modified time | relevance | path

Searched refs:dps (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dwavpackenc.c67 struct Decorr dps[MAX_TERMS]; member
746 info->dps[depth].value = term; in recurse_mono()
747 info->dps[depth].delta = delta; in recurse_mono()
748 decorr_mono_buffer(samples, outsamples, s->block_samples, info->dps, depth); in recurse_mono()
754 memcpy(s->decorr_passes, info->dps, sizeof(info->dps[0]) * (depth + 1)); in recurse_mono()
777 info->dps[depth].value = best_term; in recurse_mono()
778 info->dps[depth].delta = delta; in recurse_mono()
779 decorr_mono_buffer(samples, outsamples, s->block_samples, info->dps, depth); in recurse_mono()
793 memcpy(info->dps, in sort_mono()
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dtests.rs1156 let dps = cert.crl_distribution_points().unwrap(); in test_dist_point()
1157 let dp = dps.get(0).unwrap(); in test_dist_point()
1163 let dp = dps.get(1).unwrap(); in test_dist_point()
1168 assert!(dps.get(2).is_none()) in test_dist_point()
/third_party/python/Modules/
H A D_ssl.c1508 STACK_OF(DIST_POINT) *dps; in _get_crl_dp()
1512 dps = X509_get_ext_d2i(certificate, NID_crl_distribution_points, NULL, NULL); in _get_crl_dp()
1514 if (dps == NULL) in _get_crl_dp()
1521 for (i=0; i < sk_DIST_POINT_num(dps); i++) { in _get_crl_dp()
1525 dp = sk_DIST_POINT_value(dps, i); in _get_crl_dp()
1560 CRL_DIST_POINTS_free(dps); in _get_crl_dp()

Completed in 11 milliseconds