Searched refs:COE (Results 1 – 2 of 2) sorted by relevance
350 #define fGET10BIT(COE, VAL, POS) \ argument352 COE = (sextract32(VAL, 24 + 2 * POS, 2) << 8) | \
59 COE = (((((fGETUBYTE(3,VAL) >> (2 * POS)) & 3) << 8) | fGETUBYTE(POS,VAL)) << 6);60 COE >>= 6;