HomeSort by relevance Sort by last modified time
    Searched full:coef (Results 51 - 75 of 265) sorted by null

1 23 4 5 6 7 8 91011

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
bw_expand.h 32 int16_t *coef, /* (i) the bandwidth expansion factor Q15 */
interpolate.h 32 int16_t coef, /* (i) weight coefficient in Q14 */
lsf_interpolate_to_poly_dec.h 32 int16_t coef, /* (i) weighting coefficient to use between
lsf_interpolate_to_poly_enc.h 33 int16_t coef, /* (i) weighting coefficient to use between
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
tns.h 105 Word16 coef[TRANS_FAC*TNS_MAX_ORDER_SHORT]; member in struct:__anon28083
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
lp_dec2.c 32 /* fixed-point: sum of coef = 32767 to avoid overflow on DC */
  /external/eigen/bench/btl/libs/blitz/
blitz_interface.hh 123 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N)
126 Y = Y(i) + coef * X(i);
127 //Y += coef * X;
  /frameworks/av/media/libeffects/testlibs/
AudioPeakingFilter.h 127 // Fractional index into the gain dimension of the coef table in
130 // Fractional index into the bandwidth dimension of the coef table in
133 // Fractional index into the frequency dimension of the coef table in
AudioCommon.h 31 // Accumulator type for coef x sample.
  /external/speex/libspeex/
scal.c 230 //float coef = .5*0.78130;
231 float coef = M_PI*0.075063 * 0.93763 * amount * .8 * 0.707; local
241 gain = coef*sqrt(.1+st->curve[i]);
245 frame[0] = coef*uni_rand(&st->seed)*sqrt(.1+st->curve[0]);
246 frame[2*st->frame_size-1] = coef*uni_rand(&st->seed)*sqrt(.1+st->curve[st->frame_size-1]);
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
CropView.java 289 float[] coef = mTempCoef; local
290 coef[0] = 1;
291 coef[1] = 1;
292 mRotateMatrix.mapPoints(coef);
307 if (coef[dim] > 0) adjustment[dim] = (float) Math.ceil(adjustment[dim]);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
CropView.java 301 float[] coef = mTempCoef; local
302 coef[0] = 1;
303 coef[1] = 1;
304 mRotateMatrix.mapPoints(coef);
319 if (coef[dim] > 0) adjustment[dim] = (float) Math.ceil(adjustment[dim]);
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherScroller.java 89 float x, tx, coef; typedefs
92 coef = 3.0f * x * (1.0f - x);
93 tx = coef * ((1.0f - x) * P1 + x * P2) + x * x * x;
98 SPLINE_POSITION[i] = coef * ((1.0f - x) * START_TENSION + x) + x * x * x;
104 coef = 3.0f * y * (1.0f - y);
105 dy = coef * ((1.0f - y) * START_TENSION + y) + y * y * y;
110 SPLINE_TIME[i] = coef * ((1.0f - y) * P1 + y * P2) + y * y * y;
  /external/aac/libAACenc/src/
aacenc_tns.cpp 757 tnsInfo->coef[subBlockNumber][HIFILT][i] = tnsInfo->coef[subBlockNumber][LOFILT][i] = 0;
784 tnsInfo->coef[subBlockNumber][HIFILT],
790 if (tnsInfo->coef[subBlockNumber][HIFILT][i] != 0) {
799 sumSqrCoef += tnsInfo->coef[subBlockNumber][HIFILT][i] * tnsInfo->coef[subBlockNumber][HIFILT][i];
823 tnsInfo->coef[subBlockNumber][LOFILT],
829 if (tnsInfo->coef[subBlockNumber][LOFILT][i] != 0) {
837 sumSqrCoef += tnsInfo->coef[subBlockNumber][LOFILT][i] * tnsInfo->coef[subBlockNumber][LOFILT][i]
    [all...]
  /external/libopus/celt/
quant_bands.c 165 opus_val16 coef; local
172 coef = 0;
176 coef = pred_coef[LM];
194 f = SHL32(EXTEND32(x),7) - PSHR32(MULT16_16(coef,oldE), 8) - prev[c];
200 f = x-coef*oldE-prev[c];
250 tmp = PSHR32(MULT16_16(coef,oldE),8) + prev[c] + SHL32(q,7);
432 opus_val16 coef; local
439 coef = 0;
443 coef = pred_coef[LM];
482 tmp = PSHR32(MULT16_16(coef,oldEBands[i+c*m->nbEBands]),8) + prev[c] + SHL32(q,7)
    [all...]
  /external/opencv3/samples/python2/
mosse.py 32 coef = 0.2
33 ang = (np.random.rand()-0.5)*coef
36 T[:2, :2] += (np.random.rand(2, 2) - 0.5)*coef
  /external/aac/libAACdec/src/
ldfiltbank.cpp 174 const FIXP_WTB *coef; local
180 coef = (FIXP_WTB*)LowDelaySynthesis512;
182 coef = (FIXP_WTB*)LowDelaySynthesis480;
201 multE2_DinvF_fdk(output, mdctData, coef, fs_buffer, N, stride);
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
DGMRES.h 327 Scalar coef; local
330 coef = tv1.dot(m_V.col(i));
331 tv1 = tv1 - coef * m_V.col(i);
332 m_H(i,it) = coef;
333 m_Hes(i,it) = coef;
336 coef = tv1.norm();
337 m_V.col(it+1) = tv1/coef;
338 m_H(it+1, it) = coef;
339 // m_Hes(it+1,it) = coef;
  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.h 66 vp9_coeff_count_model coef[TX_SIZES][PLANE_TYPES]; member in struct:FRAME_COUNTS
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad.h 104 const struct tgsi_interp_coef *coef; member in struct:quad_header
  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Private.h 64 #define LVDBE_PERSISTENT_COEF_ALIGN 4 /* 32-bit alignment for coef */
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
az_lsp.cpp 390 Word16 *coef;
438 coef = f1;
441 ylow = Chebps (xlow, coef, NC);
451 ylow = Chebps (xlow, coef, NC);
462 ymid = Chebps (xmid, coef, NC);
514 coef = f2;
519 coef = f1;
521 ylow = Chebps (xlow, coef, NC);
584 Word16 *coef; local
632 coef = f1
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_entropymode.h 61 vp9_coeff_count_model coef[TX_SIZES][PLANE_TYPES]; member in struct:__anon30657
  /external/eigen/bench/btl/libs/BLAS/
blas_interface_impl.hh 57 static inline void axpy(SCALAR coef, const gene_vector & X, gene_vector & Y, int N){
58 BLAS_FUNC(axpy)(&N,&coef,X,&intone,Y,&intone);
  /external/eigen/bench/btl/libs/eigen2/
eigen2_interface.hh 120 static inline void axpy(real coef, const gene_vector & X, gene_vector & Y, int N){
121 Y += coef * X;

Completed in 940 milliseconds

1 23 4 5 6 7 8 91011