/external/webrtc/webrtc/common_audio/signal_processing/ |
D | min_max_operations_neon.c | 77 size_t residual = length & 0x7; in WebRtcSpl_MaxAbsValueW32Neon() local 129 size_t residual = length & 0x7; in WebRtcSpl_MaxValueW16Neon() local 167 size_t residual = length & 0x7; in WebRtcSpl_MaxValueW32Neon() local 209 size_t residual = length & 0x7; in WebRtcSpl_MinValueW16Neon() local 247 size_t residual = length & 0x7; in WebRtcSpl_MinValueW32Neon() local
|
/external/aac/libFDK/src/ |
D | FDK_trigFcts.cpp | 298 FIXP_DBL residual, error, sine, cosine; in fixp_cos() local 308 FIXP_DBL residual, error, sine, cosine; in fixp_sin() local 318 FIXP_DBL residual, error0, error1, sine, cosine; in fixp_cos_sin() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/ |
D | AbstractEstimator.java | 163 double residual = wm.getResidual(); in updateResidualsAndCost() local 186 double residual = wm[i].getResidual(); in getRMS() local 201 double residual = wm[i].getResidual(); in getChiSquare() local
|
D | GaussNewtonEstimator.java | 184 double residual = measurements[i].getResidual(); in estimate() local
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | overuse_estimator.cc | 74 const double residual = t_ts_delta - slope_*h[0] - offset_; in Update() local 130 void OveruseEstimator::UpdateNoiseEstimate(double residual, in UpdateNoiseEstimate()
|
/external/aac/libFDK/include/ |
D | FDK_trigFcts.h | 146 FIXP_DBL residual; in fixp_sin_cos_residual_inline() local 215 FIXP_DBL residual, error0, error1, sine, cosine; in inline_fixp_cos_sin() local
|
/external/flac/libFLAC/ |
D | lpc.c | 268 …flac_restrict qlp_coeff, unsigned order, int lp_quantization, FLAC__int32 * flac_restrict residual) in FLAC__lpc_compute_residual_from_qlp_coefficients() 529 …flac_restrict qlp_coeff, unsigned order, int lp_quantization, FLAC__int32 * flac_restrict residual) in FLAC__lpc_compute_residual_from_qlp_coefficients_wide() 785 void FLAC__lpc_restore_signal(const FLAC__int32 * flac_restrict residual, unsigned data_len, const … in FLAC__lpc_restore_signal() 1046 void FLAC__lpc_restore_signal_wide(const FLAC__int32 * flac_restrict residual, unsigned data_len, c… in FLAC__lpc_restore_signal_wide()
|
D | fixed.c | 336 …mpute_residual(const FLAC__int32 data[], unsigned data_len, unsigned order, FLAC__int32 residual[]) in FLAC__fixed_compute_residual() 379 void FLAC__fixed_restore_signal(const FLAC__int32 residual[], unsigned data_len, unsigned order, FL… in FLAC__fixed_restore_signal()
|
D | stream_encoder_framing.c | 493 FLAC__bool add_residual_partitioned_rice_(FLAC__BitWriter *bw, const FLAC__int32 residual[], const … in add_residual_partitioned_rice_()
|
D | stream_encoder.c | 3696 FLAC__int32 residual[], in evaluate_fixed_subframe_() 3758 FLAC__int32 residual[], in evaluate_lpc_subframe_() 3868 const FLAC__int32 residual[], in find_best_partition_order_() 3964 const FLAC__int32 residual[], in precompute_partition_info_sums_() 4025 const FLAC__int32 residual[], in precompute_partition_info_escapes_() 4086 const FLAC__int32 *residual in count_rice_bits_in_partition_() 4125 const FLAC__int32 residual[],
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/ |
D | GaussNewtonOptimizer.java | 86 final double residual = objective[i] - targetValues[i]; in doOptimize() local
|
D | AbstractLeastSquaresOptimizer.java | 228 final double residual = targetValues[i] - objective[i]; in updateResidualsAndCost() local
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | state_search.c | 32 int16_t *residual, /* (i) target residual vector */ in WebRtcIlbcfix_StateSearch()
|
D | encode.c | 56 int16_t *residual; in WebRtcIlbcfix_EncodeImpl() local
|
/external/compiler-rt/lib/builtins/ |
D | divsf3.c | 136 rep_t residual; in ARM_EABI_FNALIAS() local
|
D | divdf3.c | 151 rep_t residual; in ARM_EABI_FNALIAS() local
|
D | divtf3.c | 165 rep_t residual; in __divtf3() local
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
D | ConjugateGradient.h | 43 VectorType residual = rhs - mat * x; //initial residual in conjugate_gradient() local
|
D | LeastSquareConjugateGradient.h | 43 VectorType residual = rhs - mat * x; in least_square_conjugate_gradient() local
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | timestamp_extrapolator.cc | 106 double residual = in Update() local
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | IterationController.h | 108 double residual() const { return m_res; } in residual() function
|
/external/kernel-headers/original/uapi/linux/ |
D | virtio_blk.h | 141 __virtio32 residual; member
|
/external/eigen/test/ |
D | svd_common.h | 124 RealScalar residual = (m*x-rhs).norm(); in svd_least_square() local
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mpeg12_bitstream.c | 639 int residual = vl_vlc_get_uimsbf(&bs->vlc, r_size) + 1; in motion_vector() local
|
/external/flac/include/FLAC/ |
D | format.h | 308 const FLAC__int32 *residual; member 334 const FLAC__int32 *residual; member
|