nn::cx::LZ_COMPRESS_WORK_SIZE Constant

Syntax

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.


CONFIDENTIAL