Searched refs:IS_NEGATIVE (Results 1 – 1 of 1) sorted by relevance
233 #define IS_NEGATIVE(val) ((((val) >> 31) ^ -1) + 1) macro300 put_bits(pb, 1, IS_NEGATIVE(val)); in encode_ac_coeffs()