Searched refs:RS_SCALE_SUBPEL_BITS (Results 1 – 1 of 1) sorted by relevance
39 #define RS_SCALE_SUBPEL_BITS 14 macro40 #define RS_SCALE_SUBPEL_MASK ((1 << RS_SCALE_SUBPEL_BITS) - 1)41 #define RS_SCALE_EXTRA_BITS (RS_SCALE_SUBPEL_BITS - RS_SUBPEL_BITS)1470 int superres_luma_step = RS_SCALE_SUBPEL_BITS; in rockchip_vpu981_av1_dec_set_superres_params()1471 int superres_chroma_step = RS_SCALE_SUBPEL_BITS; in rockchip_vpu981_av1_dec_set_superres_params()1472 int superres_luma_step_invra = RS_SCALE_SUBPEL_BITS; in rockchip_vpu981_av1_dec_set_superres_params()1473 int superres_chroma_step_invra = RS_SCALE_SUBPEL_BITS; in rockchip_vpu981_av1_dec_set_superres_params()1506 ((downscaled_luma << RS_SCALE_SUBPEL_BITS) + in rockchip_vpu981_av1_dec_set_superres_params()1509 ((downscaled_chroma << RS_SCALE_SUBPEL_BITS) + in rockchip_vpu981_av1_dec_set_superres_params()1513 - (downscaled_luma << RS_SCALE_SUBPEL_BITS); in rockchip_vpu981_av1_dec_set_superres_params()[all …]