Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_av1_req_lat_if.c20 #define AV1_REF_SCALE_SHIFT 14 macro
21 #define AV1_REF_NO_SCALE BIT(AV1_REF_SCALE_SHIFT)
1453 ((ref_upscaled_width << AV1_REF_SCALE_SHIFT) + (frame_width >> 1)) / frame_width; in vdec_av1_slice_setup_scale_factors()
1455 ((ref_frame_height << AV1_REF_SCALE_SHIFT) + (frame_height >> 1)) / frame_height; in vdec_av1_slice_setup_scale_factors()
1463 AV1_REF_SCALE_SHIFT - AV1_SCALE_SUBPEL_BITS); in vdec_av1_slice_setup_scale_factors()
1466 AV1_REF_SCALE_SHIFT - AV1_SCALE_SUBPEL_BITS); in vdec_av1_slice_setup_scale_factors()