/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/ |
D | LZMAEncoder.java | 481 * and length prices. The updating is skipped for performance reasons 622 * The prices are updated after at least 629 private final int[][] prices; field in LZMAEncoder.LengthEncoder 636 // it makes updatePrices slightly simpler. The prices aren't in LengthEncoder() 640 prices = new int[posStates][lenSymbols]; in LengthEncoder() 647 // the prices are needed. in reset() 675 return prices[posState][len - MATCH_LEN_MIN]; in getPrice() 692 prices[posState][i] = choice0Price in updatePrices() 699 prices[posState][i] = choice0Price + choice1Price in updatePrices() 705 for (; i < prices[posState].length; ++i) in updatePrices() [all …]
|
D | LZMAEncoderNormal.java | 217 // Initialize the prices for latter opts that will be used below. in getNextSymbol() 221 // Calculate the prices of repeated matches of all lengths. in getNextSymbol() 237 // Calculate the prices of normal matches that are longer than rep0. in getNextSymbol() 270 // by calculating the prices and picking the cheapest symbol in getNextSymbol() 369 * Calculates prices of a literal, a short rep, and literal + rep0. 425 * Calculates prices of long rep and long rep + literal + rep0. 490 * Calculates prices of a normal match and normal match + literal + rep0.
|
/external/snakeyaml/src/test/resources/issues/ |
D | issue56-1.yaml | 116 prices: 158 prices: 253 prices: 400 prices: 441 prices: 482 prices: 643 prices: 675 prices: 764 prices: 796 prices: [all …]
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/rangecoder/ |
D | RangeEncoder.java | 20 private static final int[] prices field in RangeEncoder 52 prices[i >> MOVE_REDUCING_BITS] 128 return prices[(prob ^ ((-bit) & (BIT_MODEL_TOTAL - 1))) in getBitPrice()
|
/external/lzma/C/ |
D | LzmaEnc.c | 228 UInt32 prices[LZMA_NUM_PB_STATES_MAX][kLenNumSymbolsTotal]; member 766 static void LenEnc_SetPrices(CLenEnc *p, UInt32 posState, UInt32 numSymbols, UInt32 *prices, UInt32… in LenEnc_SetPrices() argument 777 …prices[i] = a0 + RcTree_GetPrice(p->low + (posState << kLenNumLowBits), kLenNumLowBits, i, ProbPri… in LenEnc_SetPrices() 783 …prices[i] = b0 + RcTree_GetPrice(p->mid + (posState << kLenNumMidBits), kLenNumMidBits, i - kLenNu… in LenEnc_SetPrices() 786 …prices[i] = b1 + RcTree_GetPrice(p->high, kLenNumHighBits, i - kLenNumLowSymbols - kLenNumMidSymbo… in LenEnc_SetPrices() 791 LenEnc_SetPrices(&p->p, posState, p->tableSize, p->prices[posState], ProbPrices); in LenPriceEnc_UpdateTable() 900 return p->repLenEnc.prices[posState][len - LZMA_MATCH_LEN_MIN] + in GetRepPrice() 1072 UInt32 curAndLenPrice = price + p->repLenEnc.prices[posState][repLen - 2]; in GetOptimum() 1098 … UInt32 curAndLenPrice = normalMatchPrice + p->lenEnc.prices[posState][len - LZMA_MATCH_LEN_MIN]; in GetOptimum() 1338 UInt32 curAndLenPrice = price + p->repLenEnc.prices[posState][lenTest - 2]; in GetOptimum() [all …]
|
/external/lzma/Java/SevenZip/Compression/LZMA/ |
D | Encoder.java | 220 public void SetPrices(int posState, int numSymbols, int[] prices, int st) in SetPrices() argument 231 prices[st + i] = a0 + _lowCoder[posState].GetPrice(i); in SetPrices() 237 prices[st + i] = b0 + _midCoder[posState].GetPrice(i - Base.kNumLowLenSymbols); in SetPrices() 240 prices[st + i] = b1 + _highCoder.GetPrice(i - Base.kNumLowLenSymbols - Base.kNumMidLenSymbols); in SetPrices()
|
/external/lzma/CS/7zip/Compress/LZMA/ |
D | LzmaEncoder.cs | 220 public void SetPrices(UInt32 posState, UInt32 numSymbols, UInt32[] prices, UInt32 st) in SetPrices() argument 231 prices[st + i] = a0 + _lowCoder[posState].GetPrice(i); in SetPrices() 237 prices[st + i] = b0 + _midCoder[posState].GetPrice(i - Base.kNumLowLenSymbols); in SetPrices() 240 prices[st + i] = b1 + _highCoder.GetPrice(i - Base.kNumLowLenSymbols - Base.kNumMidLenSymbols); in SetPrices()
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/ |
D | RbnfSampleRuleSets.java | 1054 * American stock-price formatting. Non-integral stock prices are still 1056 * and cents. This example formats stock prices in this way if possible, 1676 "Stock prices", 1858 "American stock-price formatting. Non-integral stock prices are still " 1860 + "and cents. This example formats stock prices in this way if possible, "
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
D | definition_test.py | 426 prices = messages.IntegerField(1, repeated=True) variable in DefineServiceTest.setUp.GetQuoteResponse
|
/external/libxml2/test/HTML/ |
D | wired.html | 447 …f of Friday trading. Why? Wholesale prices are the highest this decade, and Greenspan is concerned…
|
D | doc3.htm | 674 Prices', this guide will help you determine which cpu is best for 687 Prices</FONT></U></B><BR><FONT color=#0066cc face=Arial
|
/external/libxml2/result/HTML/ |
D | wired.html | 506 …f of Friday trading. Why? Wholesale prices are the highest this decade, and Greenspan is concerned…
|
D | doc3.htm | 409 Prices', this guide will help you determine which cpu is best for 422 …Prices</font></u></b><br><font color="#0066cc" face="Arial" size="1"><small>Posted by <a class="na…
|
/external/opencv3/modules/shape/src/ |
D | sc_dis.cpp | 715 // update column prices. in hungarian()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
D | connection.py | 1373 :param availability_zone: The availability zone for which prices
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_klex.pkb | 891 "HJ!AOA'Kprices )HJ!6K'Q
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_lexpos.utf | 2893 N "prices" "pr'a_Is@z"
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_klex.pkb | 1125 "GI!@N@&Jprices )GI!5J&Ppriests)
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_lexpos.utf | 3268 N "prices" "pr'a_Is@z"
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 1884 猛跌 < drop\-sharply\-\(eg\,\-stock\-prices\); 5555 物價 < \(commodity\)\-prices; 26257 猛跌 > drop\-sharply\-\(eg\,\-stock\-prices\); 27223 物價 > \(commodity\)\-prices;
|