Home
last modified time | relevance | path

Searched refs:low (Results 1 – 9 of 9) sorted by relevance

/RvlSDK-3.3/build/demos/wpaddemo/src/
Dmplus.c697 WPADMpls low; in renderStatus() local
700 WPADGetMplsCalibration(i, &high, &low); in renderStatus()
703 …f (ptr->stat & WPAD_MPLS_STAT_YAWSEL) { dps = (ptr->yaw - low.yaw_zero) / low.yaw_scale * low.de… in renderStatus()
710 …(ptr->stat & WPAD_MPLS_STAT_ROLSEL) { dps = (ptr->roll - low.roll_zero) / low.roll_scale * low.d… in renderStatus()
717 …tr->stat & WPAD_MPLS_STAT_PITSEL) { dps = (ptr->pitch - low.pitch_zero) / low.pitch_scale * low.… in renderStatus()
778 myPrint(x, y, 0, " %.1f %.1f", low.yaw_zero, low.yaw_scale); y+=FONT_HEIGHT; in renderStatus()
779 myPrint(x, y, 0, " %.1f %.1f", low.roll_zero, low.roll_scale); y+=FONT_HEIGHT; in renderStatus()
780 myPrint(x, y, 0, " %.1f %.1f", low.pitch_zero, low.pitch_scale); y+=FONT_HEIGHT; in renderStatus()
781 myPrint(x, y, 0, " %d %d", high.degrees, low.degrees); y+=FONT_HEIGHT; in renderStatus()
Dwpadsample.c1408 WPADMpls low; in renderStatus() local
1411 WPADGetMplsCalibration(i, &high, &low); in renderStatus()
1414 …if (mp->stat & WPAD_MPLS_STAT_YAWSEL) { dps = (mp->yaw - low.yaw_zero) / low.yaw_scale * low.deg… in renderStatus()
1418 …f (mp->stat & WPAD_MPLS_STAT_ROLSEL) { dps = (mp->roll - low.roll_zero) / low.roll_scale * low.d… in renderStatus()
1422 …(mp->stat & WPAD_MPLS_STAT_PITSEL) { dps = (mp->pitch - low.pitch_zero) / low.pitch_scale * low.… in renderStatus()
/RvlSDK-3.3/build/libraries/cx/src/
DCXUncompression.c594 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_()
DCXStreamingUncompression.c997 u32 low; member
1047 state->low = context->low; in LRCIntro_()
1077 context->low = state->low; in LRCFin_()
1096 state->low = 0; in RCInitState_()
1189 RCSearch_( RCCompressionInfo* info, u32 code, u32 range, u32 low ) in RCSearch_() argument
1192 u32 codeVal = code - low; in RCSearch_()
1241 u16 val = RCSearch_( info, state->code, state->range, state->low ); in RCGetData_()
1247 state->low += info->low_cnt[ val ] * tmp; in RCGetData_()
1267 state->low <<= 8; in RCGetData_()
DCXSecureUncompression.c1035 u32 low; member
1070 state->low = 0; in RCInitState_()
1164 RCSearch_( RCCompressionInfo* info, u32 code, u32 range, u32 low ) in RCSearch_() argument
1167 u32 codeVal = code - low; in RCSearch_()
1215 u16 val = RCSearch_( info, state->code, state->range, state->low ); in RCGetData_()
1221 state->low += info->low_cnt[ val ] * tmp; in RCGetData_()
1233 state->low <<= 8; in RCGetData_()
/RvlSDK-3.3/include/revolution/cx/
DCXStreamingUncompression.h158 u32 low; // Low state of a range coder: 4B member
/RvlSDK-3.3/include/revolution/
Dwpad.h838 void WPADGetMplsCalibration ( s32 chan, WPADMpls *high, WPADMpls *low );
/RvlSDK-3.3/build/buildtools/
Dcommondefs523 # if REALDEBUGGER is TRUE, then DBInit will not initialize the low memory
/RvlSDK-3.3/vcmv/
DReadme_en.txt467 because the height of the update area is too low to be a legitimate scroll.