mmal/deinterlace: Add option to use QPUs for advanced deinterlace
commit0face1e6faafb16ecd744fd5eee91221d9653636
authorJulian Scheel <julian@jusst.de>
Thu, 19 Oct 2017 14:43:01 +0000 (19 16:43 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 24 Oct 2017 07:44:25 +0000 (24 09:44 +0200)
treeef40c5f8a37f5dc58d155b4d8c62f95d616dfee2
parent2a5734c4929ca41a9ee3ab69b61a76cf0b047990
mmal/deinterlace: Add option to use QPUs for advanced deinterlace

The image_fx deinterlace filter can optionally make use of the VideoCodre Quad
Processor Units to deinterlace higher resolution content with an advanced
algorithm than the Video Processor Unit can handle. As the QPUs are used for
OpenGL as well this shares performance with other tasks. Leave the option
disabled by default as it will easily raise performance issues if the system
is doing other tasks besides video playback in parallel.

Signed-off-by: Julian Scheel <julian@jusst.de>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/hw/mmal/deinterlace.c