Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_Compression.cpp73 u32 dstMax; in CompressLZImpl() local
96 dstMax = size; in CompressLZImpl()
121 if (LZDstCount + 2 >= dstMax) // Quit on error if size becomes larger than source in CompressLZImpl()
162 … if (LZDstCount + 1 >= dstMax) // Quit on error if size becomes larger than source in CompressLZImpl()