Home
last modified time | relevance | path

Searched full:coefficients (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/linux-6.12.1/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/
Dia_css_sdis2_types.h34 s16 *odd_real; /** real part of the odd coefficients*/
35 s16 *odd_imag; /** imaginary part of the odd coefficients*/
36 s16 *even_real;/** real part of the even coefficients*/
37 s16 *even_imag;/** imaginary part of the even coefficients*/
40 /* DVS 2.0 Coefficients. This structure describes the coefficients that are needed for the dvs stat…
42 * coefficients.
48 hor_coefs; /** struct with pointers that contain the horizontal coefficients */
50 ver_coefs; /** struct with pointers that contain the vertical coefficients */
63 …istics. This structure describes the statistics that are generated using the provided coefficients.
/linux-6.12.1/drivers/hwmon/pmbus/
Dadm1275.c109 struct coefficients { struct
115 static const struct coefficients adm1075_coefficients[] = { argument
123 static const struct coefficients adm1272_coefficients[] = {
136 static const struct coefficients adm1275_coefficients[] = {
142 static const struct coefficients adm1276_coefficients[] = {
150 static const struct coefficients adm1278_coefficients[] = {
157 static const struct coefficients adm1293_coefficients[] = {
518 const struct coefficients *coefficients; in adm1275_probe() local
610 coefficients = adm1075_coefficients; in adm1275_probe()
638 coefficients = adm1272_coefficients; in adm1275_probe()
[all …]
/linux-6.12.1/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/
Dia_css_sdis_types.h30 /* DVS 1.0 Coefficients.
31 * This structure describes the coefficients that are needed for the dvs statistics.
38 containing the horizontal coefficients */
40 containing the vertical coefficients */
44 * This structure describes the statistics that are generated using the provided coefficients.
/linux-6.12.1/drivers/media/platform/ti/omap3isp/
Dispresizer.h21 * Constants for filter coefficients count
26 * struct isprsz_coef - Structure for resizer filter coefficients.
27 * @h_filter_coef_4tap: Horizontal filter coefficients for 8-phase/4-tap
29 * @v_filter_coef_4tap: Vertical filter coefficients for 8-phase/4-tap
31 * @h_filter_coef_7tap: Horizontal filter coefficients for 4-phase/7-tap
33 * @v_filter_coef_7tap: Vertical filter coefficients for 4-phase/7-tap
Disppreview.h62 * @cfa: CFA coefficients.
63 * @csup: Chroma suppression coefficients.
64 * @luma: Luma enhancement coefficients.
65 * @nf: Noise filter coefficients.
66 * @dcor: Noise filter coefficients.
67 * @gamma: Gamma coefficients.
/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_util.h59 * @ adjust_a: A-coefficients for mapping curve
60 * @ adjust_b: B-coefficients for mapping curve
61 * @ adjust_c: C-coefficients for mapping curve
97 * @ blend_cfg: blend coefficients configuration
211 * @adjust_a: Mapping curves A coefficients
212 * @adjust_b: Mapping curves B coefficients
213 * @adjust_c: Mapping curves C coefficients
251 * @blend_cfg: Selection of blend coefficients
Ddpu_hw_cdm.c55 * Horizontal coefficients for cosite chroma downscale
56 * s13 representation of coefficients
61 * Horizontal coefficients for offsite chroma downscale
66 * Vertical coefficients for cosite chroma downscale
70 * Vertical coefficients for offsite chroma downscale
Ddpu_hw_dspp.h26 * @r: red coefficients.
27 * @g: green coefficients.
28 * @b: blue coefficients.
/linux-6.12.1/drivers/staging/media/atomisp/pci/
Dia_css_dvs.h209 /* @brief Allocate the DVS coefficients memory
211 * @return Pointer to the allocated DVS coefficients buffer
216 /* @brief Free the DVS coefficients memory
217 * @param[in] me Pointer to the DVS coefficients buffer.
237 /* @brief Allocate the DVS 2.0 coefficients memory
239 * @return Pointer to the allocated DVS 2.0 coefficients buffer
244 /* @brief Free the DVS 2.0 coefficients memory
245 * @param[in] me Pointer to the DVS 2.0 coefficients buffer.
Datomisp_compat_ioctl32.h39 compat_uptr_t odd_real; /** real part of the odd coefficients*/
40 compat_uptr_t odd_imag; /** imaginary part of the odd coefficients*/
41 compat_uptr_t even_real;/** real part of the even coefficients*/
42 compat_uptr_t even_imag;/** imaginary part of the even coefficients*/
167 compat_uptr_t dvs_coefs; /* DVS 1.0 coefficients */
168 compat_uptr_t dvs2_coefs; /* DVS 2.0 coefficients */
/linux-6.12.1/drivers/media/platform/ti/vpe/
Dsc.c58 * set the horizontal scaler coefficients according to the ratio of output to
94 * for each phase, the scaler expects space for 8 coefficients in sc_set_hs_coeffs()
96 * 7 coefficients and skip the last slot to move to the next in sc_set_hs_coeffs()
97 * row to hold coefficients for the next phase in sc_set_hs_coeffs()
107 * set the vertical scaler coefficients according to the ratio of output to
136 * for the vertical scaler, we copy the first 5 coefficients and in sc_set_vs_coeffs()
138 * coefficients for the next phase in sc_set_vs_coeffs()
/linux-6.12.1/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/
Dia_css_s3a_param.h23 /* coefficients to calculate Y */
44 /* coefficients to calculate Y */
50 /* af fir coefficients */
Dia_css_s3a_types.h110 * ae_y_*: Coefficients to calculate luminance from bayer.
116 * af_fir*: Coefficients of high pass filter to calculate AF statistics.
147 ia_css_s0_15 af_fir1_coef[7]; /** AF FIR coefficients of fir1.
151 ia_css_s0_15 af_fir2_coef[7]; /** AF FIR coefficients of fir2.
/linux-6.12.1/drivers/isdn/mISDN/
Ddsp_dtmf.c98 * calculate the coefficients of the given sample and decode *
114 * fmt - 0 = alaw, 1 = ulaw, 2 = coefficients from HFC DTMF hw-decoder
148 case 2: /* HFC coefficients */ in dsp_dtmf_goertzel_decode()
152 printk(KERN_ERR "%s: coefficients have invalid " in dsp_dtmf_goertzel_decode()
173 goto coefficients; in dsp_dtmf_goertzel_decode()
206 /* our (squared) coefficients have been calculated, we need to process in dsp_dtmf_goertzel_decode()
209 coefficients: in dsp_dtmf_goertzel_decode()
/linux-6.12.1/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_1.0/
Dia_css_xnr_types.h28 * This table contains coefficients used for division in XNR.
54 /** Coefficients table on vamem type1. u0.12, [0,4095] */
56 /** Coefficients table on vamem type2. u0.12, [0,4095] */
/linux-6.12.1/Documentation/hwmon/
Dsht15.rst48 The humidity calibration coefficients are programmed into an OTP memory on the
49 chip. These coefficients are used to internally calibrate the signals from the
50 sensors. Disabling the reload of those coefficients allows saving 10ms for each
/linux-6.12.1/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/
Dia_css_sdis_common.host.h33 /* SDIS Coefficients: */
34 /* The ISP uses vectors to store the coefficients, so we round
35 the number of coefficients up to vectors. */
/linux-6.12.1/include/media/
Dv4l2-jpeg.h21 * V4L2_JPEG_LUM_HT | V4L2_JPEG_DC_HT : Prefix for Luma DC coefficients
23 * V4L2_JPEG_LUM_HT | V4L2_JPEG_AC_HT : Prefix for Luma AC coefficients
25 * V4L2_JPEG_CHR_HT | V4L2_JPEG_DC_HT : Prefix for Chroma DC coefficients
27 * V4L2_JPEG_CHR_HT | V4L2_JPEG_AC_HT : Prefix for Chroma AC coefficients
/linux-6.12.1/drivers/staging/media/atomisp/include/linux/
Datomisp.h164 int af_fir1_coef[7]; /* [factor] AF FIR coefficients of fir1 */
165 int af_fir2_coef[7]; /* [factor] AF FIR coefficients of fir2 */
203 * arrays that contain the coefficients for each type.
206 short __user *odd_real; /** real part of the odd coefficients*/
207 short __user *odd_imag; /** imaginary part of the odd coefficients*/
208 short __user *even_real;/** real part of the even coefficients*/
209 short __user *even_imag;/** imaginary part of the even coefficients*/
453 struct atomisp_dvs_coefficients *dvs_coefs; /* DVS 1.0 coefficients */
454 struct atomisp_dis_coefficients *dvs2_coefs; /* DVS 2.0 coefficients */
700 * 2. set dis coefficients: set DIS filter coefficients (one time)
/linux-6.12.1/Documentation/devicetree/bindings/thermal/
Dthermal-zones.yaml104 coefficients:
107 An array of integers containing the coefficients of a linear equation
112 where c0, c1, .., cn are the coefficients.
114 Coefficients default to 1 in case this property is not specified. The
115 coefficients are ordered and are matched with sensors by means of the
116 sensor ID. Additional coefficients are interpreted as constant offset.
/linux-6.12.1/drivers/staging/media/ipu3/include/uapi/
Dintel-ipu3.h236 * struct ipu3_uapi_ae_ccm - AE coefficients for WB and CCM
290 * @y1_coeff_0.a1: filter1 coefficients A1, u8, default 0.
291 * @y1_coeff_0.a2: filter1 coefficients A2, u8, default 0.
292 * @y1_coeff_0.a3: filter1 coefficients A3, u8, default 0.
293 * @y1_coeff_0.a4: filter1 coefficients A4, u8, default 0.
295 * @y1_coeff_1.a5: filter1 coefficients A5, u8, default 0.
296 * @y1_coeff_1.a6: filter1 coefficients A6, u8, default 0.
297 * @y1_coeff_1.a7: filter1 coefficients A7, u8, default 0.
298 * @y1_coeff_1.a8: filter1 coefficients A8, u8, default 0.
300 * @y1_coeff_2.a9: filter1 coefficients A9, u8, default 0.
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/dma/
Dbrcm,iproc-sba.txt7 The "brcm,iproc-sba" has support for only 6 PQ coefficients
8 The "brcm,iproc-sba-v2" has support for only 30 PQ coefficients
/linux-6.12.1/drivers/media/platform/st/sti/bdisp/
Dbdisp-filter.h15 * @coef: filter coefficients
27 * @coef: filter coefficients
/linux-6.12.1/drivers/misc/echo/
Dfir.h39 * instance of an FIR filter using 16 bit integer coefficients.
50 * instance of an FIR filter using 32 bit integer coefficients, and filtering
62 * instance of an FIR filter using floating point coefficients and data.
/linux-6.12.1/drivers/iio/common/ms_sensors/
Dms_sensors_i2c.c493 * This function is only used when reading PROM coefficients
495 * @prom: pointer to PROM coefficients array
524 * This function is only used when reading PROM coefficients
526 * @prom: pointer to PROM coefficients array
548 * This function is only used when reading PROM coefficients
550 * @prom: pointer to PROM coefficients array
572 * This function will read prom coefficients and check CRC.
599 "Calibration coefficients crc check error\n"); in ms_sensors_tp_read_prom()

12345678910>>...13