nn::cx::LZ_COMPRESS_WORK_SIZE Constant

Syntax

#include <nn/cx.h>

const int LZ_COMPRESS_WORK_SIZE =  (4096 + 256 + 256) * sizeof(s16);

Description

This is the size of the temporary buffer for compression with nn::cx::CompressLZ.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL