Lines Matching refs:sReadBuf
146 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()
391 uncompSize = CXGetUncompressedSize ( sReadBuf[ currIdx ] ); in LoadTexDataHuff()
409 DVDReadAsync( &fileInfo, sReadBuf[ nextIdx ], (s32)len[ nextIdx ], offset, NULL ); in LoadTexDataHuff()
415 CXReadUncompHuffman( &context, sReadBuf[ currIdx ], len[ currIdx ] ); in LoadTexDataHuff()