40 lines · plain
1.. SPDX-License-Identifier: GPL-2.02 3Renesas R-Car Fine Display Processor (FDP1) Driver4==================================================5 6The R-Car FDP1 driver implements driver-specific controls as follows.7 8``V4L2_CID_DEINTERLACING_MODE (menu)``9 The video deinterlacing mode (such as Bob, Weave, ...). The R-Car FDP110 driver implements the following modes.11 12.. flat-table::13 :header-rows: 014 :stub-columns: 015 :widths: 1 416 17 * - ``"Progressive" (0)``18 - The input image video stream is progressive (not interlaced). No19 deinterlacing is performed. Apart from (optional) format and encoding20 conversion output frames are identical to the input frames.21 * - ``"Adaptive 2D/3D" (1)``22 - Motion adaptive version of 2D and 3D deinterlacing. Use 3D deinterlacing23 in the presence of fast motion and 2D deinterlacing with diagonal24 interpolation otherwise.25 * - ``"Fixed 2D" (2)``26 - The current field is scaled vertically by averaging adjacent lines to27 recover missing lines. This method is also known as blending or Line28 Averaging (LAV).29 * - ``"Fixed 3D" (3)``30 - The previous and next fields are averaged to recover lines missing from31 the current field. This method is also known as Field Averaging (FAV).32 * - ``"Previous field" (4)``33 - The current field is weaved with the previous field, i.e. the previous34 field is used to fill missing lines from the current field. This method35 is also known as weave deinterlacing.36 * - ``"Next field" (5)``37 - The current field is weaved with the next field, i.e. the next field is38 used to fill missing lines from the current field. This method is also39 known as weave deinterlacing.40