nn::cx::UncompressRL Function

Syntax

#include <nn/cx.h>

void UncompressRL(
     const void * srcp,
     void * destp
);

Parameters

Name Description
in srcp Compressed data address.
out destp Decompressed data address.

Return Values

None.

Description

Decompresses run-length compressed data.

Expands run-length compressed data, and writes in 8-bit units. The compressed data address must be 4-byte aligned.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL