Sample Demo of the Compression/Decompression Library (CX)

Location

$REVOLUTION_SDK_ROOT/build/demos/cxdemo

Compilation

Change directory to $REVOLUTION_SDK_ROOT/build/demos/cxdemo and enter make. An executable (.elf) file will be generated in $REVOLUTION_SDK_ROOT/RVL/bin/demos/cxdemo/.

Execution

You must configure DVDRoot before execution. Be sure to specify the folder name $REVOLUTION_SDK_ROOT/dvddata as the DvdRoot argument of the SetNdEnv command.

Change to the $REVOLUTION_SDK_ROOT/RVL/bin/demos/cxdemo directory and do the following:

Description

cx_uncompress Decompresses and displays the texture data compressed by one of various compression methods provided on DVD.
cx_uncompress_stream Performs streaming decompression of texture data compressed by one of various compression methods provided on DVD. Using a double buffer for loading data, data is decompressed in parallel with an asynchronous read of the DVD.

See Also

CX Functions

Revision History

2006/07/10 Initial version.


CONFIDENTIAL