Home
last modified time | relevance | path

Searched refs:u (Results 1 – 18 of 18) sorted by relevance

/RvlSDK-3.1/build/demos/videmo/src/
Dcross-color.c79 static void YuvPset(s32 posX, s32 posY, s32 width, u32 *xfb, u8 luma, u8 u, u8 v) in YuvPset() argument
96 *ptr = ((y1<<24) | (u<<16) | (y2<<8) | v); in YuvPset()
114 static void YuvCircle(s32 posX, s32 posY, s32 width, s32 r, u32 *xfb, u8 luma, u8 u, u8 v) in YuvCircle() argument
123 YuvPset(posX + x, posY + y, width, xfb, luma, u, v); in YuvCircle()
124 YuvPset(posX - x, posY + y, width, xfb, luma, u, v); in YuvCircle()
125 YuvPset(posX + x, posY - y, width, xfb, luma, u, v); in YuvCircle()
126 YuvPset(posX - x, posY - y, width, xfb, luma, u, v); in YuvCircle()
127 YuvPset(posX + y, posY + x, width, xfb, luma, u, v); in YuvCircle()
128 YuvPset(posX - y, posY + x, width, xfb, luma, u, v); in YuvCircle()
129 YuvPset(posX + y, posY - x, width, xfb, luma, u, v); in YuvCircle()
[all …]
/RvlSDK-3.1/include/revolution/
Dsc.h39 #define SC_SOUND_MODE_MONO 0u
46 #define SC_LANG_JAPANESE 0u
59 #define SC_ASPECT_RATIO_4x3 0u
65 #define SC_PROGRESSIVE_MODE_OFF 0u
71 #define SC_EURGB60_MODE_OFF 0u
Dkpad.h194 } u ; member
/RvlSDK-3.1/build/tools/sample/
Dmakefile16 @chmod u+x buildscript
22 @chmod u+x buildscript
/RvlSDK-3.1/build/tools/dspadpcm/
Dmakefile36 @chmod u+x buildscript
42 @chmod u+x buildscript
/RvlSDK-3.1/build/tools/dls1wt/
Dmakefile33 @chmod u+x buildscript
39 @chmod u+x buildscript
/RvlSDK-3.1/build/tools/darch/
Dmakefile16 @chmod u+x buildscript
22 @chmod u+x buildscript
/RvlSDK-3.1/build/tools/sndconv/
Dmakefile33 @chmod u+x buildscript
39 @chmod u+x buildscript
/RvlSDK-3.1/build/tools/THPConv/
Dmakefile33 @chmod u+x buildscript
39 @chmod u+x buildscript
/RvlSDK-3.1/build/tools/soundfile/
Dmakefile33 @chmod u+x buildscript
39 @chmod u+x buildscript
/RvlSDK-3.1/build/tools/thputilities/
Dmakefile35 @chmod u+x buildscript
41 @chmod u+x buildscript
/RvlSDK-3.1/build/libraries/kpad/src/
DKPAD.c171 switch( kp->uniRingBuf[idx1].u.core.dev ) { in get_ring_buffer_by_kpad1_style()
195 kp->uniRingBuf[idx1].u.core.err = WPAD_ERR_INVALID ; in get_ring_buffer_by_kpad1_style()
198 &kp->uniRingBuf[ idx1 ].u, in get_ring_buffer_by_kpad1_style()
829 kp->hard_acc.x = clamp_acc( (f32)(s32)-uwp->u.core.accX * kp->acc_scale_x, kp_rm_acc_max ) ; in read_kpad_acc()
830 kp->hard_acc.y = clamp_acc( (f32)(s32)-uwp->u.core.accZ * kp->acc_scale_z, kp_rm_acc_max ) ; in read_kpad_acc()
831 kp->hard_acc.z = clamp_acc( (f32)(s32) uwp->u.core.accY * kp->acc_scale_y, kp_rm_acc_max ) ; in read_kpad_acc()
856 if ( uwp->u.fs.err != WPAD_ERR_NONE || in read_kpad_acc()
857 uwp->u.fs.dev != WPAD_DEV_FREESTYLE || in read_kpad_acc()
863 fsrc.x = clamp_acc( (f32)(s32)-uwp->u.fs.fsAccX * kp->fs_acc_scale_x, kp_fs_acc_max ) ; in read_kpad_acc()
864 fsrc.y = clamp_acc( (f32)(s32)-uwp->u.fs.fsAccZ * kp->fs_acc_scale_z, kp_fs_acc_max ) ; in read_kpad_acc()
[all …]
/RvlSDK-3.1/build/demos/hio2demo/
Dmakefile23 @chmod u+x buildhostscript
29 @chmod u+x buildhostscript
/RvlSDK-3.1/build/demos/gddemo/
Dmakefile42 @chmod u+x buildhostscript
48 @chmod u+x buildhostscript
/RvlSDK-3.1/include/revolution/gd/
DGDBase.h286 u32 u; in GDWrite_f32() member
293 GDWrite_u32(fid.u); in GDWrite_f32()
/RvlSDK-3.1/include/revolution/os/
DOSFont.h91 #define OS_FONT_ENCODE_ANSI 0u
/RvlSDK-3.1/build/demos/kpaddemo/src/
Dsample.c536 if (up->u.core.err == WPAD_ERR_NONE) { in draw_object()
544 op1 = up->u.core.obj; in draw_object()
/RvlSDK-3.1/build/buildtools/
Dmodulerules640 cp -u bin/$(ARCH_TARGET)/apploader$(IMGSUFFIX) $(INSTALL_ROOT)/boot/ ; \