SetTable

nn::gr::CTR::LookUpTable::SetTable Member Function

Syntax

void SetTable(
     const f32 table[LOOKUP_TABLE_ELEMENT_NUM],
     const f32 lastDiffValue = 0.0f,
     const bool isInputAbs = true
);

Parameters

Name Description
in table[LOOKUP_TABLE_ELEMENT_NUM] 256 units of lookup data.
in lastDiffValue The last difference value of the lookup data.
in isInputAbs true for input that comprises absolute values between 0.0 and 1.0, false for input between -1.0 and 1.0.

Return Values

None.

Description

Sets the lookup table.

Revision History

2010/09/15
Initial version.

CONFIDENTIAL