Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dav1dec.c73 static uint32_t decode_unsigned_subexp_with_ref(uint32_t sub_exp, in decode_unsigned_subexp_with_ref() argument
77 return inverse_recenter(r, sub_exp); in decode_unsigned_subexp_with_ref()
79 return mx - 1 - inverse_recenter(mx - 1 - r, sub_exp); in decode_unsigned_subexp_with_ref()
83 static int32_t decode_signed_subexp_with_ref(uint32_t sub_exp, int low, in decode_signed_subexp_with_ref() argument
86 int32_t x = decode_unsigned_subexp_with_ref(sub_exp, high - low, r - low); in decode_signed_subexp_with_ref()

Completed in 3 milliseconds