Searched refs:work (Results 1 – 6 of 6) sorted by relevance
| /RvlSDK-2.1/include/revolution/cx/ |
| D | CXCompression.h | 58 u32 CXCompressLZ( const u8 *srcp, u32 size, u8 *dstp, void* work ); 95 u32 CXCompressHuffman( const u8 *srcp, u32 size, u8 *dstp, u8 huffBitSize, void *work );
|
| /RvlSDK-2.1/build/libraries/cx/src/ |
| D | CXCompression.c | 62 static void LZInitTable( LZCompressInfo * info, void *work ); 83 u32 CXCompressLZ(const u8 *srcp, u32 size, u8 *dstp, void *work) in CXCompressLZ() argument 95 ASSERT( work != NULL ); in CXCompressLZ() 102 LZInitTable(&info, work); in CXCompressLZ() 262 static void LZInitTable(LZCompressInfo * info, void *work) in LZInitTable() argument 266 info->LZOffsetTable = (s16*)work; in LZInitTable() 267 info->LZByteTable = (s16*)( (u32)work + 4096 * sizeof(s16) ); in LZInitTable() 268 info->LZEndTable = (s16*)( (u32)work + (4096 + 256) * sizeof(s16) ); in LZInitTable() 513 static void HuffInitTable( HuffCompressionInfo* info, void* work, u16 dataNum ); 543 u32 CXCompressHuffman( const u8 *srcp, u32 size, u8 *dstp, u8 huffBitSize, void *work ) in CXCompressHuffman() argument [all …]
|
| /RvlSDK-2.1/include/revolution/ |
| D | thp.h | 125 s32 THPVideoDecode (void *file, void *tileY, void *tileU, void *tileV, void *work);
|
| /RvlSDK-2.1/build/buildtools/ |
| D | eppccleandepend.sed | 20 # latest sed keeps newline characters of input file, so just '$' doesn't work
|
| D | commondefs | 371 # 29-Jan-06 We will keep ARAM around for RVL_EMU and PRE_RVL targets (so sound can work).
|
| /RvlSDK-2.1/ |
| D | readme-RVL_SDK-2_1.txt | 90 …pported on the current hardware, so only unidirectional communication from the PC to the NDEV work. 92 …scribed above, only unidirectional communications from the NDEV to the PC work even though specifi… 122 [WPAD] Bug that causes the release of work memory to fail 124 The WPAD Library uses work memory internally. 125 This work memory is allocated at initialization and released at termination.
|