Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_Compression.cpp204 u32 tmpLength; in SearchLZ() local
243 tmpLength = 3; in SearchLZ()
252 tmpLength++; in SearchLZ()
255 if (tmpLength == maxLength) in SearchLZ()
261 if (tmpLength > currLength) in SearchLZ()
264 currLength = tmpLength; in SearchLZ()