Home
last modified time | relevance | path

Searched refs:cx (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/cx/Compress/
Dmain.cpp30 u8 huffman[nn::cx::HUFFMAN_COMPRESS_WORK_SIZE];
31 u8 lz[nn::cx::LZ_COMPRESS_WORK_SIZE];
85 size_t size = nn::cx::CompressRL( in nnMain()
98 nn::cx::UncompressRL(s_CompressedData, s_UncompressedData); in nnMain()
122 size_t size = nn::cx::CompressHuffman( in nnMain()
135 nn::cx::UncompressHuffman(s_CompressedData, s_UncompressedData); in nnMain()
158 size_t size = nn::cx::CompressLZ( in nnMain()
171 nn::cx::UncompressLZ(s_CompressedData, s_UncompressedData); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/cx/UncompressBlz/
Dmain.cpp62 s32 ret = nn::cx::SecureUncompressBLZ(archive, inSize, sizeof(archive)); in nnMain()
71 nn::cx::UncompressBLZ(archive, inSize, sizeof(archive)); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/cx/UncompressBlz/romfiles/
Ddata.bin17 #include <nn/cx.h>
62 s32 ret = nn::cx::SecureUncompressBLZ(archive, inSize, sizeof(archive));
71 nn::cx::UncompressBLZ(archive, inSize, sizeof(archive));
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorSimple/
DGasColorSimple.cpp106 float cx = 0.0; in SceneObjectInitialize() local
111 cx - rd, cy - rd, 0.0f, 1.0f, in SceneObjectInitialize()
112 cx - rd, cy + rd, 0.0f, 1.0f, in SceneObjectInitialize()
113 cx + rd, cy + rd, 0.0f, 1.0f, in SceneObjectInitialize()
114 cx + rd, cy - rd, 0.0f, 1.0f in SceneObjectInitialize()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorOptimal/
DGasColorOptimal.cpp89 float cx = 0.0; in SceneObjectInitialize() local
94 cx - rd, cy - rd, 0.0f, 1.0f, in SceneObjectInitialize()
95 cx - rd, cy + rd, 0.0f, 1.0f, in SceneObjectInitialize()
96 cx + rd, cy + rd, 0.0f, 1.0f, in SceneObjectInitialize()
97 cx + rd, cy - rd, 0.0f, 1.0f in SceneObjectInitialize()