Searched refs:LUT_SIZE (Results 1 – 3 of 3) sorted by relevance
39 #define LUT_SIZE (1 << LUT_BITS) // size of the lookup tables macro431 for (i = 0; i < LUT_SIZE; i++) { in bgmc_lut_fillp()450 lut += (i * LUT_SIZE) << 4; in bgmc_lut_getp()463 *cf_lut = av_malloc(sizeof(**cf_lut) * LUT_BUFF * 16 * LUT_SIZE); in ff_bgmc_init()523 lut += sx * LUT_SIZE; in ff_bgmc_decode()
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()