Home
last modified time | relevance | path

Searched defs:residual (Results 1 – 25 of 25) sorted by relevance

/external/aac/libFDK/src/
DFDK_trigFcts.cpp298 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/aac/libFDK/include/
DFDK_trigFcts.h146 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/
Dlpc.c268 …flac_restrict qlp_coeff, unsigned order, int lp_quantization, FLAC__int32 * flac_restrict residual) in FLAC__lpc_compute_residual_from_qlp_coefficients()
528 …flac_restrict qlp_coeff, unsigned order, int lp_quantization, FLAC__int32 * flac_restrict residual) in FLAC__lpc_compute_residual_from_qlp_coefficients_wide()
784 void FLAC__lpc_restore_signal(const FLAC__int32 * flac_restrict residual, unsigned data_len, const … in FLAC__lpc_restore_signal()
1045 void FLAC__lpc_restore_signal_wide(const FLAC__int32 * flac_restrict residual, unsigned data_len, c… in FLAC__lpc_restore_signal_wide()
Dfixed.c336 …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()
Dstream_encoder_framing.c493 FLAC__bool add_residual_partitioned_rice_(FLAC__BitWriter *bw, const FLAC__int32 residual[], const … in add_residual_partitioned_rice_()
Dstream_encoder.c3690 FLAC__int32 residual[], in evaluate_fixed_subframe_()
3752 FLAC__int32 residual[], in evaluate_lpc_subframe_()
3862 const FLAC__int32 residual[], in find_best_partition_order_()
3958 const FLAC__int32 residual[], in precompute_partition_info_sums_()
4019 const FLAC__int32 residual[], in precompute_partition_info_escapes_()
4080 const FLAC__int32 *residual in count_rice_bits_in_partition_()
4119 const FLAC__int32 residual[],
Dstream_decoder.c149 …FLAC__int32 *residual[FLAC__MAX_CHANNELS]; /* WATCHOUT: these are the aligned pointers; the real p… member
2717 FLAC__int32 x, *residual = decoder->private_->residual[channel]; in read_subframe_verbatim_() local
2737 …yCodingMethod_PartitionedRiceContents *partitioned_rice_contents, FLAC__int32 *residual, FLAC__boo… in read_residual_partitioned_rice_()
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
Dstate_search.c32 int16_t *residual, /* (i) target residual vector */ in WebRtcIlbcfix_StateSearch()
Dencode.c56 int16_t *residual; in WebRtcIlbcfix_EncodeImpl() local
/external/compiler-rt/lib/builtins/
Ddivsf3.c136 rep_t residual; in ARM_EABI_FNALIAS() local
Ddivdf3.c151 rep_t residual; in ARM_EABI_FNALIAS() local
Ddivtf3.c165 rep_t residual; in __divtf3() local
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector.cc182 const double residual = t_ts_delta - slope_*h[0] - offset_; in UpdateKalman() local
236 void OveruseDetector::UpdateNoiseEstimate(double residual, in UpdateNoiseEstimate()
/external/eigen/Eigen/src/IterativeLinearSolvers/
DConjugateGradient.h43 VectorType residual = rhs - mat * x; //initial residual in conjugate_gradient() local
/external/chromium_org/third_party/webrtc/system_wrappers/source/
Dtimestamp_extrapolator.cc106 double residual = in Update() local
/external/ceres-solver/internal/ceres/
Dlevenberg_marquardt_strategy_test.cc121 double residual = 1.0; in TEST() local
Dgradient_checking_cost_function_test.cc149 double residual; in TEST() local
205 double residual; in TEST() local
Dautodiff_test.cc517 double residual = 0; in TEST() local
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DIterationController.h108 double residual() const { return m_res; } in residual() function
/external/kernel-headers/original/uapi/linux/
Dvirtio_blk.h123 __u32 residual; member
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_bitstream.c639 int residual = vl_vlc_get_uimsbf(&bs->vlc, r_size) + 1; in motion_vector() local
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
Dvl_mpeg12_bitstream.c639 int residual = vl_vlc_get_uimsbf(&bs->vlc, r_size) + 1; in motion_vector() local
/external/eigen/test/
Djacobisvd.cpp91 RealScalar residual = (m*x-rhs).norm(); in jacobisvd_solve() local
/external/flac/include/FLAC/
Dformat.h308 const FLAC__int32 *residual; member
334 const FLAC__int32 *residual; member
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DWebGLImageConversion.cpp1515 unsigned residual = validRowSize % alignment; in computeImageSizeInBytes() local