Searched refs:AV1_DIV_LUT_BITS (Results 1 – 2 of 2) sorted by relevance
112 AV1_DIV_LUT_BITS = 8, enumerator
236 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()