Home
last modified time | relevance | path

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

/RvlSDK-2.1/include/revolution/cx/
DCXCompression.h58 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/
DCXCompression.c62 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/
Dthp.h125 s32 THPVideoDecode (void *file, void *tileY, void *tileU, void *tileV, void *work);
/RvlSDK-2.1/build/buildtools/
Deppccleandepend.sed20 # latest sed keeps newline characters of input file, so just '$' doesn't work
Dcommondefs371 # 29-Jan-06 We will keep ARAM around for RVL_EMU and PRE_RVL targets (so sound can work).
/RvlSDK-2.1/
Dreadme-RVL_SDK-2_1.txt90 …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.