Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dvp8l_enc.c1337 #define APPLY_PALETTE_FOR(COLOR_INDEX) do { \ macro
1371 APPLY_PALETTE_FOR(SearchColorGreedy(palette, palette_size, pix)); in ApplyPalette()
1399 APPLY_PALETTE_FOR(buffer[ApplyPaletteHash0(pix)]); in ApplyPalette()
1401 APPLY_PALETTE_FOR(buffer[ApplyPaletteHash1(pix)]); in ApplyPalette()
1403 APPLY_PALETTE_FOR(buffer[ApplyPaletteHash2(pix)]); in ApplyPalette()
1408 APPLY_PALETTE_FOR( in ApplyPalette()
1415 #undef APPLY_PALETTE_FOR