Searched refs:scale_width (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/media/platform/verisilicon/ |
D | rockchip_vpu981_hw_av1_dec.c | 694 int scale_width = in rockchip_vpu981_av1_dec_set_ref() local 703 hantro_reg_write(vpu, &av1_ref0_ver_scale, scale_width); in rockchip_vpu981_av1_dec_set_ref() 709 hantro_reg_write(vpu, &av1_ref1_ver_scale, scale_width); in rockchip_vpu981_av1_dec_set_ref() 715 hantro_reg_write(vpu, &av1_ref2_ver_scale, scale_width); in rockchip_vpu981_av1_dec_set_ref() 721 hantro_reg_write(vpu, &av1_ref3_ver_scale, scale_width); in rockchip_vpu981_av1_dec_set_ref() 727 hantro_reg_write(vpu, &av1_ref4_ver_scale, scale_width); in rockchip_vpu981_av1_dec_set_ref() 733 hantro_reg_write(vpu, &av1_ref5_ver_scale, scale_width); in rockchip_vpu981_av1_dec_set_ref() 739 hantro_reg_write(vpu, &av1_ref6_ver_scale, scale_width); in rockchip_vpu981_av1_dec_set_ref() 755 return (scale_width != (1 << AV1_REF_SCALE_SHIFT)) || in rockchip_vpu981_av1_dec_set_ref()
|
/linux-6.12.1/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 1633 scale_width = self.axis.ScaleWidth() 1634 if not scale_width: 1639 scale_width = self.axis.ScaleWidth() 1640 if not scale_width: 1643 x = scale_width + 4
|