Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser.c157 RK_S32 mx, RK_S32 r) in decode_unsigned_subexp_with_ref() argument
159 if ((r << 1) <= mx) { in decode_unsigned_subexp_with_ref()
162 return mx - 1 - inverse_recenter(mx - 1 - r, sub_exp); in decode_unsigned_subexp_with_ref()
176 RK_U32 abs_bits, prec_bits, round, prec_diff, sub, mx; in read_global_param() local
207 mx = 1 << abs_bits; in read_global_param()
212 -mx, mx + 1, r); in read_global_param()