Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/mediatek/vcodec/decoder/vdec/
Dvdec_av1_req_lat_if.c53 #define DIV_LUT_BITS 8 macro
54 #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()
/linux-6.12.1/drivers/media/platform/verisilicon/
Drockchip_vpu981_hw_av1_dec.c55 #define DIV_LUT_BITS 8 macro
56 #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()