nn::cx::InitUncompContextLRCFront Function

Syntax

void InitUncompContextLRCFront(
     UncompContextLRC * context,
     void* dest,
     s32 destSize
);

Arguments

Name Description
in context Pointer to the decompression context.
in dest Decompression target address.
in destSize Expanded size

Return Values

None.

Description

Initializes the streaming decompression context of LZ-RangeCoder compressed data to the specified decompressed size.


CONFIDENTIAL