Searched refs:LITERAL_CODERS_MAX (Results 1 - 2 of 2) sorted by relevance

/external/lzma/xz-embedded/
H A Dxz_lzma2.h109 #define LITERAL_CODERS_MAX (1 << 4) macro
195 #define PROBS_TOTAL (1846 + LITERAL_CODERS_MAX * LITERAL_CODER_SIZE)
H A Dxz_dec_lzma2.c211 uint16_t literal[LITERAL_CODERS_MAX][LITERAL_CODER_SIZE];

Completed in 124 milliseconds