Home
last modified time | relevance | path

Searched refs:stream (Results 1 – 7 of 7) sorted by relevance

/RvlSDK-3.3/build/libraries/cx/src/
DCXStreamingUncompression.c591 u32 stream; member
608 context->stream <<= 8; in BitReader_Read()
609 context->stream += *context->srcp; in BitReader_Read()
615 value = (s32)( (context->stream >> (context->stream_len - bits)) & ((1 << bits) - 1) ); in BitReader_Read()
634 stock = (u8)( context->stream >> 24 ); in BitReader_ReadEx()
636 context->stream <<= 8; in BitReader_ReadEx()
637 context->stream += *context->srcp; in BitReader_ReadEx()
642 value = context->stream; in BitReader_ReadEx()
673 context->stream = 0; in CXInitUncompContextLH()
708 BitReader stream; in CXReadUncompLH() local
[all …]
DCXUncompression.c425 u32 stream; member
435 context->stream = 0; in BitReader_Init()
445 context->stream = context->srcp[context->cnt++]; in BitReader_Read()
448 bit = (u8)( (context->stream >> (context->stream_len - 1)) & 0x1 ); in BitReader_Read()
485 BitReader stream; in CXUncompressLH() local
505 BitReader_Init( &stream, pSrc ); in CXUncompressLH()
513 u8 bit = BitReader_Read( &stream ); in CXUncompressLH()
541 u8 bit = BitReader_Read( &stream ); in CXUncompressLH()
566 val |= BitReader_Read( &stream ); in CXUncompressLH()
DCXSecureUncompression.c726 u32 stream; member
737 context->stream = 0; in BitReader_Init()
753 context->stream = context->srcp[context->cnt++]; in BitReader_Read()
756 bit = (s8)( (context->stream >> (context->stream_len - 1)) & 0x1 ); in BitReader_Read()
873 BitReader stream; in CXSecureUncompressLH() local
924 BitReader_Init( &stream, pSrc, srcSize - ((u32)pSrc - (u32)srcp) ); in CXSecureUncompressLH()
932 s8 bit = BitReader_Read( &stream ); in CXSecureUncompressLH()
964 s8 bit = BitReader_Read( &stream ); in CXSecureUncompressLH()
994 val |= BitReader_Read( &stream ); in CXSecureUncompressLH()
1017 if ( stream.srcSize - stream.cnt > 32 ) in CXSecureUncompressLH()
/RvlSDK-3.3/RVL/bin/demos/gxdemo/
Dsmp-onetri.dlf35 0x00000000f630b2a4,"C:/Nintendo/Revolution/RVL_SDK/dvddata\axdemo\stream\left.dsp"
36 0x00000000f6344e50,"C:/Nintendo/Revolution/RVL_SDK/dvddata\axdemo\stream\left.pcm16"
37 0x00000000f640edd8,"C:/Nintendo/Revolution/RVL_SDK/dvddata\axdemo\stream\left.pcm8"
38 0x00000000f6473d9c,"C:/Nintendo/Revolution/RVL_SDK/dvddata\axdemo\stream\left_wl.dsp"
39 0x00000000f64ad948,"C:/Nintendo/Revolution/RVL_SDK/dvddata\axdemo\stream\right.dsp"
40 0x00000000f64e74f4,"C:/Nintendo/Revolution/RVL_SDK/dvddata\axdemo\stream\right.pcm16"
41 0x00000000f65b147c,"C:/Nintendo/Revolution/RVL_SDK/dvddata\axdemo\stream\right.pcm8"
42 0x00000000f6616440,"C:/Nintendo/Revolution/RVL_SDK/dvddata\axdemo\stream\right_wl.dsp"
/RvlSDK-3.3/RVL/bin/tools/
DNmenu.dlf35 0x00000000f630b2a4,"C:\Nintendo\Revolution\RVL_SDK\dvddata\axdemo\stream\left.dsp"
36 0x00000000f6344e50,"C:\Nintendo\Revolution\RVL_SDK\dvddata\axdemo\stream\left.pcm16"
37 0x00000000f640edd8,"C:\Nintendo\Revolution\RVL_SDK\dvddata\axdemo\stream\left.pcm8"
38 0x00000000f6473d9c,"C:\Nintendo\Revolution\RVL_SDK\dvddata\axdemo\stream\left_wl.dsp"
39 0x00000000f64ad948,"C:\Nintendo\Revolution\RVL_SDK\dvddata\axdemo\stream\right.dsp"
40 0x00000000f64e74f4,"C:\Nintendo\Revolution\RVL_SDK\dvddata\axdemo\stream\right.pcm16"
41 0x00000000f65b147c,"C:\Nintendo\Revolution\RVL_SDK\dvddata\axdemo\stream\right.pcm8"
42 0x00000000f6616440,"C:\Nintendo\Revolution\RVL_SDK\dvddata\axdemo\stream\right_wl.dsp"
/RvlSDK-3.3/include/revolution/
Dfnt.h106 void* stream,
/RvlSDK-3.3/include/revolution/cx/
DCXStreamingUncompression.h136 u32 stream; // Bit stream for loading: 4B member