Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/cxdemo/src/
Dcx_uncompress_stream.c188 s32 currIdx = 0; // index to control double buffer in LoadTexDataRL() local
194 DVDRead( &fileInfo, sReadBuf[ currIdx ], 32, 0 ); in LoadTexDataRL()
195 len[ currIdx ] = 32; in LoadTexDataRL()
199 uncompSize = CXGetUncompressedSize ( sReadBuf[ currIdx ] ); in LoadTexDataRL()
222 ASSERT( len[ currIdx ] != 0 ); in LoadTexDataRL()
223 CXReadUncompRL( &context, sReadBuf[ currIdx ], len[ currIdx ] ); in LoadTexDataRL()
226 currIdx = (currIdx == 0)? 1 : 0; in LoadTexDataRL()
255 s32 currIdx = 0; // index to control double buffer in LoadTexDataLZ() local
261 DVDRead( &fileInfo, sReadBuf[ currIdx ], 32, 0 ); in LoadTexDataLZ()
262 len[ currIdx ] = 32; in LoadTexDataLZ()
[all …]