Home
last modified time | relevance | path

Searched refs:int16_t (Results 1 - 25 of 263) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/drivers/misc/echo/
H A Dfir.h44 const int16_t *coeffs;
45 int16_t *history;
57 int16_t *history;
71 static inline const int16_t *fir16_create(struct fir16_state_t *fir, in fir16_create()
72 const int16_t *coeffs, int taps) in fir16_create()
77 fir->history = kcalloc(taps, sizeof(int16_t), GFP_KERNEL); in fir16_create()
83 memset(fir->history, 0, fir->taps * sizeof(int16_t)); in fir16_flush()
91 static inline int16_t fir16(struct fir16_state_t *fir, int16_t sample) in fir16()
110 return (int16_t) ( in fir16()
[all...]
H A Decho.h118 int16_t tx;
119 int16_t rx;
120 int16_t clean;
121 int16_t clean_nlp;
131 int16_t adapt;
133 int16_t shift;
152 int16_t *fir_taps16[2];
172 int16_t *snapshot;
H A Doslec.h70 int16_t oslec_update(struct oslec_state *ec, int16_t tx, int16_t rx);
79 int16_t oslec_hpf_tx(struct oslec_state *ec, int16_t tx);
H A Decho.c127 ec->fir_taps16[1][i] += (int16_t) ((exp + (1 << 14)) >> 15); in lms_adapt_bg()
131 ec->fir_taps16[1][i] += (int16_t) ((exp + (1 << 14)) >> 15); in lms_adapt_bg()
147 const int16_t *history; in oslec_create()
158 kcalloc(ec->taps, sizeof(int16_t), GFP_KERNEL); in oslec_create()
163 kcalloc(ec->taps, sizeof(int16_t), GFP_KERNEL); in oslec_create()
180 ec->snapshot = kcalloc(ec->taps, sizeof(int16_t), GFP_KERNEL); in oslec_create()
247 memset(ec->fir_taps16[i], 0, ec->taps * sizeof(int16_t)); in oslec_flush()
256 memcpy(ec->snapshot, ec->fir_taps16[0], ec->taps * sizeof(int16_t)); in oslec_snapshot()
262 int16_t oslec_update(struct oslec_state *ec, int16_t t
[all...]
/kernel/linux/linux-6.6/drivers/misc/echo/
H A Dfir.h44 const int16_t *coeffs;
45 int16_t *history;
57 int16_t *history;
71 static inline const int16_t *fir16_create(struct fir16_state_t *fir, in fir16_create()
72 const int16_t *coeffs, int taps) in fir16_create()
77 fir->history = kcalloc(taps, sizeof(int16_t), GFP_KERNEL); in fir16_create()
83 memset(fir->history, 0, fir->taps * sizeof(int16_t)); in fir16_flush()
91 static inline int16_t fir16(struct fir16_state_t *fir, int16_t sample) in fir16()
110 return (int16_t) ( in fir16()
[all...]
H A Decho.h118 int16_t tx;
119 int16_t rx;
120 int16_t clean;
121 int16_t clean_nlp;
131 int16_t adapt;
133 int16_t shift;
152 int16_t *fir_taps16[2];
172 int16_t *snapshot;
H A Doslec.h70 int16_t oslec_update(struct oslec_state *ec, int16_t tx, int16_t rx);
79 int16_t oslec_hpf_tx(struct oslec_state *ec, int16_t tx);
H A Decho.c127 ec->fir_taps16[1][i] += (int16_t) ((exp + (1 << 14)) >> 15); in lms_adapt_bg()
131 ec->fir_taps16[1][i] += (int16_t) ((exp + (1 << 14)) >> 15); in lms_adapt_bg()
147 const int16_t *history; in oslec_create()
158 kcalloc(ec->taps, sizeof(int16_t), GFP_KERNEL); in oslec_create()
163 kcalloc(ec->taps, sizeof(int16_t), GFP_KERNEL); in oslec_create()
180 ec->snapshot = kcalloc(ec->taps, sizeof(int16_t), GFP_KERNEL); in oslec_create()
247 memset(ec->fir_taps16[i], 0, ec->taps * sizeof(int16_t)); in oslec_flush()
256 memcpy(ec->snapshot, ec->fir_taps16[0], ec->taps * sizeof(int16_t)); in oslec_snapshot()
262 int16_t oslec_update(struct oslec_state *ec, int16_t t
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/csc/csc_1.0/
H A Dia_css_csc.host.c41 to->m_shift = (int16_t)from->fraction_bits; in ia_css_encode_cc()
42 to->m00 = (int16_t)from->matrix[0]; in ia_css_encode_cc()
43 to->m01 = (int16_t)from->matrix[1]; in ia_css_encode_cc()
44 to->m02 = (int16_t)from->matrix[2]; in ia_css_encode_cc()
45 to->m10 = (int16_t)from->matrix[3]; in ia_css_encode_cc()
46 to->m11 = (int16_t)from->matrix[4]; in ia_css_encode_cc()
47 to->m12 = (int16_t)from->matrix[5]; in ia_css_encode_cc()
48 to->m20 = (int16_t)from->matrix[6]; in ia_css_encode_cc()
49 to->m21 = (int16_t)from->matrix[7]; in ia_css_encode_cc()
50 to->m22 = (int16_t)fro in ia_css_encode_cc()
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/csc/csc_1.0/
H A Dia_css_csc.host.c41 to->m_shift = (int16_t)from->fraction_bits; in ia_css_encode_cc()
42 to->m00 = (int16_t)from->matrix[0]; in ia_css_encode_cc()
43 to->m01 = (int16_t)from->matrix[1]; in ia_css_encode_cc()
44 to->m02 = (int16_t)from->matrix[2]; in ia_css_encode_cc()
45 to->m10 = (int16_t)from->matrix[3]; in ia_css_encode_cc()
46 to->m11 = (int16_t)from->matrix[4]; in ia_css_encode_cc()
47 to->m12 = (int16_t)from->matrix[5]; in ia_css_encode_cc()
48 to->m20 = (int16_t)from->matrix[6]; in ia_css_encode_cc()
49 to->m21 = (int16_t)from->matrix[7]; in ia_css_encode_cc()
50 to->m22 = (int16_t)fro in ia_css_encode_cc()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_util.h51 int16_t sharpen_level1;
52 int16_t sharpen_level2;
60 int16_t adjust_a[DPU_MAX_DE_CURVES];
61 int16_t adjust_b[DPU_MAX_DE_CURVES];
62 int16_t adjust_c[DPU_MAX_DE_CURVES];
200 int16_t sharpen_level1;
201 int16_t sharpen_level2;
209 int16_t adjust_a[DPU_MAX_DE_CURVES];
210 int16_t adjust_b[DPU_MAX_DE_CURVES];
211 int16_t adjust_
[all...]
/kernel/linux/linux-6.6/include/xen/interface/
H A Dgrant_table.h288 int16_t status; /* GNTST_* */
311 int16_t status; /* GNTST_* */
329 int16_t status; /* GNTST_* */
342 int16_t status; /* GNTST_* */
361 int16_t status;
401 int16_t status;
418 int16_t status; /* GNTST_* */
439 int16_t status; /* GNTST_* */
472 int16_t status; /* GNTST_* */
498 int16_t statu
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/
H A Dsislands_smc.h253 int16_t temp_min;
254 int16_t temp_med;
255 int16_t temp_max;
256 int16_t slope1;
257 int16_t slope2;
258 int16_t fdo_min;
259 int16_t hys_up;
260 int16_t hys_down;
261 int16_t hys_slope;
262 int16_t temp_resp_li
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dsislands_smc.h253 int16_t temp_min;
254 int16_t temp_med;
255 int16_t temp_max;
256 int16_t slope1;
257 int16_t slope2;
258 int16_t fdo_min;
259 int16_t hys_up;
260 int16_t hys_down;
261 int16_t hys_slope;
262 int16_t temp_resp_li
[all...]
H A Dsmu7_discrete.h437 int16_t TempMin;
438 int16_t TempMed;
439 int16_t TempMax;
440 int16_t Slope1;
441 int16_t Slope2;
442 int16_t FdoMin;
443 int16_t HystUp;
444 int16_t HystDown;
445 int16_t HystSlope;
446 int16_t TempRespLi
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsislands_smc.h248 int16_t temp_min;
249 int16_t temp_med;
250 int16_t temp_max;
251 int16_t slope1;
252 int16_t slope2;
253 int16_t fdo_min;
254 int16_t hys_up;
255 int16_t hys_down;
256 int16_t hys_slope;
257 int16_t temp_resp_li
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dsislands_smc.h252 int16_t temp_min;
253 int16_t temp_med;
254 int16_t temp_max;
255 int16_t slope1;
256 int16_t slope2;
257 int16_t fdo_min;
258 int16_t hys_up;
259 int16_t hys_down;
260 int16_t hys_slope;
261 int16_t temp_resp_li
[all...]
H A Dsmu7_discrete.h437 int16_t TempMin;
438 int16_t TempMed;
439 int16_t TempMax;
440 int16_t Slope1;
441 int16_t Slope2;
442 int16_t FdoMin;
443 int16_t HystUp;
444 int16_t HystDown;
445 int16_t HystSlope;
446 int16_t TempRespLi
[all...]
/kernel/linux/linux-5.10/include/xen/interface/
H A Dgrant_table.h269 int16_t status; /* GNTST_* */
293 int16_t status; /* GNTST_* */
312 int16_t status; /* GNTST_* */
326 int16_t status; /* GNTST_* */
345 int16_t status;
386 int16_t status;
404 int16_t status; /* GNTST_* */
426 int16_t status; /* GNTST_* */
462 int16_t status; /* GNTST_* */
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_util.h59 int16_t sharpen_level1;
60 int16_t sharpen_level2;
68 int16_t adjust_a[DPU_MAX_DE_CURVES];
69 int16_t adjust_b[DPU_MAX_DE_CURVES];
70 int16_t adjust_c[DPU_MAX_DE_CURVES];
211 int16_t sharpen_level1;
212 int16_t sharpen_level2;
220 int16_t adjust_a[DPU_MAX_DE_CURVES];
221 int16_t adjust_b[DPU_MAX_DE_CURVES];
222 int16_t adjust_
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/
H A Dsmu7_discrete.h438 int16_t TempMin;
439 int16_t TempMed;
440 int16_t TempMax;
441 int16_t Slope1;
442 int16_t Slope2;
443 int16_t FdoMin;
444 int16_t HystUp;
445 int16_t HystDown;
446 int16_t HystSlope;
447 int16_t TempRespLi
[all...]
H A Dsmu71_discrete.h380 int16_t TempMin;
381 int16_t TempMed;
382 int16_t TempMax;
383 int16_t Slope1;
384 int16_t Slope2;
385 int16_t FdoMin;
386 int16_t HystUp;
387 int16_t HystDown;
388 int16_t HystSlope;
389 int16_t TempRespLi
[all...]
H A Dsmu74_discrete.h230 int16_t m2;
377 int16_t TempMin;
378 int16_t TempMed;
379 int16_t TempMax;
380 int16_t Slope1;
381 int16_t Slope2;
382 int16_t FdoMin;
383 int16_t HystUp;
384 int16_t HystDown;
385 int16_t HystSlop
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dsmu71_discrete.h380 int16_t TempMin;
381 int16_t TempMed;
382 int16_t TempMax;
383 int16_t Slope1;
384 int16_t Slope2;
385 int16_t FdoMin;
386 int16_t HystUp;
387 int16_t HystDown;
388 int16_t HystSlope;
389 int16_t TempRespLi
[all...]
H A Dsmu7_discrete.h438 int16_t TempMin;
439 int16_t TempMed;
440 int16_t TempMax;
441 int16_t Slope1;
442 int16_t Slope2;
443 int16_t FdoMin;
444 int16_t HystUp;
445 int16_t HystDown;
446 int16_t HystSlope;
447 int16_t TempRespLi
[all...]

Completed in 23 milliseconds

1234567891011