Home
last modified time | relevance | path

Searched full:prices (Results 1 – 20 of 20) sorted by relevance

/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
DLZMAEncoder.java481 * 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 …]
DLZMAEncoderNormal.java217 // 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/
Dissue56-1.yaml116 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/
DRangeEncoder.java20 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/
DLzmaEnc.c228 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
777prices[i] = a0 + RcTree_GetPrice(p->low + (posState << kLenNumLowBits), kLenNumLowBits, i, ProbPri… in LenEnc_SetPrices()
783prices[i] = b0 + RcTree_GetPrice(p->mid + (posState << kLenNumMidBits), kLenNumMidBits, i - kLenNu… in LenEnc_SetPrices()
786prices[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/
DEncoder.java220 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/
DLzmaEncoder.cs220 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/
DRbnfSampleRuleSets.java1054 * 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/
Ddefinition_test.py426 prices = messages.IntegerField(1, repeated=True) variable in DefineServiceTest.setUp.GetQuoteResponse
/external/libxml2/test/HTML/
Dwired.html447 …f of Friday trading. Why? Wholesale prices are the highest this decade, and Greenspan is concerned…
Ddoc3.htm674 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/
Dwired.html506 …f of Friday trading. Why? Wholesale prices are the highest this decade, and Greenspan is concerned…
Ddoc3.htm409 Prices', this guide will help you determine which cpu is best for
422Prices</font></u></b><br><font color="#0066cc" face="Arial" size="1"><small>Posted by <a class="na…
/external/opencv3/modules/shape/src/
Dsc_dis.cpp715 // update column prices. in hungarian()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dconnection.py1373 :param availability_zone: The availability zone for which prices
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_klex.pkb891 "HJ!AOA'Kprices )HJ!6K'Q
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf2893 N "prices" "pr'a_Is@z"
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_klex.pkb1125 "GI!@N@&Jprices )GI!5J&Ppriests)
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_lexpos.utf3268 N "prices" "pr'a_Is@z"
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt1884 猛跌 < drop\-sharply\-\(eg\,\-stock\-prices\);
5555 物價 < \(commodity\)\-prices;
26257 猛跌 > drop\-sharply\-\(eg\,\-stock\-prices\);
27223 物價 > \(commodity\)\-prices;