| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | sinc.c | 24 double att, beta, phase, Fc0, Fc1, tbw0, tbw1; member 40 p->beta = -1; in create() 47 GETOPT_NUMERIC(optstate, 'b', beta, 0 , 256) in create() 58 if ((p->att && p->beta >= 0) || (p->tbw1 && p->num_taps[1])) in create() 81 static double * lpf(double Fn, double Fc, double tbw, int * num_taps, double att, double * beta, so… in lpf() argument 89 lsx_kaiser_params(att, Fc, (tbw? tbw / Fn : .05) * .5, beta, num_taps); in lpf() 97 return lsx_make_lpf(*num_taps |= 1, Fc, *beta, 0., 1., sox_false); in lpf() 114 h[0] = lpf(Fn, p->Fc0, p->tbw0, &p->num_taps[0], p->att, &p->beta,p->round); in start() 115 h[1] = lpf(Fn, p->Fc1, p->tbw1, &p->num_taps[1], p->att, &p->beta,p->round); in start() 139 effp->global_info->plot, title, -p->beta * 10 - 25, 5.); in start()
|
| H A D | effects_i_dsp.c | 335 void lsx_apply_kaiser(double h[], const int num_points, double beta) in lsx_apply_kaiser() argument 340 h[i] *= lsx_bessel_I_0(beta * sqrt(1 - x * x)) / lsx_bessel_I_0(beta); in lsx_apply_kaiser() 356 double * lsx_make_lpf(int num_taps, double Fc, double beta, double rho, in lsx_make_lpf() argument 361 double mult = scale / lsx_bessel_I_0(beta), mult1 = 1 / (.5 * m + rho); in lsx_make_lpf() 363 …lsx_debug("make_lpf(n=%i Fc=%.7g β=%g ρ=%g dc-norm=%i scale=%g)", num_taps, Fc, beta, rho, dc_norm… in lsx_make_lpf() 371 sum += h[i] *= lsx_bessel_I_0(beta * sqrt(1 - y * y)) * mult; in lsx_make_lpf() 379 void lsx_kaiser_params(double att, double Fc, double tr_bw, double * beta, int * num_taps) in lsx_kaiser_params() argument 381 *beta = *beta < 0? lsx_kaiser_beta(att, tr_bw * .5 / Fc): *beta; in lsx_kaiser_params() 383 ((.0007528358-1.577737e-05**beta)**beta+.6248022)**beta+.06186902; in lsx_kaiser_params() 394 double beta) /* <0: value will be estimated */ in lsx_design_lpf() argument [all …]
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_htcp.c | 28 u8 beta; /* Fixed point arith, << 7 */ member 155 ca->beta = BETA_MIN; in htcp_beta_update() 162 ca->beta = (minRTT << 7) / maxRTT; in htcp_beta_update() 163 if (ca->beta < BETA_MIN) in htcp_beta_update() 164 ca->beta = BETA_MIN; in htcp_beta_update() 165 else if (ca->beta > BETA_MAX) in htcp_beta_update() 166 ca->beta = BETA_MAX; in htcp_beta_update() 168 ca->beta = BETA_MIN; in htcp_beta_update() 194 ca->alpha = 2 * factor * ((1 << 7) - ca->beta); in htcp_alpha_update() 228 return max((tp->snd_cwnd * ca->beta) >> 7, 2U); in htcp_recalc_ssthresh() [all …]
|
| H A D | tcp_illinois.c | 51 u32 beta; /* Muliplicative decrease */ member 74 ca->beta = BETA_BASE; in tcp_illinois_init() 192 static u32 beta(u32 da, u32 dm) in beta() function 229 ca->beta = BETA_BASE; in update_params() 235 ca->beta = beta(da, dm); in update_params() 250 ca->beta = BETA_BASE; in tcp_illinois_state() 301 return max(tp->snd_cwnd - ((tp->snd_cwnd * ca->beta) >> BETA_SHIFT), 2U); in tcp_illinois_ssthresh()
|
| H A D | tcp_bic.c | 32 static int beta = 819; /* = 819/1024 (BICTCP_BETA_SCALE) */ variable 42 module_param(beta, int, 0644); 43 MODULE_PARM_DESC(beta, "beta for multiplicative increase"); 170 ca->last_max_cwnd = (tp->snd_cwnd * (BICTCP_BETA_SCALE + beta)) in bictcp_recalc_ssthresh() 178 return max((tp->snd_cwnd * beta) / BICTCP_BETA_SCALE, 2U); in bictcp_recalc_ssthresh()
|
| H A D | tcp_cubic.c | 48 static int beta __read_mostly = 717; /* = 717/1024 (BICTCP_BETA_SCALE) */ 65 module_param(beta, int, 0644); 66 MODULE_PARM_DESC(beta, "beta for multiplicative increase"); 357 ca->last_max_cwnd = (tp->snd_cwnd * (BICTCP_BETA_SCALE + beta)) in bictcp_recalc_ssthresh() 362 return max((tp->snd_cwnd * beta) / BICTCP_BETA_SCALE, 2U); in bictcp_recalc_ssthresh() 503 beta_scale = 8*(BICTCP_BETA_SCALE+beta) / 3 in cubictcp_register() 504 / (BICTCP_BETA_SCALE - beta); in cubictcp_register()
|
| H A D | tcp_vegas.c | 45 static int beta = 4; variable 50 module_param(beta, int, 0644); 51 MODULE_PARM_DESC(beta, "upper bound of packets in network"); 253 if (diff > beta) { in tcp_vegas_cong_avoid()
|
| H A D | tcp_veno.c | 24 static const int beta = 3 << V_PARAM_SHIFT; variable 163 if (veno->diff < beta) { in tcp_veno_cong_avoid() 200 if (veno->diff < beta) in tcp_veno_ssthresh()
|
| /OK3568_Linux_fs/u-boot/lib/lzma/ |
| H A D | history.txt | 4 9.18 beta 2010-11-02 9 9.12 beta 2010-03-24 15 9.11 beta 2010-03-15 49 4.61 beta 2008-11-23 58 4.60 beta 2008-08-19 63 4.59 beta 2008-08-13 70 4.58 beta 2008-05-05 83 4.49 beta 2007-07-05 103 4.39 beta 2006-04-14 110 4.37 beta 2005-04-06 [all …]
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | tnum.c | 76 u64 dv, alpha, beta, chi, mu; in tnum_sub() local 80 beta = dv - b.mask; in tnum_sub() 81 chi = alpha ^ beta; in tnum_sub() 88 u64 alpha, beta, v; in tnum_and() local 91 beta = b.value | b.mask; in tnum_and() 93 return TNUM(v, alpha & beta & ~v); in tnum_and()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/ |
| H A D | sjoberg_intersection.hpp | 769 CT const beta = atan(t); in apply() local 771 if (enable_02 && newton_method(geod1, geod2, beta, t, lon1_minus_lon2, lon, lat)) in apply() 776 return converge_07(geod1, geod2, beta, t, lon1_minus_lon2, lon_sph, lon, lat); in apply() 781 CT beta, CT t, CT const& lon1_minus_lon2, // in in newton_method() argument 798 CT const sin_beta = sin(beta); in newton_method() 799 CT const cos_beta = cos(beta); in newton_method() 871 beta = beta - dbeta; in newton_method() 873 t = tan(beta); in newton_method() 912 CT beta, CT t, in converge_07() argument 925 … if (!converge_07_step_one(CT(sin(beta)), t, lon1_minus_lon2, geodesics, lon_sph, result, false)) in converge_07() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/gnupg/gnupg/ |
| H A D | 0004-autogen.sh-fix-find-version-for-beta-checking.patch | 4 Subject: [PATCH 4/4] autogen.sh: fix find-version for beta checking 6 find-version always assumes that gnupg is beta if autogen.sh is run 28 - beta=yes
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_pie.c | 181 q->params.beta = nla_get_u32(tb[TCA_PIE_BETA]); in pie_change() 307 u64 alpha, beta; in pie_calculate_probability() local 338 beta = ((u64)params->beta * (MAX_PROB / PSCHED_TICKS_PER_SEC)) >> 4; in pie_calculate_probability() 345 beta >>= 1; in pie_calculate_probability() 351 beta >>= 2; in pie_calculate_probability() 358 delta += beta * (qdelay - qdelay_old); in pie_calculate_probability() 478 nla_put_u32(skb, TCA_PIE_BETA, q->params.beta) || in pie_dump()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| H A D | ctxgf108.c | 741 const u32 beta = grctx->attrib_nr; in gf108_grctx_generate_attrib() local 753 mmio_wr32(info, 0x405830, (beta << 16) | alpha); in gf108_grctx_generate_attrib() 759 const u32 b = beta; in gf108_grctx_generate_attrib()
|
| H A D | ctxgf117.c | 249 const u32 beta = grctx->attrib_nr; in gf117_grctx_generate_attrib() local 261 mmio_wr32(info, 0x405830, (beta << 16) | alpha); in gf117_grctx_generate_attrib() 267 const u32 b = beta * gr->ppc_tpc_nr[gpc][ppc]; in gf117_grctx_generate_attrib()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/a3dlut/ |
| H A D | rk_aiq_a3dlut_algo.cpp | 170 const uint32_t beta = 128 - alpha; in InterpLutbyAlp() local 173 …ble_r[i] = (unsigned short)(alpha * (uint32_t)pLutA->look_up_table_r[i] + beta * (uint32_t)pLut0->… in InterpLutbyAlp() 174 …ble_g[i] = (unsigned short)(alpha * (uint32_t)pLutA->look_up_table_g[i] + beta * (uint32_t)pLut0->… in InterpLutbyAlp() 175 …ble_b[i] = (unsigned short)(alpha * (uint32_t)pLutA->look_up_table_b[i] + beta * (uint32_t)pLut0->… in InterpLutbyAlp() 205 const float beta = damp * alp; in InterpLutbyAlpandDamp() local 212 … pLutB->look_up_table_r[i] = (unsigned short) (beta * (float) pLutA->look_up_table_r[i] + in InterpLutbyAlpandDamp() 215 … pLutB->look_up_table_g[i] = (unsigned short) (beta * (float) pLutA->look_up_table_g[i] + in InterpLutbyAlpandDamp() 218 … pLutB->look_up_table_b[i] = (unsigned short) (beta * (float) pLutA->look_up_table_b[i] + in InterpLutbyAlpandDamp()
|
| /OK3568_Linux_fs/buildroot/package/leafnode2/ |
| H A D | Config.in | 12 http://krusty.dt.e-technik.tu-dortmund.de/~ma/leafnode/beta/leafnode-readme.txt 17 http://krusty.dt.e-technik.tu-dortmund.de/~ma/leafnode/beta
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | license.py | 127 def choose_licenses(alpha, beta): argument 137 beta_weight = (len(list(filter(include_license, beta))) - 138 1000 * (len(list(filter(exclude_license, beta))) > 0)) 142 return beta
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_cubic.c | 42 static const int beta = 717; /* = 717/1024 (BICTCP_BETA_SCALE) */ variable 53 static const __u32 beta_scale = 8*(BICTCP_BETA_SCALE+beta) / 3 54 / (BICTCP_BETA_SCALE - beta); 415 ca->last_max_cwnd = (tp->snd_cwnd * (BICTCP_BETA_SCALE + beta)) in BPF_STRUCT_OPS() 420 return max((tp->snd_cwnd * beta) / BICTCP_BETA_SCALE, 2U); in BPF_STRUCT_OPS()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | pie.h | 33 u32 beta; member 95 params->beta = 20; in pie_params_init()
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | max31730.rst | 26 diode, while beta compensation corrects for temperature-measurement 27 errors due to low-beta sensing transistors.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/nuttcp/ |
| H A D | nuttcp_8.2.2.bb | 13 UPSTREAM_CHECK_URI = "https://www.nuttcp.net/nuttcp/beta/" 15 SRC_URI = "http://nuttcp.net/${BPN}/beta/${BP}.c \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | ar9003_paprd.c | 432 int Q_scale_B, Q_beta, Q_alpha, alpha, beta, order_1, order_2; in create_pa_curve() local 637 beta = (beta_raw << 10) / scale_B; in create_pa_curve() 647 y5 = ((beta * tmp) >> 6) >> order1_5x; in create_pa_curve() 690 beta = (beta_raw << 10) / scale_B; in create_pa_curve() 706 if (beta > 0) in create_pa_curve() 707 y5 = (((beta * tmp - 64) >> 6) - in create_pa_curve() 710 y5 = ((((beta * tmp - 64) >> 6) + in create_pa_curve() 719 if (beta > 0) in create_pa_curve()
|
| /OK3568_Linux_fs/docs/en/Common/NPU/rknn-toolkit2/ |
| H A D | changelog-1.4.0.txt | 40 版本: v1.2.1-beta: 74 版本:v1.1.0beta
|
| /OK3568_Linux_fs/docs/cn/Common/NPU/rknn-toolkit2/ |
| H A D | changelog-1.4.0.txt | 40 版本: v1.2.1-beta: 74 版本:v1.1.0beta
|