HomeSort by relevance Sort by last modified time
    Searched refs:size_lut (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/utils/
quant_levels_dec.c 217 const size_t size_lut = (1 + 2 * LUT_SIZE) * sizeof(*p->correction_); local
218 const size_t total_size = size_scratch_m + size_m + size_lut;
  /external/webp/src/utils/
quant_levels_dec.c 217 const size_t size_lut = (1 + 2 * LUT_SIZE) * sizeof(*p->correction_); local
218 const size_t total_size = size_scratch_m + size_m + size_lut;

Completed in 1308 milliseconds