Searched refs:DIV_LUT_BITS (Results 1 – 2 of 2) sorted by relevance
53 #define DIV_LUT_BITS 8 macro54 #define DIV_LUT_NUM BIT(DIV_LUT_BITS)1091 if (*shift > DIV_LUT_BITS) in vdec_av1_slice_resolve_divisor_32()1092 f = AV1_DIV_ROUND_UP_POW2(e, *shift - DIV_LUT_BITS); in vdec_av1_slice_resolve_divisor_32()1094 f = e << (DIV_LUT_BITS - *shift); in vdec_av1_slice_resolve_divisor_32()
55 #define DIV_LUT_BITS 8 macro56 #define DIV_LUT_NUM BIT(DIV_LUT_BITS)463 if (*shift > DIV_LUT_BITS) in rockchip_vpu981_av1_dec_resolve_divisor_32()464 f = AV1_DIV_ROUND_UP_POW2(e, *shift - DIV_LUT_BITS); in rockchip_vpu981_av1_dec_resolve_divisor_32()466 f = e << (DIV_LUT_BITS - *shift); in rockchip_vpu981_av1_dec_resolve_divisor_32()