Home
last modified time | relevance | path

Searched full:interpolation (Results 1 – 25 of 144) sorted by relevance

123456

/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/
Dgdc_public.h19 /*! 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
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr_1.0/
Dia_css_tnr_types.h39 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
/kernel/linux/linux-5.10/drivers/media/dvb-core/
Ddvb_math.c68 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()
/kernel/linux/linux-4.19/drivers/media/dvb-core/
Ddvb_math.c68 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()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
Dsh_css_dvs_info.h27 /* Bilinear interpolation (HRT_GDC_BLI_MODE) is the supported method currently.
28 * Bicubic interpolation (HRT_GDC_BCI_MODE) is not supported yet */
Dsh_css_param_dvs.h67 * Bilinear interpolation (HRT_GDC_BLI_MODE) is the supported method currently.
68 * Bicubic interpolation (HRT_GDC_BCI_MODE) is not supported yet */
Dsh_css_param_shading.c31 /* Bilinear interpolation on shading tables:
68 * Cases 2 and 4 require interpolation that takes into
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/
Dia_css_dvs.host.h27 /* For bilinear interpolation, we need to add +1 to input block height calculation.
28 * For bicubic interpolation, we will need to add +3 instaed */
/kernel/linux/linux-4.19/drivers/staging/media/davinci_vpfe/
Ddavinci_vpfe_user.h77 * Defect level subtraction. Horizontal interpolation ((i-2)+(i+2))/2
81 /* Horizontal interpolation (((i-2)+(i+2))/2) */
574 /* CFA Interpolation */
610 /* Horizontal interpolation */
612 /* Vertical interpolation */
618 /* 2D interpolation */
829 /* Structure for CFA Interpolation */
1157 * @cfa: Pointer to structure containing the CFA interpolation.
1194 /* Interpolation types used for horizontal rescale */
1226 /* vertical rescale interpolation type, YCbCr or Luminance */
[all …]
/kernel/liteos_m/arch/risc-v/nuclei/gcc/nmsis/DSP/Include/
Driscv_math.h45 * - Interpolation functions
208 * @defgroup groupInterpolation Interpolation Functions
209 * These functions perform 1- and 2-dimensional interpolation of data.
210 * Linear interpolation is used for 1-dimensional data and
211 * bilinear interpolation is used for 2-dimensional data.
2112 * @brief Instance structure for the floating-point bilinear interpolation function.
2122 * @brief Instance structure for the Q31 bilinear interpolation function.
2132 * @brief Instance structure for the Q15 bilinear interpolation function.
2142 * @brief Instance structure for the Q15 bilinear interpolation function.
3767 …* the filter length <code>numTaps</code> is not a multiple of the interpolation factor <code>L</co…
[all …]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_common/
Dvamem_global.h23 /* (log) stepsize of linear interpolation */
/kernel/linux/linux-4.19/arch/ia64/sn/kernel/sn2/
Dtimer.c7 * David Mosberger <davidm@hpl.hp.com>: updated for new timer-interpolation infrastructure
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Drcar-fdp1.rst24 interpolation otherwise.
/kernel/linux/linux-4.19/Documentation/media/v4l-drivers/
Drcar-fdp1.rst22 interpolation otherwise.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dnvidia,tegra186-dspk.yaml12 the desired sampling rate by interpolation and then converts the
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/leds/backlight/
Dpwm-backlight.txt49 Example using num-interpolation-steps:
/kernel/linux/linux-5.10/drivers/iio/light/
Dcm3605.c88 * using simple linear interpolation. in cm3605_get_lux()
98 /* Linear interpolation between 0 and ALS typ max */ in cm3605_get_lux()
/kernel/linux/linux-4.19/drivers/iio/light/
Dcm3605.c87 * using simple linear interpolation. in cm3605_get_lux()
97 /* Linear interpolation between 0 and ALS typ max */ in cm3605_get_lux()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/backlight/
Dpwm-backlight.yaml91 // Example using num-interpolation-steps:
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
Dispresizer.h47 RSZ_BILINEAR = 1, /* Chrominance uses bilinear interpolation */
/kernel/linux/linux-4.19/drivers/media/platform/omap3isp/
Dispresizer.h50 RSZ_BILINEAR = 1, /* Chrominance uses bilinear interpolation */
/kernel/linux/linux-5.10/sound/core/seq/
Dseq_timer.h40 struct timespec64 last_update; /* time of last clock update, used for interpolation */
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dcyber2000fb.h283 #define EXT_VID_DISP_CTL1_VINTERPOL_OFF 0x20 /* disable vertical interpolation */
305 #define VFAC_CTL1_MODVINTERPOLCLK 0x80 /* modify vertical interpolation clocl */
/kernel/linux/linux-4.19/sound/core/seq/
Dseq_timer.h55 struct timespec64 last_update; /* time of last clock update, used for interpolation */
/kernel/linux/linux-5.10/include/linux/
Dfixp-arith.h99 * interpolation to a wider range of values given by

123456