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

  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 630 #define GET_PRICE_0(prob) p->ProbPrices[(prob) >> kNumMoveReducingBits]
859 GET_PRICE_0(p->isRepG0[state]) +
860 GET_PRICE_0(p->isRep0Long[state][posState]);
868 price = GET_PRICE_0(p->isRepG0[state]);
875 price += GET_PRICE_0(p->isRepG1[state]);
1013 p->opt[1].price = GET_PRICE_0(p->isMatch[p->state][posState]) +
1072 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]);
1223 curAnd1Price = curPrice + GET_PRICE_0(p->isMatch[state][posState]);
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 631 #define GET_PRICE_0(prob) p->ProbPrices[(prob) >> kNumMoveReducingBits]
860 GET_PRICE_0(p->isRepG0[state]) +
861 GET_PRICE_0(p->isRep0Long[state][posState]);
869 price = GET_PRICE_0(p->isRepG0[state]);
876 price += GET_PRICE_0(p->isRepG1[state]);
1014 p->opt[1].price = GET_PRICE_0(p->isMatch[p->state][posState]) +
1073 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]);
1224 curAnd1Price = curPrice + GET_PRICE_0(p->isMatch[state][posState]);
    [all...]
  /external/lzma/C/
LzmaEnc.c 630 #define GET_PRICE_0(prob) p->ProbPrices[(prob) >> kNumMoveReducingBits]
859 GET_PRICE_0(p->isRepG0[state]) +
860 GET_PRICE_0(p->isRep0Long[state][posState]);
868 price = GET_PRICE_0(p->isRepG0[state]);
875 price += GET_PRICE_0(p->isRepG1[state]);
1013 p->opt[1].price = GET_PRICE_0(p->isMatch[p->state][posState]) +
1072 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]);
    [all...]

Completed in 87 milliseconds