Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dvp8l_enc.c1321 #define PALETTE_INV_SIZE_BITS 11 macro
1322 #define PALETTE_INV_SIZE (1 << PALETTE_INV_SIZE_BITS)
1327 (32 - PALETTE_INV_SIZE_BITS); in ApplyPaletteHash1()
1333 (32 - PALETTE_INV_SIZE_BITS); in ApplyPaletteHash2()
1427 #undef PALETTE_INV_SIZE_BITS