Searched full:interpolation (Results 1 – 25 of 80) sorted by relevance
1234
/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/ |
D | gdc_public.h | 19 /*! Write the bicubic interpolation table of GDC[ID] 30 - The LUT format is a quadri-phase interpolation 41 /*! Convert the bicubic interpolation table of GDC[ID] to the ISP-specific format
|
/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr_1.0/ |
D | ia_css_tnr_types.h | 39 ia_css_u0_16 gain; /** Interpolation ratio of current frame 45 ia_css_u0_16 threshold_y; /** Threshold to enable interpolation of Y. 50 ia_css_u0_16 threshold_uv; /** Threshold to enable interpolation of
|
/linux-5.10/drivers/media/dvb-core/ |
D | dvb_math.c | 68 unsigned int interpolation; in intlog2() local 96 * last step we do is interpolation because of the in intlog2() 104 * so the interpolation is in intlog2() 110 interpolation = ((significand & 0x7fffff) * in intlog2() 115 return ((msb << 24) + (logtable[logentry] << 8) + interpolation); in intlog2()
|
/linux-5.10/drivers/staging/media/atomisp/pci/ |
D | sh_css_dvs_info.h | 27 /* Bilinear interpolation (HRT_GDC_BLI_MODE) is the supported method currently. 28 * Bicubic interpolation (HRT_GDC_BCI_MODE) is not supported yet */
|
D | sh_css_param_dvs.h | 67 * Bilinear interpolation (HRT_GDC_BLI_MODE) is the supported method currently. 68 * Bicubic interpolation (HRT_GDC_BCI_MODE) is not supported yet */
|
D | sh_css_param_shading.c | 31 /* Bilinear interpolation on shading tables: 68 * Cases 2 and 4 require interpolation that takes into
|
D | sh_css_defs.h | 93 RGB[0,4095] -(interpolation step16)-> RGB[0,255] -(LUT 12bit)-> RGB[0,4095] -> RGB[0,8191] 102 /* Bits of fractional part of interpolation in vamem, [0,4095]->[0,255] */
|
D | gdc_v2_defs.h | 24 …FRAC_BITS 4 /* Number of fractional bits for the bi-linear interpolation type …
|
/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ |
D | ia_css_dvs.host.h | 27 /* For bilinear interpolation, we need to add +1 to input block height calculation. 28 * For bicubic interpolation, we will need to add +3 instaed */
|
/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_common/ |
D | vamem_global.h | 23 /* (log) stepsize of linear interpolation */
|
/linux-5.10/Documentation/admin-guide/media/ |
D | rcar-fdp1.rst | 24 interpolation otherwise.
|
/linux-5.10/Documentation/devicetree/bindings/sound/ |
D | nvidia,tegra186-dspk.yaml | 12 the desired sampling rate by interpolation and then converts the
|
/linux-5.10/drivers/iio/light/ |
D | cm3605.c | 88 * using simple linear interpolation. in cm3605_get_lux() 98 /* Linear interpolation between 0 and ALS typ max */ in cm3605_get_lux()
|
/linux-5.10/Documentation/devicetree/bindings/leds/backlight/ |
D | pwm-backlight.yaml | 91 // Example using num-interpolation-steps:
|
/linux-5.10/drivers/media/platform/omap3isp/ |
D | ispresizer.h | 47 RSZ_BILINEAR = 1, /* Chrominance uses bilinear interpolation */
|
/linux-5.10/sound/core/seq/ |
D | seq_timer.h | 40 struct timespec64 last_update; /* time of last clock update, used for interpolation */
|
/linux-5.10/drivers/video/fbdev/ |
D | cyber2000fb.h | 283 #define EXT_VID_DISP_CTL1_VINTERPOL_OFF 0x20 /* disable vertical interpolation */ 305 #define VFAC_CTL1_MODVINTERPOLCLK 0x80 /* modify vertical interpolation clocl */
|
/linux-5.10/include/linux/ |
D | fixp-arith.h | 99 * interpolation to a wider range of values given by
|
/linux-5.10/include/linux/platform_data/ |
D | cros_ec_sensorhub.h | 138 * This occurs when timestamp interpolation from EC
|
/linux-5.10/Documentation/devicetree/bindings/iio/adc/ |
D | qcom,pm8xxx-xoadc.txt | 63 an interpolation calibration for all other ADCs.
|
/linux-5.10/sound/soc/tegra/ |
D | Kconfig | 105 interpolation and then converts the oversampled PCM input to
|
/linux-5.10/drivers/hwmon/ |
D | via686a.c | 199 * we'll just use linear interpolation for 10-bit readings.) So, temp_lut 268 * No interpolation here. 286 /* no interpolation for these */ in TEMP_FROM_REG10() 290 /* do some linear interpolation */ in TEMP_FROM_REG10()
|
/linux-5.10/sound/isa/gus/ |
D | gus_volume.c | 134 /* The following expression does a linear interpolation against the */
|
/linux-5.10/drivers/thermal/ |
D | db8500_thermal.c | 24 * db8500_thermal_points - the interpolation points that trigger
|
/linux-5.10/include/media/davinci/ |
D | isif.h | 62 * Defect level subtraction. Horizontal interpolation ((i-2)+(i+2))/2 66 /* Horizontal interpolation (((i-2)+(i+2))/2) */
|
1234