HomeSort by relevance Sort by last modified time
    Searched refs:sign_found (Results 1 - 2 of 2) sorted by null

  /external/webp/src/enc/
vp8l_enc.c 100 uint8_t sign_found = 0x00; local
107 sign_found |= (rd < 0x80) ? 1 : 2;
110 sign_found |= (gd < 0x80) ? 8 : 16;
113 sign_found |= (bd < 0x80) ? 64 : 128;
117 return (sign_found & (sign_found << 1)) != 0; // two consequent signs.
    [all...]
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
Ala.cpp 1080 UINT8 sign_found = STATUS_FAILED; local
    [all...]

Completed in 3078 milliseconds