linux-stable/drivers/media/platform/vsp1
Laurent Pinchart bdc2df62ae [media] v4l: vsp1: uds: Fix scaling of alpha layer
Pixel color components can be scaled using either bilinear interpolation
or a multitap filter. The multitap filter provides better results, but
can't be selected when the alpha layer need to be scaled down by more
than 1/2.

Disable alpha scaling when the input has a fixed alpha value, and
program the UDS to output a fixed alpha value in that case. This ensures
the multitap filter will be used whenever possible.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-07-17 12:45:00 -03:00
..
Makefile
vsp1.h
vsp1_bru.c
vsp1_bru.h
vsp1_drv.c
vsp1_entity.c
vsp1_entity.h
vsp1_hsit.c
vsp1_hsit.h
vsp1_lif.c
vsp1_lif.h
vsp1_lut.c
vsp1_lut.h
vsp1_regs.h
vsp1_rpf.c [media] v4l: vsp1: uds: Fix scaling of alpha layer 2014-07-17 12:45:00 -03:00
vsp1_rwpf.c
vsp1_rwpf.h
vsp1_sru.c
vsp1_sru.h
vsp1_uds.c [media] v4l: vsp1: uds: Fix scaling of alpha layer 2014-07-17 12:45:00 -03:00
vsp1_uds.h [media] v4l: vsp1: uds: Fix scaling of alpha layer 2014-07-17 12:45:00 -03:00
vsp1_video.c [media] v4l: vsp1: uds: Fix scaling of alpha layer 2014-07-17 12:45:00 -03:00
vsp1_video.h [media] v4l: vsp1: uds: Fix scaling of alpha layer 2014-07-17 12:45:00 -03:00
vsp1_wpf.c