Searched refs:CTX_SIGN_ZERO (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
H A D | dirac_arith.h | 52 CTX_SIGN_ZERO, enumerator |
H A D | diracdec.c | 450 #define SIGN_CTX(x) (CTX_SIGN_ZERO + ((x) > 0) - ((x) < 0)) |
Completed in 5 milliseconds