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.c1348 #define APPLY_PALETTE_FOR(COLOR_INDEX) do { \ macro
1382 APPLY_PALETTE_FOR(SearchColorGreedy(palette, palette_size, pix)); in ApplyPalette()
1410 APPLY_PALETTE_FOR(buffer[ApplyPaletteHash0(pix)]); in ApplyPalette()
1412 APPLY_PALETTE_FOR(buffer[ApplyPaletteHash1(pix)]); in ApplyPalette()
1414 APPLY_PALETTE_FOR(buffer[ApplyPaletteHash2(pix)]); in ApplyPalette()
1419 APPLY_PALETTE_FOR( in ApplyPalette()
1426 #undef APPLY_PALETTE_FOR