Searched refs:w_max (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/quiche/src/recovery/ |
D | cubic.rs | 69 w_max: f64, field 88 let w_max = self.w_max / recovery::MAX_DATAGRAM_SIZE as f64; in cubic_k() localVariable 89 libm::cbrt(w_max * (1.0 - BETA_CUBIC) / C) in cubic_k() 94 let w_max = self.w_max / recovery::MAX_DATAGRAM_SIZE as f64; in w_cubic() localVariable 96 (C * (t.as_secs_f64() - self.k).powi(3) + w_max) * in w_cubic() 103 let w_max = self.w_max / recovery::MAX_DATAGRAM_SIZE as f64; in w_est() localVariable 104 (w_max * BETA_CUBIC + in w_est() 117 cubic.w_max = cubic.w_last_max; in collapse_cwnd() 191 if r.cubic_state.w_max == 0.0 { in on_packet_acked() 192 r.cubic_state.w_max = r.congestion_window as f64; in on_packet_acked() [all …]
|
/external/libopus/silk/fixed/ |
D | residual_energy16_FIX.c | 45 opus_int32 c_max, w_max, tmp, tmp2, nrg; in silk_residual_energy16_covar_FIX() local 64 w_max = silk_max_32( wXX[ 0 ], wXX[ D * D - 1 ] ); in silk_residual_energy16_covar_FIX() 65 …Qxtra = silk_min_int( Qxtra, silk_CLZ32( silk_MUL( D, silk_RSHIFT( silk_SMULWB( w_max, c_max ), 4 … in silk_residual_energy16_covar_FIX()
|
/external/libvpx/libvpx/tools/3D-Reconstruction/MotionEST/ |
D | Anandan.py | 156 w_max = c_max[r, c] / ( 160 w = w_max * w_min / (w_max + w_min + 1e-6)
|
/external/tensorflow/tensorflow/core/kernels/ |
D | dilation_ops_gpu.cu.cc | 146 int w_max = 0; in DilationBackpropFilterKernel() local 163 w_max = w; in DilationBackpropFilterKernel() 170 filter_backprop_ptr + d + depth * (w_max + filter_cols * h_max), in DilationBackpropFilterKernel()
|
D | dilation_ops.cc | 424 int w_max = 0; in operator ()() local 435 w_max = w; in operator ()() 441 filter_backprop(h_max, w_max, d) += in operator ()()
|