| /RvlSDK-3.2/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 | 131 void soundStereoCombine8Bit (s8 *dest, s8 *source, u32 samples); 132 void soundStereoCombine16Bit (s16 *dest, s16 *source, u32 samples); 133 void soundStereoLeft8Bit (s8 *dest, s8 *source, u32 samples); 134 void soundStereoLeft16Bit (s16 *dest, s16 *source, u32 samples); 135 void soundStereoRight8Bit (s8 *dest, s8 *source, u32 samples); 136 void soundStereoRight16Bit (s16 *dest, s16 *source, u32 samples); 137 void soundConvert8to16Bit (s16 *dest, s8 *source, u32 samples); 138 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-3.2/build/demos/videmo/src/ |
| D | bmp.c | 91 BOOL bmpToYCbCr(bmpInfo_s* bi, u8* rawData, u8* dest) in bmpToYCbCr() 100 u8* dest; in bmpToYCbCr() local 121 dest = ((row & 0x1) == 0)? dest1:dest2; in bmpToYCbCr() 123 destStart = dest; in bmpToYCbCr() 172 *dest = (u8)Y; in bmpToYCbCr() 176 *(dest - 1) = (u8)TENT(Cb_pp, Cb_p, Cb); in bmpToYCbCr() 177 *(dest + 1) = (u8)TENT(Cr_pp, Cr_p, Cr); in bmpToYCbCr() 200 dest += 2; // 2 bytes per pixel for 422YCbCr in bmpToYCbCr() 208 *dest = (u8)Y; in bmpToYCbCr() 210 *(dest - 1) = (u8)TENT(Cb_pp, Cb_p, Cb); in bmpToYCbCr() [all …]
|
| D | viewer.c | 175 static void readConvertBmp(char* fileName, u8* dest, u32* width, u32* height) in readConvertBmp() argument 220 if (FALSE == bmpToYCbCr(&bInfo, buf, dest)) in readConvertBmp()
|
| /RvlSDK-3.2/include/revolution/cx/ |
| D | CXStreamingUncompression.h | 182 void *dest ); 195 void *dest ); 207 void *dest ); 220 void CXInitUncompContextLH( CXUncompContextLH * context, void* dest ); 234 void CXInitUncompContextLRC( CXUncompContextLRC * context, void* dest ); 398 static inline void CXInitUncompContextRLFront( CXUncompContextRL *context, void *dest, s32 destSize… in CXInitUncompContextRLFront() argument 401 CXInitUncompContextRL( context, dest ); in CXInitUncompContextRLFront() 405 static inline void CXInitUncompContextLZFront( CXUncompContextLZ *context, void *dest, s32 destSize… in CXInitUncompContextLZFront() argument 408 CXInitUncompContextLZ( context, dest ); in CXInitUncompContextLZFront() 412 static inline void CXInitUncompContextHuffmanFront( CXUncompContextHuffman *context, void *dest, s3… in CXInitUncompContextHuffmanFront() argument [all …]
|
| /RvlSDK-3.2/build/libraries/mtx/src/ |
| D | psmtx.c | 80 PSMTXReorder(const register Mtx src, register ROMtx dest) in PSMTXReorder() argument 106 psq_st D00_D10, 0(dest), 0, 0 in PSMTXReorder() 108 psq_st D20_D01, 8(dest), 0, 0 in PSMTXReorder() 110 psq_st D11_D21, 16(dest),0, 0 in PSMTXReorder() 112 psq_st D02_D12, 24(dest),0, 0 in PSMTXReorder() 113 psq_st D22_D03, 32(dest),0,0 in PSMTXReorder() 114 psq_st D13_D23, 40(dest),0,0 in PSMTXReorder()
|
| /RvlSDK-3.2/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-3.2/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-3.2/build/tools/soundfile/src/ |
| D | soundfile.c | 224 int getSoundSamples(char *path, SOUNDINFO *soundinfo, void *dest) in getSoundSamples() argument 232 result = getAiffInfo(path, soundinfo, dest); in getSoundSamples() 238 result = getWaveInfo(path, soundinfo, dest); in getSoundSamples()
|
| D | soundfile.h | 60 LINKDLL int getSoundSamples (char *path, SOUNDINFO *info, void *dest);
|
| /RvlSDK-3.2/build/libraries/cx/src/ |
| D | CXStreamingUncompression.c | 33 void CXInitUncompContextRL( CXUncompContextRL *context, void* dest ) in CXInitUncompContextRL() argument 35 context->destp = (u8*)dest; in CXInitUncompContextRL() 54 void CXInitUncompContextLZ( CXUncompContextLZ *context, void* dest ) in CXInitUncompContextLZ() argument 56 context->destp = (u8*)dest; in CXInitUncompContextLZ() 78 void CXInitUncompContextHuffman( CXUncompContextHuffman *context, void* dest ) in CXInitUncompContextHuffman() argument 80 context->destp = (u8*)dest; in CXInitUncompContextHuffman() 659 CXInitUncompContextLH( CXUncompContextLH * context, void* dest ) in CXInitUncompContextLH() argument 661 context->destp = dest; in CXInitUncompContextLH() 1274 CXInitUncompContextLRC( CXUncompContextLRC * context, void* dest ) in CXInitUncompContextLRC() argument 1285 context->destp = dest; in CXInitUncompContextLRC()
|
| /RvlSDK-3.2/build/demos/videmo/include/ |
| D | bmp.h | 60 BOOL bmpToYCbCr(bmpInfo_s* bi, u8* rawData, u8* dest);
|
| /RvlSDK-3.2/include/revolution/gx/ |
| D | GXFrameBuffer.h | 191 void GXCopyDisp( void *dest, GXBool clear ); 192 void GXCopyTex ( void *dest, GXBool clear );
|
| /RvlSDK-3.2/build/libraries/arc/src/ |
| D | arc.c | 328 static u32 myStrncpy(char* dest, char* src, u32 maxlen) in myStrncpy() argument 334 *dest++ = *src++; in myStrncpy()
|
| /RvlSDK-3.2/include/revolution/ |
| D | mtx.h | 541 void PSMTXReorder ( const Mtx src, ROMtx dest );
|
| /RvlSDK-3.2/build/tools/dspadpcm/src/ |
| D | main.c | 83 typedef int (*lpFunc7)(u8 *path, SOUNDINFO *soundinfo, void *dest);
|