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

  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 863 static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state, UInt32 posState)
866 if (repIndex == 0)
874 if (repIndex == 1)
879 price += GET_PRICE(p->isRepG2[state], repIndex - 2);
885 static UInt32 GetRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 len, UInt32 state, UInt32 posState)
888 GetPureRepPrice(p, repIndex, state, posState);
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 864 static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state, UInt32 posState)
867 if (repIndex == 0)
875 if (repIndex == 1)
880 price += GET_PRICE(p->isRepG2[state], repIndex - 2);
886 static UInt32 GetRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 len, UInt32 state, UInt32 posState)
889 GetPureRepPrice(p, repIndex, state, posState);
    [all...]
  /external/lzma/C/
LzmaEnc.c 863 static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state, UInt32 posState)
866 if (repIndex == 0)
874 if (repIndex == 1)
879 price += GET_PRICE(p->isRepG2[state], repIndex - 2);
885 static UInt32 GetRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 len, UInt32 state, UInt32 posState)
888 GetPureRepPrice(p, repIndex, state, posState);
    [all...]

Completed in 452 milliseconds