Lines Matching refs:uv_hscale
622 int uv_hscale = uv_hsubsampling(params->flags); in update_scaling_factors() local
638 xscale_UV = xscale/uv_hscale; in update_scaling_factors()
641 xscale = xscale_UV * uv_hscale; in update_scaling_factors()
852 int uv_hscale = uv_hsubsampling(params->flags); in intel_overlay_do_put_image() local
856 swidth |= (params->src_width / uv_hscale) << 16; in intel_overlay_do_put_image()
860 params->src_width / uv_hscale); in intel_overlay_do_put_image()
862 params->src_width / uv_hscale); in intel_overlay_do_put_image()
998 int uv_hscale = uv_hsubsampling(rec->flags); in check_overlay_src() local
1044 if (uv_vscale < 0 || uv_hscale < 0) in check_overlay_src()
1053 if (rec->src_width % uv_hscale) in check_overlay_src()
1088 if (rec->src_width/uv_hscale > rec->stride_UV) in check_overlay_src()