HomeSort by relevance Sort by last modified time
    Searched refs:Entropy (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winefs.h 36 ULONG Entropy;
  /system/security/keystore/
keystore.cpp 414 class Entropy {
416 Entropy() : mRandom(-1) {}
417 ~Entropy() {
572 ResponseCode writeBlob(const char* filename, AES_KEY *aes_key, State state, Entropy* entropy) {
580 if (!entropy->generate_random_data(mBlob.vector, AES_BLOCK_SIZE)) {
758 ResponseCode initialize(const android::String8& pw, Entropy* entropy) {
759 if (!generateMasterKey(entropy)) {
762 ResponseCode response = writeMasterKey(pw, entropy);
2477 Entropy entropy; local
    [all...]
  /external/chromium_org/third_party/brotli/src/brotli/enc/
encode.cc 51 double Entropy(const std::vector<Histogram<kSize> >& histograms) {
214 const EntropyCode<kCodeLengthCodes>& entropy,
219 if (entropy.count_ > 1) {
220 WriteBits(entropy.depth_[ix], entropy.bits_[ix], storage_ix, storage);
363 const EntropyCodeCommand& entropy,
366 WriteBits(entropy.depth_[code], entropy.bits_[code], storage_ix, storage);
383 void EncodeCopyDistance(const Command& cmd, const EntropyCodeDistance& entropy,
388 WriteBits(entropy.depth_[code], entropy.bits_[code], storage_ix, storage)
    [all...]
  /external/libvorbis/doc/
01-introduction.tex 223 make use of entropy coding to save space. For this reason, a floor
225 component list. Entropy coding is thus provided as an abstraction,
237 final VQ/entropy encoding is provided by external codebook instances
243 Codebooks are a self-contained abstraction that perform entropy
244 decoding and, optionally, use the entropy-decoded integer value as an
248 The entropy coding in a Vorbis I codebook is provided by a standard
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 97 milliseconds