HomeSort by relevance Sort by last modified time
    Searched full:residual (Results 276 - 300 of 404) sorted by null

<<11121314151617

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3D.cpp 681 unsigned int residual = validRowSize % alignment; local
682 if (residual) {
683 padding = alignment - residual;
    [all...]
  /external/speex/libspeex/
mdf.c 49 in the learning rate based on residual echo, double-talk and background
161 spx_word32_t Davg1; /* 1st recursive average of the residual power difference */
162 spx_word32_t Davg2; /* 2nd recursive average of the residual power difference */
880 /* Difference in response, this is used to estimate the variance of our residual power estimate */
915 /* Check if we have a statistically significant reduction in the residual echo */
    [all...]
preprocess.c 320 /* Compute the gain floor based on different floors for the background noise and residual echo */
389 /* Compute the gain floor based on different floors for the background noise and residual echo */
747 /* Deal with residual echo if provided */
796 /* Total noise estimate including residual echo and reverberation */
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
pitch_ol.cpp 101 r0 = pointer to the residual energy (Word32)
108 r0 contains the newly calculated residual energy
185 Word32 *r0, // o : residual energy
303 Word32 *r0, /* o : residual energy */
483 r0 = pointer to the residual energy (Word32)
491 r0 contains the newly calculated residual energy
619 Word32 *r0, /* o : residual energy */
    [all...]
set_sign.cpp 310 cn = buffer of residual after long term prediction (Word16)
359 Word16 cn[], //i : residual after long term prediction
488 Word16 cn[], /* i : residual after long term prediction */
cbsearch.cpp 62 res2[] -- array of type Word16 -- Long term prediction residual, Q0
191 Word16 res2[], /* i : Long term prediction residual, Q0 */
  /external/openfst/src/include/fst/
determinize.h 133 Weight weight; // Residual weight
332 Label subsequential_label; // Label used for residual final output
951 Label subsequential_label; // Label used for residual final output
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c 471 /* This routine calculates the residual energy for LPC.
    [all...]
decode_plc.c 451 /* ------------ reconstructing the residual signal ------------------ */
766 /* ----------------- residual signal is reconstructed ------------------ */
  /external/chromium_org/third_party/opus/src/silk/
stereo_LR_to_MS.c 103 /* Ratio of the norms of residual and mid signals */
  /external/eigen/test/
sparse_solver.h 101 // Compute the relative residual norm
  /external/kernel-headers/original/linux/
bio.h 94 unsigned int bi_size; /* residual I/O count */
  /external/libgsm/src/
short_term.c 190 * This procedure computes the short term residual signal d[..] to be fed
  /external/libvpx/libvpx/vp8/decoder/
decodframe.c 129 /* When we have independent partitions we can apply residual even
182 /* clear out residual eob info */
617 * Note that for the first mb with corrupt residual in a frame,
618 * we might not discover that before decoding the residual. That
    [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
Context.h 193 * Upon destruction of the context object any residual will be freed automatically
  /external/ppp/pppd/
md4.c 248 /* Find out how many bytes and residual bits there are */
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dtx.h 174 int32 enr, /* i : residual energy (in L_FRAME) */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
residu_asm_opt.s 20 @ Word16 y[], /* (o) x2 : residual signal */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_TransformResidual4x4_s.s 13 ;// Transform Residual 4x4 Coefficients
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
mtio.h 85 long int mt_resid; /* Residual count: (not sure)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
mtio.h 85 long int mt_resid; /* Residual count: (not sure)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
mtio.h 85 long int mt_resid; /* Residual count: (not sure)
  /external/ceres-solver/docs/source/
building.rst 130 Residual blocks 83718 83718
131 Residual 167436 167436
  /external/ceres-solver/internal/ceres/
trust_region_minimizer.cc 131 LOG(WARNING) << "Terminating: Residual and Jacobian evaluation failed.";
473 "Terminating: Residual and Jacobian evaluation failed.";
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
d_plsf_3.cpp 205 /* estimate past quantized residual to be used in next frame */
353 /* Compute quantized LSFs and update the past quantized residual */

Completed in 709 milliseconds

<<11121314151617