nn::cx::UNCOMPRESS_LH_WORK_SIZE Constant

Syntax

#include <nn/cx.h>

const int UNCOMPRESS_LH_WORK_SIZE =  (1 << 11) + (1 << 7);

Description

This is the size of the temporary buffer for uncompression with nn::cx::UncompressLH.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL