Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/verisilicon/
H A Drockchip_vpu981_hw_av1_dec.c1478 int upscaled_luma, downscaled_luma; in rockchip_vpu981_av1_dec_set_superres_params() local
1501 upscaled_luma = frame->upscaled_width; in rockchip_vpu981_av1_dec_set_superres_params()
1504 upscaled_chroma = (upscaled_luma + 1) >> 1; in rockchip_vpu981_av1_dec_set_superres_params()
1507 (upscaled_luma / 2)) / upscaled_luma; in rockchip_vpu981_av1_dec_set_superres_params()
1512 (upscaled_luma * step_luma) in rockchip_vpu981_av1_dec_set_superres_params()
1518 ((-((upscaled_luma - downscaled_luma) << (RS_SCALE_SUBPEL_BITS - 1)) in rockchip_vpu981_av1_dec_set_superres_params()
1519 + upscaled_luma / 2) in rockchip_vpu981_av1_dec_set_superres_params()
1520 / upscaled_luma + (1 << (RS_SCALE_EXTRA_BITS - 1)) - err_luma / 2) in rockchip_vpu981_av1_dec_set_superres_params()
1530 ((upscaled_luma << RS_SCALE_SUBPEL_BITS) + (downscaled_luma / 2)) in rockchip_vpu981_av1_dec_set_superres_params()