nn::gr::CTR::LookUpTable::SetTable Member Function
void SetTable(
const f32 table[LOOKUP_TABLE_ELEMENT_NUM],
const f32 lastDiffValue = 0.0f,
const bool isInputAbs = true
);
| 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. |
Sets the lookup table.
CONFIDENTIAL