nn::cx::LZ_COMPRESS_WORK_SIZE
#include <nn/cx.h> const int LZ_COMPRESS_WORK_SIZE = (4096 + 256 + 256) * sizeof(s16);
This is the size of the temporary buffer for compression with nn::cx::CompressLZ.
nn::cx::CompressLZ
CONFIDENTIAL