Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/demos/cxdemo/src/
Dcx_uncompress_stream.c146 static u8 sReadBuf[ 2 ][ BUF_SIZE ] ATTRIBUTE_ALIGN(32); variable
252 DVDRead( &fileInfo, sReadBuf[ currIdx ], 32, 0 ); in LoadTexDataRL()
257 uncompSize = CXGetUncompressedSize ( sReadBuf[ currIdx ] ); in LoadTexDataRL()
275 DVDReadAsync( &fileInfo, sReadBuf[ nextIdx ], (s32)len[ nextIdx ], offset, NULL ); in LoadTexDataRL()
281 CXReadUncompRL( &context, sReadBuf[ currIdx ], len[ currIdx ] ); in LoadTexDataRL()
319 DVDRead( &fileInfo, sReadBuf[ currIdx ], 32, 0 ); in LoadTexDataLZ()
324 uncompSize = CXGetUncompressedSize ( sReadBuf[ currIdx ] ); in LoadTexDataLZ()
342 DVDReadAsync( &fileInfo, sReadBuf[ nextIdx ], (s32)len[ nextIdx ], offset, NULL ); in LoadTexDataLZ()
348 CXReadUncompLZ( &context, sReadBuf[ currIdx ], len[ currIdx ] ); in LoadTexDataLZ()
386 DVDRead( &fileInfo, sReadBuf[ currIdx ], 32, 0 ); in LoadTexDataHuff()
[all …]