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