Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/cxdemo/src/
Dcx_uncompress_stream.c246 s32 currIdx = 0; // Index to control double buffer in LoadTexDataRL() local
252 DVDRead( &fileInfo, sReadBuf[ currIdx ], 32, 0 ); in LoadTexDataRL()
253 len[ currIdx ] = 32; in LoadTexDataRL()
257 uncompSize = CXGetUncompressedSize ( sReadBuf[ currIdx ] ); in LoadTexDataRL()
280 ASSERT( len[ currIdx ] != 0 ); in LoadTexDataRL()
281 CXReadUncompRL( &context, sReadBuf[ currIdx ], len[ currIdx ] ); in LoadTexDataRL()
284 currIdx = (currIdx == 0)? 1 : 0; in LoadTexDataRL()
313 s32 currIdx = 0; // Index to control double buffer in LoadTexDataLZ() local
319 DVDRead( &fileInfo, sReadBuf[ currIdx ], 32, 0 ); in LoadTexDataLZ()
320 len[ currIdx ] = 32; in LoadTexDataLZ()
[all …]