Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1.h112 AV1_DIV_LUT_BITS = 8, enumerator
H A Dav1d_parser.c239 if (*shift > AV1_DIV_LUT_BITS) in resolve_divisor()
240 f = round_two(e, *shift - AV1_DIV_LUT_BITS); in resolve_divisor()
242 f = e << (AV1_DIV_LUT_BITS - (*shift)); in resolve_divisor()