Searched refs:sign_found (Results 1 – 1 of 1) sorted by relevance
100 uint8_t sign_found = 0x00; in PaletteHasNonMonotonousDeltas() local107 sign_found |= (rd < 0x80) ? 1 : 2; in PaletteHasNonMonotonousDeltas()110 sign_found |= (gd < 0x80) ? 8 : 16; in PaletteHasNonMonotonousDeltas()113 sign_found |= (bd < 0x80) ? 64 : 128; in PaletteHasNonMonotonousDeltas()117 return (sign_found & (sign_found << 1)) != 0; // two consequent signs. in PaletteHasNonMonotonousDeltas()