Go to the documentation of this file.
24 #ifndef AVCODEC_X86_VP56_ARITH_H
25 #define AVCODEC_X86_VP56_ARITH_H
27 #if HAVE_INLINE_ASM && HAVE_FAST_CMOV && HAVE_6REGS
28 #define vp56_rac_get_prob vp56_rac_get_prob
32 unsigned int low = 1 + (((c->
high - 1) * prob) >> 8);
33 unsigned int low_shift = low << 16;
44 :
"r"(low_shift),
"r"(low),
"r"(code_word)