Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/libraries/cx/src/
DCXCompression.c236 u32 tmpLength; in SearchLZ() local
275 tmpLength = 3; in SearchLZ()
284 tmpLength++; in SearchLZ()
287 if (tmpLength == maxLength) in SearchLZ()
293 if (tmpLength > currLength) in SearchLZ()
296 currLength = tmpLength; in SearchLZ()