/Linux-v6.1/net/ipv4/ |
D | tcp_yeah.c | 142 u32 reduction = min(queue / TCP_YEAH_GAMMA , in tcp_yeah_cong_avoid() local 145 tcp_snd_cwnd_set(tp, tcp_snd_cwnd(tp) - reduction); in tcp_yeah_cong_avoid() 191 u32 reduction; in tcp_yeah_ssthresh() local 194 reduction = yeah->lastQ; in tcp_yeah_ssthresh() 196 reduction = min(reduction, max(tcp_snd_cwnd(tp)>>1, 2U)); in tcp_yeah_ssthresh() 198 reduction = max(reduction, tcp_snd_cwnd(tp) >> TCP_YEAH_DELTA); in tcp_yeah_ssthresh() 200 reduction = max(tcp_snd_cwnd(tp)>>1, 2U); in tcp_yeah_ssthresh() 205 return max_t(int, tcp_snd_cwnd(tp) - reduction, 2); in tcp_yeah_ssthresh()
|
/Linux-v6.1/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_1.0/ |
D | ia_css_ynr_types.h | 20 * CSS-API header file for Noise Reduction (BNR) and YCC Noise Reduction (YNR,CNR). 23 /* Configuration used by Bayer Noise Reduction (BNR) and 24 * YCC Noise Reduction (YNR,CNR). 32 ia_css_u0_16 bnr_gain; /** Strength of noise reduction (BNR). 35 ia_css_u0_16 ynr_gain; /** Strength of noise reduction (YNR).
|
/Linux-v6.1/arch/s390/crypto/ |
D | crc32be-vx.S | 31 * The CRC-32 constant block contains reduction constants to fold and 44 * Barret reduction constant, u, is defined as floor(x**64 / P(x)). 118 * the reduction constants in V0. The intermediate result is 164 * XORed with the intermediate reduction result. 173 * the Barret reduction. 178 * The input values to the Barret reduction are the degree-63 polynomial 179 * in V1 (R(x)), degree-32 generator polynomial, and the reduction 180 * constant u. The Barret reduction result is the CRC value of R(x) mod 183 * The Barret reduction algorithm is defined as:
|
D | crc32le-vx.S | 32 * The CRC-32 constant block contains reduction constants to fold and 45 * The bitreflected Barret reduction constant, u', is defined as 153 * the R1 and R2 reduction constants in V0. The intermediate result 238 * Apply a Barret reduction to compute the final 32-bit CRC value. 240 * The input values to the Barret reduction are the degree-63 polynomial 241 * in V1 (R(x)), degree-32 generator polynomial, and the reduction 242 * constant u. The Barret reduction result is the CRC value of R(x) mod 245 * The Barret reduction algorithm is defined as:
|
/Linux-v6.1/lib/mpi/ |
D | mpi-mod.c | 1 /* mpi-mod.c - Modular reduction 12 /* Context used with Barrett reduction. */ 84 * Using Barrett reduction. Before using this function 87 * and also conveys M. If the Barret reduction could no be done a 88 * straightforward reduction method is used.
|
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | power.h | 253 * struct iwl_reduce_tx_power_cmd - TX power reduction command 281 * struct iwl_dev_tx_power_common - Common part of the TX power reduction cmd 299 * struct iwl_dev_tx_power_cmd_v3 - TX power reduction command version 3 309 * struct iwl_dev_tx_power_cmd_v4 - TX power reduction command version 4 312 * reduction. 322 * struct iwl_dev_tx_power_cmd_v5 - TX power reduction command version 5 325 * reduction. 343 * struct iwl_dev_tx_power_cmd_v6 - TX power reduction command version 6 346 * reduction. 364 * struct iwl_dev_tx_power_cmd_v7 - TX power reduction command version 7 [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | st,sta32x.txt | 67 If present, power bridge correction for THD reduction near maximum 70 - st,am-reduction-mode: 71 If present, FFX mode runs in AM reduction mode, otherwise normal 97 // correction for THD reduction
|
D | st,sta350.txt | 71 If present, power bridge correction for THD reduction near maximum 74 - st,am-reduction-mode: 75 If present, FFX mode runs in AM reduction mode, otherwise normal 127 // correction for THD reduction
|
/Linux-v6.1/drivers/staging/media/atomisp/pci/ |
D | atomisp_compat_ioctl32.h | 163 compat_uptr_t tnr_config; /* Temporal Noise Reduction */ 165 compat_uptr_t ynr_config; /* Y(Luma) Noise Reduction */ 168 compat_uptr_t cnr_config; /* Chroma Noise Reduction */ 177 compat_uptr_t nr_config; /* Noise Reduction config */ 181 compat_uptr_t anr_config; /* Advanced Noise Reduction */ 183 compat_uptr_t xnr_config; /* eXtra Noise Reduction */
|
D | ia_css_types.h | 510 struct ia_css_tnr_config *tnr_config; /** Temporal Noise Reduction 514 struct ia_css_ynr_config *ynr_config; /** Y(Luma) Noise Reduction 521 struct ia_css_cnr_config *cnr_config; /** Chroma Noise Reduction 539 struct ia_css_nr_config *nr_config; /** Noise Reduction 547 struct ia_css_anr_config *anr_config; /** Advanced Noise Reduction */ 549 struct ia_css_xnr_config *xnr_config; /** eXtra Noise Reduction */ 563 struct ia_css_xnr_table *xnr_table; /** eXtra Noise Reduction 580 struct ia_css_xnr3_config *xnr3_config; /** eXtreme Noise Reduction v3 */
|
/Linux-v6.1/drivers/staging/media/ipu3/include/uapi/ |
D | intel-ipu3.h | 619 /* Bayer Noise Reduction related structs */ 1883 /* Chroma Noise Reduction */ 1886 * struct ipu3_uapi_yuvp1_chnr_enable_config - Chroma noise reduction enable 1888 * @enable: enable/disable chroma noise reduction 1918 * struct ipu3_uapi_yuvp1_chnr_sense_gain_config - Chroma noise reduction gains 1965 * struct ipu3_uapi_yuvp1_chnr_config - Chroma noise reduction config 1967 * @enable: chroma noise reduction enable, see 1969 * @coring: coring config for chroma noise reduction, see 1971 * @sense_gain: sensitivity config for chroma noise reduction, see 1973 * @iir_fir: iir and fir config for chroma noise reduction, see [all …]
|
/Linux-v6.1/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr3/ |
D | ia_css_tnr3_types.h | 20 * CSS-API header file for Temporal Noise Reduction v3 (TNR3) kernel 30 /* Temporal Noise Reduction v3 (TNR3) configuration. 44 * 4. Selection of the reference frame buffer to be used for noise reduction.
|
/Linux-v6.1/include/media/i2c/ |
D | upd64031a.h | 3 * upd64031a - NEC Electronics Ghost Reduction input defines 11 /* Ghost reduction modes */
|
D | upd64083.h | 22 upd64031a ghost reduction device. If this device is not present, or 41 combination with the upd64031a ghost reduction device.
|
/Linux-v6.1/Documentation/admin-guide/media/ |
D | ipu3.rst | 246 high quality images. Besides, "STILL" mode need XNR3 to do noise reduction, 463 g [label="Bayer Noise Reduction"] 470 n [label="Chromatic Noise Reduction"] 504 BNR Bayer noise reduction block removes image noise by 507 ANR Advanced Noise Reduction is a block based algorithm 508 that performs noise reduction in the Bayer domain. The 533 CHNR Chroma noise reduction 535 performs noise reduction by cleaning the high 540 XNR3 eXtreme Noise Reduction V3 is the third revision of 541 noise reduction algorithm used to improve image [all …]
|
/Linux-v6.1/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_2/ |
D | ia_css_anr2_types.h | 20 * CSS-API header file for Advanced Noise Reduction kernel v2 27 /* Advanced Noise Reduction (ANR) thresholds */
|
/Linux-v6.1/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_1.0/ |
D | ia_css_anr_types.h | 20 * CSS-API header file for Advanced Noise Reduction kernel v1 27 /* Advanced Noise Reduction configuration.
|
/Linux-v6.1/drivers/staging/media/atomisp/pci/isp/kernels/de/de_2/ |
D | ia_css_de2_types.h | 30 u16 zip_strength; /** Strength of zipper reduction. 33 u16 fc_strength; /** Strength of false color reduction.
|
/Linux-v6.1/include/crypto/ |
D | ecc_curve.h | 27 * @p: Prime number, if Barrett's reduction is used for this curve 29 * Use of Barrett's reduction is heuristically determined in
|
/Linux-v6.1/drivers/staging/media/atomisp/include/linux/ |
D | atomisp.h | 73 /* Configuration used by Bayer noise reduction and YCC noise reduction */ 75 /* [gain] Strength of noise reduction for Bayer NR (Used by Bayer NR) */ 77 /* [gain] Strength of noise reduction for YCC NR (Used by YCC NR) */ 87 /* Temporal noise reduction configuration */ 473 struct atomisp_tnr_config *tnr_config; /* Temporal Noise Reduction */ 475 struct atomisp_ynr_config *ynr_config; /* Y(Luma) Noise Reduction */ 478 struct atomisp_cnr_config *cnr_config; /* Chroma Noise Reduction */ 487 struct atomisp_nr_config *nr_config; /* Noise Reduction config */ 491 struct atomisp_anr_config *anr_config; /* Advanced Noise Reduction */ 493 struct atomisp_xnr_config *xnr_config; /* eXtra Noise Reduction */
|
/Linux-v6.1/arch/x86/crypto/ |
D | polyval-clmulni_asm.S | 15 * In the second step, we compute the reduction of p(x) modulo the finite field 20 * two-step process only requires 1 finite field reduction for every 8 81 * This step is done when computing the polynomial reduction for efficiency 128 * Computes the 128-bit reduction of PH : PL. Stores the result in dest. 178 * If reduce is set, also computes the montgomery reduction of the
|
/Linux-v6.1/Documentation/devicetree/bindings/phy/ |
D | phy-stm32-usbphyc.yaml | 118 st,enable-hs-rftime-reduction: 119 description: Enables the HS rise/fall reduction feature 256 st,enable-hs-rftime-reduction; 274 st,enable-hs-rftime-reduction;
|
/Linux-v6.1/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr_1.0/ |
D | ia_css_tnr_types.h | 20 * CSS-API header file for Temporal Noise Reduction (TNR) parameters. 23 /* Temporal Noise Reduction (TNR) configuration.
|
/Linux-v6.1/drivers/staging/media/atomisp/pci/isp/kernels/bnr/bnr_1.0/ |
D | ia_css_bnr.host.c | 30 /* BNR (Bayer Noise Reduction) */ in ia_css_bnr_encode() 49 ia_css_debug_dtrace(level, "Bayer Noise Reduction:\n"); in ia_css_bnr_dump()
|
/Linux-v6.1/drivers/staging/media/atomisp/pci/isp/kernels/cnr/cnr_2/ |
D | ia_css_cnr2_types.h | 20 * CSS-API header file for Chroma Noise Reduction (CNR) parameters 23 /* Chroma Noise Reduction configuration.
|