Home
last modified time | relevance | path

Searched refs:GET_SIGN (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dproresenc_kostya.c405 #define GET_SIGN(x) ((x) >> 31) macro
406 #define MAKE_CODE(x) ((((x)) * 2) ^ GET_SIGN(x))
423 new_sign = GET_SIGN(delta); in encode_dcs()
456 put_sbits(pb, 1, GET_SIGN(level)); in encode_acs()
667 new_sign = GET_SIGN(delta); in estimate_dcs()

Completed in 3 milliseconds