Home
last modified time | relevance | path

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

/RvlSDK-3.2.3/build/libraries/cx/src/
DCXUncompression.c469 CXUncompressLH( const u8* srcp, u8* dstp, void* work ) in CXUncompressLH() argument
489 huffTable9 = work; in CXUncompressLH()
490 huffTable12 = (u16*)work + (1 << LENGTH_BITS) * 2; in CXUncompressLH()
646 RCInitInfo_( RCCompressionInfo* info, u8 bitSize, void* work ) in RCInitInfo_() argument
652 info->freq = (u32*)work; in RCInitInfo_()
653 info->low_cnt = (u32*)( (u32)work + tableSize * sizeof(u32) ); in RCInitInfo_()
813 CXUncompressLRC( const u8* srcp, u8* dstp, void* work ) in CXUncompressLRC() argument
824 RCInitInfo_( &infoVal, LENGTH_BITS, work ); in CXUncompressLRC()
825 RCInitInfo_( &infoOfs, OFFSET_BITS, (u8*)work + (1 << LENGTH_BITS) * sizeof(u32) * 2 ); in CXUncompressLRC()
/RvlSDK-3.2.3/include/revolution/
Dax.h1044 void* work);