Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dproresenc_anatoliy.c233 #define IS_NEGATIVE(val) ((((val) >> 31) ^ -1) + 1) macro
300 put_bits(pb, 1, IS_NEGATIVE(val)); in encode_ac_coeffs()