Searched refs:IS_NEGATIVE (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
H A D | proresenc_anatoliy.c | 233 #define IS_NEGATIVE(val) ((((val) >> 31) ^ -1) + 1) macro 300 put_bits(pb, 1, IS_NEGATIVE(val)); in encode_ac_coeffs() |
Completed in 2 milliseconds