nn::cx::HUFFMAN_COMPRESS_WORK_SIZE
#include <nn/cx.h> const int HUFFMAN_COMPRESS_WORK_SIZE = 12288 + 512 + 1536;
This is the size of the temporary buffer for compression with nn::cx::CompressHuffman.
nn::cx::CompressHuffman
CONFIDENTIAL