Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dvp8l_enc.c98 uint8_t sign_found = 0x00; in PaletteHasNonMonotonousDeltas() local
105 sign_found |= (rd < 0x80) ? 1 : 2; in PaletteHasNonMonotonousDeltas()
108 sign_found |= (gd < 0x80) ? 8 : 16; in PaletteHasNonMonotonousDeltas()
111 sign_found |= (bd < 0x80) ? 64 : 128; in PaletteHasNonMonotonousDeltas()
115 return (sign_found & (sign_found << 1)) != 0; // two consequent signs. in PaletteHasNonMonotonousDeltas()
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
DAla.cpp1080 UINT8 sign_found = STATUS_FAILED; in ALA_Check_KeyIdentifier() local
1139 (certf_found != STATUS_FAILED)&&(sign_found != STATUS_OK)) in ALA_Check_KeyIdentifier()
1216 sign_found = STATUS_OK; in ALA_Check_KeyIdentifier()