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

  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 634 #define GET_PRICE_1a(prob) ProbPrices[((prob) ^ (kBitModelTotal - 1)) >> kNumMoveReducingBits]
759 UInt32 a1 = GET_PRICE_1a(p->choice);
761 UInt32 b1 = a1 + GET_PRICE_1a(p->choice2);
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 635 #define GET_PRICE_1a(prob) ProbPrices[((prob) ^ (kBitModelTotal - 1)) >> kNumMoveReducingBits]
760 UInt32 a1 = GET_PRICE_1a(p->choice);
762 UInt32 b1 = a1 + GET_PRICE_1a(p->choice2);
    [all...]
  /external/lzma/C/
LzmaEnc.c 634 #define GET_PRICE_1a(prob) ProbPrices[((prob) ^ (kBitModelTotal - 1)) >> kNumMoveReducingBits]
759 UInt32 a1 = GET_PRICE_1a(p->choice);
761 UInt32 b1 = a1 + GET_PRICE_1a(p->choice2);
    [all...]

Completed in 49 milliseconds