Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dquant_levels_dec_utils.c222 const size_t size_lut = (1 + 2 * LUT_SIZE) * sizeof(*p->correction_); in InitParams() local
223 const size_t total_size = size_scratch_m + size_m + size_lut; in InitParams()