Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/include/revolution/cx/
DCXUncompression.h267 #define CX_UNCOMPRESS_LH_WORK_SIZE ((1 << 11) + (1 << 7)) macro
/RvlSDK-3.2.2/build/libraries/cx/src/
DCXSecureUncompression.c880 verify_work = (u8*)work + CX_UNCOMPRESS_LH_WORK_SIZE; in CXSecureUncompressLH()