/openbmc/linux/net/ipv4/ |
H A 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()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_1.0/ |
H A 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).
|
/openbmc/linux/arch/s390/crypto/ |
H A 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)). 119 * the reduction constants in V0. The intermediate result is 165 * XORed with the intermediate reduction result. 174 * the Barret reduction. 179 * The input values to the Barret reduction are the degree-63 polynomial 180 * in V1 (R(x)), degree-32 generator polynomial, and the reduction 181 * constant u. The Barret reduction result is the CRC value of R(x) mod 184 * The Barret reduction algorithm is defined as:
|
H A 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 155 * the R1 and R2 reduction constants in V0. The intermediate result 240 * Apply a Barret reduction to compute the final 32-bit CRC value. 242 * The input values to the Barret reduction are the degree-63 polynomial 243 * in V1 (R(x)), degree-32 generator polynomial, and the reduction 244 * constant u. The Barret reduction result is the CRC value of R(x) mod 247 * The Barret reduction algorithm is defined as:
|
/openbmc/linux/lib/crypto/mpi/ |
H A 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.
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_compat_ioctl32.h | 131 compat_uptr_t tnr_config; /* Temporal Noise Reduction */ 133 compat_uptr_t ynr_config; /* Y(Luma) Noise Reduction */ 136 compat_uptr_t cnr_config; /* Chroma Noise Reduction */ 145 compat_uptr_t nr_config; /* Noise Reduction config */ 149 compat_uptr_t anr_config; /* Advanced Noise Reduction */ 151 compat_uptr_t xnr_config; /* eXtra Noise Reduction */
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A 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
|
H A 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
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A 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 …]
|
/openbmc/linux/drivers/staging/media/ipu3/include/uapi/ |
H A 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 …]
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr3/ |
H A 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.
|
/openbmc/linux/include/media/i2c/ |
H A D | upd64031a.h | 3 * upd64031a - NEC Electronics Ghost Reduction input defines 11 /* Ghost reduction modes */
|
H A D | upd64083.h | 22 upd64031a ghost reduction device. If this device is not present, or 41 combination with the upd64031a ghost reduction device.
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | sm4-ce-gcm-core.S | 100 #define REDUCTION(a, r0, r1, rconst, T0, T1) \ macro 229 REDUCTION(RHASH, RR0, RR1, RRCONST, RTMP2, RTMP3); \ 283 REDUCTION(RH2, RR0, RR1, RRCONST, RTMP2, RTMP3) 287 REDUCTION(RH3, RR0, RR1, RRCONST, RTMP2, RTMP3) 291 REDUCTION(RH4, RR0, RR1, RRCONST, RTMP2, RTMP3) 349 REDUCTION(RHASH, RR0, RR1, RRCONST, RTMP0, RTMP1) 362 REDUCTION(RHASH, RR0, RR1, RRCONST, RTMP2, RTMP3) 452 REDUCTION(RHASH, RR0, RR1, RRCONST, RTMP0, RTMP1) 477 REDUCTION(RHASH, RR0, RR1, RRCONST, RTMP2, RTMP3) 515 REDUCTION(RHASH, RR0, RR1, RRCONST, RTMP2, RTMP3) [all …]
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_2/ |
H A D | ia_css_anr2_types.h | 20 * CSS-API header file for Advanced Noise Reduction kernel v2 27 /* Advanced Noise Reduction (ANR) thresholds */
|
/openbmc/linux/include/linux/usb/ |
H A D | midi-v2.h | 41 #define USB_MS_MIDI_PROTO_1_0_64_JRTS 0x02 /* MIDI 1.0, UMP up to 64bits, Jitter Reduction Timestam… 43 #define USB_MS_MIDI_PROTO_1_0_128_JRTS 0x04 /* MIDI 1.0, UMP up to 128bits, Jitter Reduction Timest… 45 #define USB_MS_MIDI_PROTO_2_0_JRTS 0x12 /* MIDI 2.0, Jitter Reduction Timestamps */
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_1.0/ |
H A D | ia_css_anr_types.h | 20 * CSS-API header file for Advanced Noise Reduction kernel v1 27 /* Advanced Noise Reduction configuration.
|
/openbmc/linux/drivers/staging/media/atomisp/include/linux/ |
H A D | atomisp.h | 72 /* Configuration used by Bayer noise reduction and YCC noise reduction */ 74 /* [gain] Strength of noise reduction for Bayer NR (Used by Bayer NR) */ 76 /* [gain] Strength of noise reduction for YCC NR (Used by YCC NR) */ 86 /* Temporal noise reduction configuration */ 418 struct atomisp_tnr_config *tnr_config; /* Temporal Noise Reduction */ 420 struct atomisp_ynr_config *ynr_config; /* Y(Luma) Noise Reduction */ 423 struct atomisp_cnr_config *cnr_config; /* Chroma Noise Reduction */ 432 struct atomisp_nr_config *nr_config; /* Noise Reduction config */ 436 struct atomisp_anr_config *anr_config; /* Advanced Noise Reduction */ 438 struct atomisp_xnr_config *xnr_config; /* eXtra Noise Reduction */
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A 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 …]
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/de/de_2/ |
H A D | ia_css_de2_types.h | 30 u16 zip_strength; /** Strength of zipper reduction. 33 u16 fc_strength; /** Strength of false color reduction.
|
/openbmc/linux/include/crypto/ |
H A 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
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/bnr/bnr_1.0/ |
H A 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()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr_1.0/ |
H A D | ia_css_tnr_types.h | 20 * CSS-API header file for Temporal Noise Reduction (TNR) parameters. 23 /* Temporal Noise Reduction (TNR) configuration.
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A 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;
|
/openbmc/linux/arch/x86/crypto/ |
H A 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
|