Searched refs:low (Results 1 – 5 of 5) sorted by relevance
| /RvlSDK-3.2/build/libraries/cx/src/ |
| D | CXUncompression.c | 594 u32 low; member 628 state->low = 0; in RCInitState_() 722 RCSearch_( RCCompressionInfo* info, u32 code, u32 range, u32 low ) in RCSearch_() argument 725 u32 codeVal = code - low; in RCSearch_() 773 u16 val = RCSearch_( info, state->code, state->range, state->low ); in RCGetData_() 779 state->low += info->low_cnt[ val ] * tmp; in RCGetData_() 791 state->low <<= 8; in RCGetData_()
|
| D | CXStreamingUncompression.c | 983 u32 low; member 1033 state->low = context->low; in LRCIntro_() 1063 context->low = state->low; in LRCFin_() 1082 state->low = 0; in RCInitState_() 1176 RCSearch_( RCCompressionInfo* info, u32 code, u32 range, u32 low ) in RCSearch_() argument 1179 u32 codeVal = code - low; in RCSearch_() 1228 u16 val = RCSearch_( info, state->code, state->range, state->low ); in RCGetData_() 1234 state->low += info->low_cnt[ val ] * tmp; in RCGetData_() 1254 state->low <<= 8; in RCGetData_()
|
| D | CXSecureUncompression.c | 1026 u32 low; member 1061 state->low = 0; in RCInitState_() 1156 RCSearch_( RCCompressionInfo* info, u32 code, u32 range, u32 low ) in RCSearch_() argument 1159 u32 codeVal = code - low; in RCSearch_() 1208 u16 val = RCSearch_( info, state->code, state->range, state->low ); in RCGetData_() 1214 state->low += info->low_cnt[ val ] * tmp; in RCGetData_() 1226 state->low <<= 8; in RCGetData_()
|
| /RvlSDK-3.2/include/revolution/cx/ |
| D | CXStreamingUncompression.h | 158 u32 low; // Low state of a range coder: 4B member
|
| /RvlSDK-3.2/build/buildtools/ |
| D | commondefs | 627 # if REALDEBUGGER is TRUE, then DBInit will not initialize the low memory
|