Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dav1.h119 AV1_DIV_LUT_BITS = 8, enumerator
H A Dav1dec.c154 if (*shift > AV1_DIV_LUT_BITS) in resolve_divisor()
155 f = round_two(e, *shift - AV1_DIV_LUT_BITS); in resolve_divisor()
157 f = e << (AV1_DIV_LUT_BITS - (*shift)); in resolve_divisor()

Completed in 4 milliseconds