Home
last modified time | relevance | path

Searched refs:LUT_SIZE (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dbgmc.c39 #define LUT_SIZE (1 << LUT_BITS) // size of the lookup tables macro
431 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()
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Dquant_levels_dec_utils.c27 #define LUT_SIZE ((1 << (8 + LFIX)) - 1) // look-up table size macro
172 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()
/third_party/skia/third_party/externals/libwebp/src/utils/
Dquant_levels_dec_utils.c27 #define LUT_SIZE ((1 << (8 + LFIX)) - 1) // look-up table size macro
172 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()