Searched refs:frequencies (Results 1 – 13 of 13) sorted by relevance
/external/v8/test/mjsunit/ |
D | unicode-test.js | 9052 var frequencies = new Object(); 9056 if (typeof(frequencies[letter]) == 'undefined') 9057 frequencies[letter] = 0; 9058 frequencies[letter]++; 9061 for (letter in frequencies) { 9062 if (frequencies[letter] > 50) {
|
/external/zopfli/src/zopfli/ |
D | katajainen.c | 181 const size_t* frequencies, int n, int maxbits, unsigned* bitlengths) { in ZopfliLengthLimitedCodeLengths() argument 201 if (frequencies[i]) { in ZopfliLengthLimitedCodeLengths() 202 leaves[numsymbols].weight = frequencies[i]; in ZopfliLengthLimitedCodeLengths()
|
D | katajainen.h | 40 const size_t* frequencies, int n, int maxbits, unsigned* bitlengths);
|
/external/llvm/docs/ |
D | BlockFrequencyTerminology.rst | 85 frequencies. This works poorly in practise though, since downstream users rely 86 on adding block frequencies together without hitting the maximum.
|
/external/libvpx/libvpx/vp8/encoder/ppc/ |
D | fdct_altivec.asm | 56 ;# For fwd transform, indices are horizontal positions, then frequencies. 57 ;# For inverse transform, frequencies then positions.
|
/external/llvm/test/Analysis/BlockFrequencyInfo/ |
D | irreducible.ll | 63 ; In this case c1 and c2 should have frequencies of 15/7 and 13/7, 123 ; evenly (1/2), so they should each have frequencies of 1.0 (3.0*2/3*1/2). 125 ; that c1 and c2 should accumulate frequencies of:
|
D | loops_with_profile_info.ll | 6 ; give different frequencies to each of the loops because loop
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.cpp | 698 static unsigned append_symbol_coins(Coin* coins, const unsigned* frequencies, unsigned numcodes, si… in append_symbol_coins() argument 704 if(frequencies[i] != 0) /*only include symbols that are present*/ in append_symbol_coins() 706 coins[j].weight = frequencies[i] / (float)sum; in append_symbol_coins() 714 unsigned lodepng_huffman_code_lengths(unsigned* lengths, const unsigned* frequencies, in lodepng_huffman_code_lengths() argument 729 if(frequencies[i] > 0) in lodepng_huffman_code_lengths() 732 sum += frequencies[i]; in lodepng_huffman_code_lengths() 751 if(frequencies[i]) in lodepng_huffman_code_lengths() 777 error = append_symbol_coins(coins, frequencies, numcodes, sum); in lodepng_huffman_code_lengths() 807 error = append_symbol_coins(coins + numcoins, frequencies, numcodes, sum); in lodepng_huffman_code_lengths() 834 static unsigned HuffmanTree_makeFromFrequencies(HuffmanTree* tree, const unsigned* frequencies, in HuffmanTree_makeFromFrequencies() argument [all …]
|
D | lodepng.h | 787 unsigned lodepng_huffman_code_lengths(unsigned* lengths, const unsigned* frequencies,
|
/external/zlib/src/doc/ |
D | rfc1951.txt | 358 Given an alphabet with known symbol frequencies, the Huffman 360 (one which represents strings with those symbol frequencies 369 lengths from symbol frequencies. Again, see Chapter 5,
|
/external/llvm/ |
D | Makefile.config.in | 320 # information to allow gprof to be used to get execution frequencies.
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ChangeLog | 317 * added global freq_list configuration to allow scan frequencies to be 895 * added support for specifying subset of enabled frequencies to scan
|
/external/libvncserver/x11vnc/ |
D | README | 17091 specify station frequencies. Instead of using the built
|