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

/linux-master/drivers/media/platform/verisilicon/
H A Drockchip_vpu981_hw_av1_dec.c1479 int downscaled_chroma, upscaled_chroma; local
1504 upscaled_chroma = (upscaled_luma + 1) >> 1;
1510 (upscaled_chroma / 2)) / upscaled_chroma;
1515 (upscaled_chroma * step_chroma)
1523 ((-((upscaled_chroma - downscaled_chroma) << (RS_SCALE_SUBPEL_BITS - 1))
1524 + upscaled_chroma / 2)
1525 / upscaled_chroma + (1 << (RS_SCALE_EXTRA_BITS - 1)) - err_chroma / 2)
1533 ((upscaled_chroma << RS_SCALE_SUBPEL_BITS) + (downscaled_chroma / 2))

Completed in 230 milliseconds