Lines Matching +full:gain +full:- +full:offset
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (C) 2008-2009 Texas Instruments Inc
62 * Defect level subtraction. Horizontal interpolation ((i-2)+(i+2))/2
66 /* Horizontal interpolation (((i-2)+(i+2))/2) */
70 /* 0 - whole line corrected, 1 - not pixels upper than the defect */
109 * 0 - limit disabled
110 * 1 - pixel value limited to 1023
119 /* Window count per color for calculation. range 1-32 */
121 /* Window start position - horizontal for calculation. 0 - 8191 */
123 /* Window start position - vertical for calculation 0 - 8191 */
158 /* Optical black region start position - horizontal. 0 - 8191 */
160 /* Optical black region start position - vertical 0 - 8191 */
166 * This offset value is added irrespective of the clamp enable status.
176 * 0 - disable - same clamp value for all colors
177 * 1 - clamp value calculated separately for all colors
218 ** Gain parameters
221 /* Gain for Red or ye */
223 /* Gain for Gr or cy */
225 /* Gain for Gb or g */
227 /* Gain for Blue or mg */
263 * number of program entries for SET0, range 1 - 16
264 * when fmtmode is ISIF_SPLIT, 1 - 8 when fmtmode is
269 * number of program entries for SET1, range 1 - 16
270 * when fmtmode is ISIF_SPLIT, 1 - 8 when fmtmode is
275 * number of program entries for SET2, range 1 - 16
276 * when fmtmode is ISIF_SPLIT, 1 - 8 when fmtmode is
281 * number of program entries for SET3, range 1 - 16
282 * when fmtmode is ISIF_SPLIT, 1 - 8 when fmtmode is
301 /* Address increment Range 1 - 16 */
343 /* Color Space Conversion confguration, 0 - csc, 1 - df */
360 /* Gain adjustment per color */
361 struct isif_gain gain; member
362 /* Offset adjustment */
363 __u16 offset; member
364 /* Enable or Disable Gain adjustment for SDRAM data */
366 /* Enable or Disable Gain adjustment for IPIPE data */
368 /* Enable or Disable Gain adjustment for H3A data */
370 /* Enable or Disable Gain adjustment for SDRAM data */
372 /* Enable or Disable Gain adjustment for IPIPE data */
374 /* Enable or Disable Gain adjustment for H3A data */
413 /* Gain, offset adjustments */
417 /* A-Law and DPCM compression options */
419 /* horizontal offset for Gain/LSC/DFC */
421 /* vertical offset for Gain/LSC/DFC */
493 /* Gain values */
494 struct isif_gain gain; member