Searched refs:LUT_SIZE (Results 1 – 1 of 1) sorted by relevance
27 #define LUT_SIZE ((1 << (8 + LFIX)) - 1) // look-up table size macro172 for (i = 1; i <= LUT_SIZE; ++i) { in InitCorrectionLUT()222 const size_t size_lut = (1 + 2 * LUT_SIZE) * sizeof(*p->correction_); in InitParams()252 p->correction_ = ((int16_t*)mem) + LUT_SIZE; in InitParams()