Home
last modified time | relevance | path

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

/external/lzma/C/
DXzDec.c28 #define CODER_BUF_SIZE (1 << 17) macro
388 p->buf = p->alloc->Alloc(p->alloc, CODER_BUF_SIZE * (MIXCODER_NUM_FILTERS_MAX - 1)); in MixCoder_Code()
423 srcCur = p->buf + (CODER_BUF_SIZE * (i - 1)) + p->pos[i - 1]; in MixCoder_Code()
437 destCur = p->buf + (CODER_BUF_SIZE * i); in MixCoder_Code()
438 destLenCur = CODER_BUF_SIZE; in MixCoder_Code()