Lines Matching refs:sReadBuf
88 static u8 sReadBuf[ 2 ][ BUF_SIZE ] ATTRIBUTE_ALIGN(32); variable
194 DVDRead( &fileInfo, sReadBuf[ currIdx ], 32, 0 ); in LoadTexDataRL()
199 uncompSize = CXGetUncompressedSize ( sReadBuf[ currIdx ] ); in LoadTexDataRL()
217 DVDReadAsync( &fileInfo, sReadBuf[ nextIdx ], (s32)len[ nextIdx ], offset, NULL ); in LoadTexDataRL()
223 CXReadUncompRL( &context, sReadBuf[ currIdx ], len[ currIdx ] ); in LoadTexDataRL()
261 DVDRead( &fileInfo, sReadBuf[ currIdx ], 32, 0 ); in LoadTexDataLZ()
266 uncompSize = CXGetUncompressedSize ( sReadBuf[ currIdx ] ); in LoadTexDataLZ()
284 DVDReadAsync( &fileInfo, sReadBuf[ nextIdx ], (s32)len[ nextIdx ], offset, NULL ); in LoadTexDataLZ()
290 CXReadUncompLZ( &context, sReadBuf[ currIdx ], len[ currIdx ] ); in LoadTexDataLZ()
328 DVDRead( &fileInfo, sReadBuf[ currIdx ], 32, 0 ); in LoadTexDataHuff()
333 uncompSize = CXGetUncompressedSize ( sReadBuf[ currIdx ] ); in LoadTexDataHuff()
351 DVDReadAsync( &fileInfo, sReadBuf[ nextIdx ], (s32)len[ nextIdx ], offset, NULL ); in LoadTexDataHuff()
357 CXReadUncompHuffman( &context, sReadBuf[ currIdx ], len[ currIdx ] ); in LoadTexDataHuff()