nn::cx::UNCOMPRESS_LRC_WORK_SIZE
#include <nn/cx.h> const int UNCOMPRESS_LRC_WORK_SIZE = ((1 << 12) + (1 << 9)) * 8;
This is the size of the temporary buffer for uncompression with nn::cx::UncompressLRC.
nn::cx::UncompressLRC
CONFIDENTIAL