Home
last modified time | relevance | path

Searched refs:CXReadUncompRL (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-2.1/include/revolution/cx/
DCXStreamingUncompression.h161 s32 CXReadUncompRL( CXUncompContextRL *context, const void *data, u32 len );
/RvlSDK-2.1/build/libraries/cx/src/
DCXStreamingUncompression.c102 s32 CXReadUncompRL( CXUncompContextRL *context, const void* data, u32 len ) in CXReadUncompRL() function
/RvlSDK-2.1/build/demos/cxdemo/src/
Dcx_uncompress_stream.c223 CXReadUncompRL( &context, sReadBuf[ currIdx ], len[ currIdx ] ); in LoadTexDataRL()