Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dquant_levels_dec_utils.c34 static const uint8_t kOrderedDither[DSIZE][DSIZE] = { variable
139 const uint8_t* const dither = kOrderedDither[p->row_ % DSIZE]; in ApplyFilter()