Searched refs:AV1_REF_SCALE_SHIFT (Results 1 – 1 of 1) sorted by relevance
20 #define AV1_REF_SCALE_SHIFT 14 macro21 #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()