nn::cx::UNCOMPRESS_LRC_WORK_SIZE Constant

Syntax

#include <nn/cx.h>

const int UNCOMPRESS_LRC_WORK_SIZE =  ((1 << 12) + (1 << 9)) * 8;

Description

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

Revision History

2011/10/27
Initial version.

CONFIDENTIAL