nn::cx::HUFFMAN_COMPRESS_WORK_SIZE Constant

Syntax

#include <nn/cx.h>

const int HUFFMAN_COMPRESS_WORK_SIZE =  12288 + 512 + 1536;

Description

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

Revision History

2011/10/27
Initial version.

CONFIDENTIAL