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

  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 631 #define GET_PRICE_1(prob) p->ProbPrices[((prob) ^ (kBitModelTotal - 1)) >> kNumMoveReducingBits]
869 price += GET_PRICE_1(p->isRep0Long[state][posState]);
873 price = GET_PRICE_1(p->isRepG0[state]);
878 price += GET_PRICE_1(p->isRepG1[state]);
1021 matchPrice = GET_PRICE_1(p->isMatch[p->state][posState]);
1022 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[p->state]);
1242 matchPrice = curPrice + GET_PRICE_1(p->isMatch[state][posState]);
1243 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[state]);
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 632 #define GET_PRICE_1(prob) p->ProbPrices[((prob) ^ (kBitModelTotal - 1)) >> kNumMoveReducingBits]
870 price += GET_PRICE_1(p->isRep0Long[state][posState]);
874 price = GET_PRICE_1(p->isRepG0[state]);
879 price += GET_PRICE_1(p->isRepG1[state]);
1022 matchPrice = GET_PRICE_1(p->isMatch[p->state][posState]);
1023 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[p->state]);
1243 matchPrice = curPrice + GET_PRICE_1(p->isMatch[state][posState]);
1244 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[state]);
    [all...]
  /external/lzma/C/
LzmaEnc.c 631 #define GET_PRICE_1(prob) p->ProbPrices[((prob) ^ (kBitModelTotal - 1)) >> kNumMoveReducingBits]
869 price += GET_PRICE_1(p->isRep0Long[state][posState]);
873 price = GET_PRICE_1(p->isRepG0[state]);
878 price += GET_PRICE_1(p->isRepG1[state]);
1021 matchPrice = GET_PRICE_1(p->isMatch[p->state][posState]);
1022 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[p->state]);
    [all...]

Completed in 116 milliseconds