Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser.c156 static RK_U32 decode_unsigned_subexp_with_ref(RK_U32 sub_exp, in decode_unsigned_subexp_with_ref() argument
160 return inverse_recenter(r, sub_exp); in decode_unsigned_subexp_with_ref()
162 return mx - 1 - inverse_recenter(mx - 1 - r, sub_exp); in decode_unsigned_subexp_with_ref()
166 static RK_S32 decode_signed_subexp_with_ref(RK_U32 sub_exp, RK_S32 low, in decode_signed_subexp_with_ref() argument
169 RK_S32 x = decode_unsigned_subexp_with_ref(sub_exp, high - low, r - low); in decode_signed_subexp_with_ref()