/external/libgsm/src/ |
rpe.c | 393 * This procedure computes the reconstructed long term residual signal 426 /* This procedure adds the reconstructed long term residual signal 428 * analysis filter to compute the reconstructed short term residual 429 * signal dp[-40..-1]; also the reconstructed short term residual
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
shortidct4x4llm_neon.asm | 115 ; add prediction and residual
|
/external/libyuv/files/source/ |
rotate_neon.cc | 89 // some residual, so between 1 and 7 lines left to transpose 134 // some residual, check to see if it includes a 2x8 block, 272 // some residual, so between 1 and 7 lines left to transpose 337 // some residual, check to see if it includes a 2x8 block,
|
/external/llvm/lib/Target/AArch64/ |
AArch64FrameLowering.h | 56 uint64_t &Residual) const;
|
/external/openfst/src/include/fst/ |
synchronize.h | 78 const String *istring; // Residual input labels 79 const String *ostring; // Residual output labels 80 // Residual strings are represented by const pointers to 182 // Computes the residual string obtained by removing the first
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
synchronize.h | 65 const String *istring; // Residual input labels 66 const String *ostring; // Residual output labels 67 // Residual strings are represented by const pointers to 151 // Computes the residual string obtained by removing the first
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
calc_en.h | 109 * frac_en[0]*2^exp_en[0] = <res res> // LP residual energy 110 * frac_en[1]*2^exp_en[1] = <exc exc> // LTP residual energy 112 * frac_en[3]*2^exp_en[3] = <lres lres> // LTP residual energy 118 Word16 res[], /* i : LP residual, Q0 */
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
dtx.h | 93 Word32 enr, /* i : residual energy (in L_FRAME) */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
armVCM4P10_TransformResidual4x4_s.s | 13 ;// Transform Residual 4x4 Coefficients
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_DecodeCoeffsToPairCAVLC.c | 57 * ppPosCoefBuf - Double pointer to destination residual
|
omxVCM4P10_TransformDequantChromaDCFromPair.c | 92 * ppSrc - Double pointer to residual coefficient-position pair buffer
|
omxVCM4P10_TransformDequantLumaDCFromPair.c | 108 * ppSrc - Double pointer to residual coefficient-position pair buffer
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_DecodeBlockCoef_Inter.c | 53 * pDst - pointer to the decoded residual buffer (a contiguous array of 64
|
/system/core/libcutils/ |
uevent.c | 90 /* clear residual potentially malicious data */
|
/external/ceres-solver/data/nist/ |
Chwirut1.dat | 45 Residual Sum of Squares: 2.3844771393E+03
46 Residual Standard Deviation: 3.3616721320E+00
|
Hahn1.dat | 49 Residual Sum of Squares: 1.5324382854E+00
50 Residual Standard Deviation: 8.1803852243E-02
|
/external/ceres-solver/examples/ |
curve_fitting.cc | 127 T* residual) const { 128 residual[0] = T(y_) - exp(m[0] * T(x_) + c[0]);
|
data_fitting.cc | 128 T* residual) const { 129 residual[0] = T(y_) - exp(m[0] * T(x_) + c[0]);
|
robust_curve_fitting.cc | 129 T* residual) const { 130 residual[0] = T(y_) - exp(m[0] * T(x_) + c[0]);
|
simple_bundle_adjuster.cc | 194 // Each Residual block takes a point and a camera as input and outputs a 2 195 // dimensional residual. Internally, the cost function stores the observed
|
/external/ceres-solver/include/ceres/ |
gradient_checker.h | 75 // parameter and residual block sizes. Each vector's length will 77 // Jacobian of the residual with respect to the corresponding parameter
|
/external/ceres-solver/internal/ceres/ |
coordinate_descent_minimizer.cc | 97 // Compute the set of residual blocks that depend on each parameter 150 // in parallel, since they do not co-occur in any residual block.
|
solver_impl.h | 91 // If fixed_cost is not NULL, the residual blocks that are removed 126 // NULL, the residual blocks that are removed are evaluated and the
|
solver_impl_test.cc | 297 // expect the order for residual blocks for each e_block to be 363 // expect the order for residual blocks for each e_block to be 436 // Verify that right parmeter block and the residual blocks have 637 T* residual) const { 638 residual[0] = T(5.0) - *x; 706 T* residual) const { 708 residual[0] = T(10.0) - *x + 775 EXPECT_EQ(summary.error, "Problem contains no residual blocks."); [all...] |
/external/chromium_org/net/quic/congestion_control/ |
inter_arrival_overuse_detector.cc | 135 QuicTime::Delta residual) { 137 int64 residual_us = residual.ToMicroseconds();
|