HomeSort by relevance Sort by last modified time
    Searched refs:entropy (Results 126 - 150 of 197) sorted by null

1 2 3 4 56 7 8

  /external/libjpeg-turbo/
jdinput.c 282 (*cinfo->entropy->start_pass) (cinfo);
374 /* Reset progression state -- would be cleaner if entropy decoder did this */
jdapistd.c 418 * the next iMCU row may have already been entropy-decoded. In this unique
428 /* If the next iMCU row has already been entropy-decoded, make sure that
477 * all of the entropy decoding occurs in jpeg_start_decompress(), assuming
506 (*cinfo->entropy->decode_mcu) (cinfo, NULL);
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
independent_test.py 120 ind.mean(), ind.variance(), ind.stddev(), ind.entropy(), ind.mode(),
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 357 struct msm_venc_entropycfg entropy; member in class:venc_dev
  /external/ImageMagick/MagickCore/
statistic.c     [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/distributions/
student_t_test.py 142 ent = student.entropy()
152 expected_entropy = stats.t.entropy(
270 self.assertEqual(student.entropy().get_shape(), (3,))
uniform_test.py 136 self.assertAllClose(expected_entropy, uniform.entropy().eval())
  /external/webp/src/enc/
backward_references_enc.c 723 // Find the cache_bits giving the lowest entropy. The search is done in a
724 // brute-force way as the function (entropy w.r.t cache_bits) can be
777 const double entropy = VP8LHistogramEstimateBits(histos[i]); local
778 if (i == 0 || entropy < entropy_min) {
779 entropy_min = entropy;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_ssl.c 1501 double entropy; local
    [all...]
  /external/curl/lib/vtls/
gtls.c     [all...]
  /external/tensorflow/tensorflow/contrib/bayesflow/python/ops/
csiszar_divergence_impl.py 78 Flexible and Robust Measures of Similarities." Entropy, vol. 12, no. 6, pp.
253 Lin, J. "Divergence measures based on the Shannon entropy." IEEE Trans.
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 464 struct msm_venc_entropycfg entropy; member in class:venc_dev
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 499 struct msm_venc_entropycfg entropy; member in class:venc_dev
  /prebuilts/go/darwin-x86/src/compress/bzip2/
bzip2.go 69 return StructuralError("non-Huffman entropy encoding")
436 // We have completed the entropy decoding. Now we can perform the
  /prebuilts/go/linux-x86/src/compress/bzip2/
bzip2.go 69 return StructuralError("non-Huffman entropy encoding")
436 // We have completed the entropy decoding. Now we can perform the
  /prebuilts/go/darwin-x86/src/crypto/
crypto.go 120 // Sign signs digest with the private key, possibly using entropy from
  /prebuilts/go/darwin-x86/src/crypto/dsa/
dsa.go 188 // pair of integers. The security of the private key depends on the entropy of
  /prebuilts/go/linux-x86/src/crypto/
crypto.go 120 // Sign signs digest with the private key, possibly using entropy from
  /prebuilts/go/linux-x86/src/crypto/dsa/
dsa.go 188 // pair of integers. The security of the private key depends on the entropy of
  /system/security/keystore/
KeyStore.cpp 66 KeyStore::KeyStore(Entropy* entropy, const KeymasterDevices& kmDevices,
68 : mEntropy(entropy), mKmDevices(kmDevices),
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
video_encoder_device_copper.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 53 static int entropy; variable
74 bframes = entropy = 0;
82 property_get("vidc.debug.entropy", property_value, "1");
83 entropy = !!atoi(property_value);
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 55 static int entropy; variable
148 bframes = entropy = 0;
156 property_get("vidc.debug.entropy", property_value, "1");
157 entropy = !!atoi(property_value);
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 46 static int entropy; variable
140 bframes = entropy = 0;
148 property_get("vendor.vidc.debug.entropy", property_value, "1");
149 entropy = !!atoi(property_value);
    [all...]
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
mixture.py 439 r"""A lower bound on the entropy of this mixture model.
452 and \\( H[q] \\) is the entropy of \\( q \\). If there is a lower bound
475 A lower bound on the Mixture's entropy.
479 distribution_entropies = [d.entropy() for d in self.components]

Completed in 1162 milliseconds

1 2 3 4 56 7 8