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

/linux-master/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)
1445 ((ref_upscaled_width << AV1_REF_SCALE_SHIFT) + (frame_width >> 1)) / frame_width;
1447 ((ref_frame_height << AV1_REF_SCALE_SHIFT) + (frame_height >> 1)) / frame_height;
1455 AV1_REF_SCALE_SHIFT - AV1_SCALE_SUBPEL_BITS);
1458 AV1_REF_SCALE_SHIFT - AV1_SCALE_SUBPEL_BITS);
/linux-master/drivers/media/platform/verisilicon/
H A Drockchip_vpu981_hw_av1_dec.c20 #define AV1_REF_SCALE_SHIFT 14 macro
694 ((width << AV1_REF_SCALE_SHIFT) + cur_width / 2) / cur_width;
696 ((height << AV1_REF_SCALE_SHIFT) + cur_height / 2) / cur_height;
754 return (scale_width != (1 << AV1_REF_SCALE_SHIFT)) ||
755 (scale_height != (1 << AV1_REF_SCALE_SHIFT));

Completed in 207 milliseconds