Home
last modified time | relevance | path

Searched refs:PPMD8_kExpEscape (Results 1 – 2 of 2) sorted by relevance

/src/contrib/libarchive/libarchive/
H A Darchive_ppmd8_private.h89 extern const Byte PPMD8_kExpEscape[16];
H A Darchive_ppmd8.c11 const Byte PPMD8_kExpEscape[16] = { 25, 14, 9, 7, 5, 5, 4, 4, 4, 3, 3, 3, 2, 2, 2, 2 }; variable
1218 p->InitEsc = PPMD8_kExpEscape[*prob >> 10]; in Ppmd8_DecodeSymbol()