1 .. SPDX-License-Identifier: GPL-2.0 2 3 Renesas R-Car Fine Display Processor (FDP1) Dr 4 ============================================== 5 6 The R-Car FDP1 driver implements driver-specif 7 8 ``V4L2_CID_DEINTERLACING_MODE (menu)`` 9 The video deinterlacing mode (such as Bob, 10 driver implements the following modes. 11 12 .. flat-table:: 13 :header-rows: 0 14 :stub-columns: 0 15 :widths: 1 4 16 17 * - ``"Progressive" (0)`` 18 - The input image video stream is progre 19 deinterlacing is performed. Apart from 20 conversion output frames are identical 21 * - ``"Adaptive 2D/3D" (1)`` 22 - Motion adaptive version of 2D and 3D d 23 in the presence of fast motion and 2D 24 interpolation otherwise. 25 * - ``"Fixed 2D" (2)`` 26 - The current field is scaled vertically 27 recover missing lines. This method is 28 Averaging (LAV). 29 * - ``"Fixed 3D" (3)`` 30 - The previous and next fields are avera 31 the current field. This method is also 32 * - ``"Previous field" (4)`` 33 - The current field is weaved with the p 34 field is used to fill missing lines fr 35 is also known as weave deinterlacing. 36 * - ``"Next field" (5)`` 37 - The current field is weaved with the n 38 used to fill missing lines from the cu 39 known as weave deinterlacing.
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.