Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1.h112 AV1_DIV_LUT_BITS = 8, enumerator
H A Dav1d_parser.c236 if (*shift > AV1_DIV_LUT_BITS) in resolve_divisor()
237 f = round_two(e, *shift - AV1_DIV_LUT_BITS); in resolve_divisor()
239 f = e << (AV1_DIV_LUT_BITS - (*shift)); in resolve_divisor()