| /RvlSDK-2.1/build/tools/sndconv/src/ |
| D | soundformat.c | 36 void soundStereoCombine8Bit(s8 *dest, s8 *source, u32 samples) in soundStereoCombine8Bit() argument 49 *dest = (u8)((sample >> 1) & 0xFF); in soundStereoCombine8Bit() 50 dest++; in soundStereoCombine8Bit() 58 void soundStereoCombine16Bit(s16 *dest, s16 *source, u32 samples) in soundStereoCombine16Bit() argument 64 *dest = *source >> 1; in soundStereoCombine16Bit() 68 *dest += *source >> 1; in soundStereoCombine16Bit() 70 dest++; in soundStereoCombine16Bit() 79 void soundStereoLeft8Bit(s8 *dest, s8 *source, u32 samples) in soundStereoLeft8Bit() argument 85 *dest = *source; in soundStereoLeft8Bit() 89 dest++; in soundStereoLeft8Bit() [all …]
|
| D | soundconv.h | 128 void soundStereoCombine8Bit (s8 *dest, s8 *source, u32 samples); 129 void soundStereoCombine16Bit (s16 *dest, s16 *source, u32 samples); 130 void soundStereoLeft8Bit (s8 *dest, s8 *source, u32 samples); 131 void soundStereoLeft16Bit (s16 *dest, s16 *source, u32 samples); 132 void soundStereoRight8Bit (s8 *dest, s8 *source, u32 samples); 133 void soundStereoRight16Bit (s16 *dest, s16 *source, u32 samples); 134 void soundConvert8to16Bit (s16 *dest, s8 *source, u32 samples); 135 void soundConvert16to8Bit (s8 *dest, s16 *source, u32 samples);
|
| D | sound.c | 29 typedef int (*FUNCTION2)(char *path, SOUNDINFO *soundinfo, void *dest);
|
| D | sndconv.c | 615 typedef int (*FUNCTION2)(u8 *path, SOUNDINFO *soundinfo, void *dest);
|
| /RvlSDK-2.1/build/demos/videmo/src/ |
| D | bmp.c | 87 BOOL bmpToYCbCr(bmpInfo_s* bi, u8* rawData, u8* dest) in bmpToYCbCr() 96 u8* dest; in bmpToYCbCr() local 117 dest = ((row & 0x1) == 0)? dest1:dest2; in bmpToYCbCr() 119 destStart = dest; in bmpToYCbCr() 168 *dest = (u8)Y; in bmpToYCbCr() 172 *(dest - 1) = (u8)TENT(Cb_pp, Cb_p, Cb); in bmpToYCbCr() 173 *(dest + 1) = (u8)TENT(Cr_pp, Cr_p, Cr); in bmpToYCbCr() 196 dest += 2; // 2 bytes per pixel for 422YCbCr in bmpToYCbCr() 204 *dest = (u8)Y; in bmpToYCbCr() 206 *(dest - 1) = (u8)TENT(Cb_pp, Cb_p, Cb); in bmpToYCbCr() [all …]
|
| D | viewer.c | 172 static void readConvertBmp(char* fileName, u8* dest, u32* width, u32* height) in readConvertBmp() argument 217 if (FALSE == bmpToYCbCr(&bInfo, buf, dest)) in readConvertBmp()
|
| /RvlSDK-2.1/build/libraries/cx/src/ |
| D | CXStreamingUncompression.c | 32 void CXInitUncompContextRL( CXUncompContextRL *context, void* dest ) in CXInitUncompContextRL() argument 34 context->destp = (u8*)dest; in CXInitUncompContextRL() 52 void CXInitUncompContextLZ( CXUncompContextLZ *context, void* dest ) in CXInitUncompContextLZ() argument 54 context->destp = (u8*)dest; in CXInitUncompContextLZ() 74 void CXInitUncompContextHuffman( CXUncompContextHuffman *context, void* dest ) in CXInitUncompContextHuffman() argument 76 context->destp = (u8*)dest; in CXInitUncompContextHuffman()
|
| /RvlSDK-2.1/include/revolution/cx/ |
| D | CXStreamingUncompression.h | 121 void *dest ); 134 void *dest ); 147 void *dest );
|
| /RvlSDK-2.1/include/revolution/gd/ |
| D | GDTev.h | 131 #define TEV_COLOR_ENV(seld, selc, selb, sela, bias, sub, clamp, shift, dest, rid) \ argument 140 (((unsigned long)(dest)) << TEV_COLOR_ENV_DEST_SHIFT) | \ 158 #define TEV_ALPHA_ENV(rswap, tswap, seld, selc, selb, sela, bias, sub, clamp, shift, dest, rid) \ argument 169 (((unsigned long)(dest)) << TEV_ALPHA_ENV_DEST_SHIFT) | \
|
| /RvlSDK-2.1/build/tools/TexConv/sample/ |
| D | sample.tcs | 89 image 3 = 1, x, CI8 ; when source format is CI8 (file 2) and dest. format is CI8, 94 image 4 = 1, x, RGB565, 0, 7, 0 ; when source format is CI8 and dest. format is true color, 96 ; dest. images may have alpha and mipmaps. 127 ; if source palette lacks alpha and dest. is RGB5A3, 128 ; dest. alpha in CLUT will be set to maximum.
|
| /RvlSDK-2.1/build/tools/soundfile/src/ |
| D | soundfile.c | 212 int getSoundSamples(char *path, SOUNDINFO *soundinfo, void *dest) in getSoundSamples() argument 220 result = getAiffInfo(path, soundinfo, dest); in getSoundSamples() 226 result = getWaveInfo(path, soundinfo, dest); in getSoundSamples()
|
| D | soundfile.h | 60 LINKDLL int getSoundSamples (char *path, SOUNDINFO *info, void *dest);
|
| /RvlSDK-2.1/build/demos/videmo/include/ |
| D | bmp.h | 60 BOOL bmpToYCbCr(bmpInfo_s* bi, u8* rawData, u8* dest);
|
| /RvlSDK-2.1/build/libraries/mtx/src/ |
| D | psmtx.c | 76 PSMTXReorder(const register Mtx src, register ROMtx dest) in PSMTXReorder() argument 102 psq_st D00_D10, 0(dest), 0, 0 in PSMTXReorder() 104 psq_st D20_D01, 8(dest), 0, 0 in PSMTXReorder() 106 psq_st D11_D21, 16(dest),0, 0 in PSMTXReorder() 108 psq_st D02_D12, 24(dest),0, 0 in PSMTXReorder() 109 psq_st D22_D03, 32(dest),0,0 in PSMTXReorder() 110 psq_st D13_D23, 40(dest),0,0 in PSMTXReorder()
|
| /RvlSDK-2.1/include/revolution/gx/ |
| D | GXFrameBuffer.h | 191 void GXCopyDisp( void *dest, GXBool clear ); 192 void GXCopyTex ( void *dest, GXBool clear );
|
| /RvlSDK-2.1/build/libraries/arc/src/ |
| D | arc.c | 314 static u32 myStrncpy(char* dest, char* src, u32 maxlen) in myStrncpy() argument 320 *dest++ = *src++; in myStrncpy()
|
| /RvlSDK-2.1/include/revolution/ |
| D | mtx.h | 538 void PSMTXReorder ( const Mtx src, ROMtx dest );
|
| /RvlSDK-2.1/build/tools/dspadpcm/src/ |
| D | main.c | 83 typedef int (*lpFunc7)(u8 *path, SOUNDINFO *soundinfo, void *dest);
|