Home
last modified time | relevance | path

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

12345678910>>...12

/Linux-v6.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-v6.1/drivers/hwmon/pmbus/
Dadm1275.c103 struct coefficients { struct
109 static const struct coefficients adm1075_coefficients[] = { argument
117 static const struct coefficients adm1272_coefficients[] = {
130 static const struct coefficients adm1275_coefficients[] = {
136 static const struct coefficients adm1276_coefficients[] = {
144 static const struct coefficients adm1278_coefficients[] = {
151 static const struct coefficients adm1293_coefficients[] = {
474 const struct coefficients *coefficients; in adm1275_probe() local
565 coefficients = adm1075_coefficients; in adm1275_probe()
593 coefficients = adm1272_coefficients; in adm1275_probe()
[all …]
/Linux-v6.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-v6.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-v6.1/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_util.h53 * @ adjust_a: A-coefficients for mapping curve
54 * @ adjust_b: B-coefficients for mapping curve
55 * @ adjust_c: C-coefficients for mapping curve
91 * @ blend_cfg: blend coefficients configuration
205 * @adjust_a: Mapping curves A coefficients
206 * @adjust_b: Mapping curves B coefficients
207 * @adjust_c: Mapping curves C coefficients
245 * @blend_cfg: Selection of blend coefficients
Ddpu_hw_dspp.h26 * @r: red coefficients.
27 * @g: green coefficients.
28 * @b: blue coefficients.
/Linux-v6.1/drivers/staging/media/atomisp/pci/
Dia_css_dvs.h205 /* @brief Allocate the DVS coefficients memory
207 * @return Pointer to the allocated DVS coefficients buffer
212 /* @brief Free the DVS coefficients memory
213 * @param[in] me Pointer to the DVS coefficients buffer.
233 /* @brief Allocate the DVS 2.0 coefficients memory
235 * @return Pointer to the allocated DVS 2.0 coefficients buffer
240 /* @brief Free the DVS 2.0 coefficients memory
241 * @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*/
199 compat_uptr_t dvs_coefs; /* DVS 1.0 coefficients */
200 compat_uptr_t dvs2_coefs; /* DVS 2.0 coefficients */
/Linux-v6.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-v6.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-v6.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-v6.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-v6.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-v6.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-v6.1/Documentation/devicetree/bindings/thermal/
Dthermal-zones.yaml85 coefficients:
88 An array of integers containing the coefficients of a linear equation
93 where c0, c1, .., cn are the coefficients.
95 Coefficients default to 1 in case this property is not specified. The
96 coefficients are ordered and are matched with sensors by means of the
97 sensor ID. Additional coefficients are interpreted as constant offset.
/Linux-v6.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-v6.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-v6.1/drivers/media/platform/st/sti/bdisp/
Dbdisp-filter.h15 * @coef: filter coefficients
27 * @coef: filter coefficients
/Linux-v6.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-v6.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()
/Linux-v6.1/include/linux/
Dpmbus.h71 * When this flag is set the PMBus core driver will use the COEFFICIENTS
72 * register to initialize the coefficients for the direct mode format.
/Linux-v6.1/drivers/staging/media/atomisp/include/linux/
Datomisp.h172 int af_fir1_coef[7]; /* [factor] AF FIR coefficients of fir1 */
173 int af_fir2_coef[7]; /* [factor] AF FIR coefficients of fir2 */
214 short __user *odd_real; /** real part of the odd coefficients*/
215 short __user *odd_imag; /** imaginary part of the odd coefficients*/
216 short __user *even_real;/** real part of the even coefficients*/
217 short __user *even_imag;/** imaginary part of the even coefficients*/
509 struct atomisp_dvs_coefficients *dvs_coefs; /* DVS 1.0 coefficients */
510 struct atomisp_dis_coefficients *dvs2_coefs; /* DVS 2.0 coefficients */
888 * 2. set dis coefficients: set DIS filter coefficients (one time)
/Linux-v6.1/include/media/
Dv4l2-vp9.h182 * v4l2_vp9_adapt_coef_probs() - Perform backward update of vp9 coefficients probabilities
189 * This function performs backward updates of coefficients probabilities for the vp9 boolean
199 * v4l2_vp9_adapt_noncoef_probs() - Perform backward update of vp9 non-coefficients probabilities
210 * This function performs backward updates of non-coefficients probabilities for the vp9 boolean

12345678910>>...12