HomeSort by relevance Sort by last modified time
    Searched full:coef (Results 76 - 100 of 234) sorted by null

1 2 34 5 6 7 8 910

  /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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
complexity.cc 98 result.coef = sigma_time_gn / sigma_gn_squared;
103 double fit = result.coef * fitting_curve(n[i]);
293 big_o.real_accumulated_time = result_real.coef;
294 big_o.cpu_accumulated_time = result_cpu.coef;
  /external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_frame_scale_neon.c 176 const uint8x8_t *const coef) {
177 const uint16x8_t h0 = vmull_u8(s[0], coef[0]);
178 const uint16x8_t h1 = vmlal_u8(h0, s[1], coef[1]);
186 const int16_t *const coef,
192 const int16x8_t filters = vld1q_s16(coef);
302 const int16_t *const coef,
308 const int16x8_t filters = vld1q_s16(coef);
566 const InterpKernel *const coef,
578 vld1q_s16(coef[(phase_scaler + 0 * step_q4) & SUBPEL_MASK]);
580 vld1q_s16(coef[(phase_scaler + 1 * step_q4) & SUBPEL_MASK])
    [all...]
  /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/blaze/
blaze_interface.hh 107 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){
108 Y += coef * X;
  /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;
  /external/eigen/bench/btl/libs/gmm/
gmm_interface.hh 105 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){
106 gmm::add(gmm::scaled(X,coef), Y);
  /external/eigen/bench/btl/libs/mtl4/
mtl4_interface.hh 111 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){
112 Y += coef * X;
  /external/libjpeg-turbo/
jdtrans.c 56 /* Absorb whole file into the coef buffer */
86 return cinfo->coef->coef_arrays;
jcphuff.c 43 int last_dc_val[MAX_COMPS_IN_SCAN]; /* last DC coef for each component */
503 /* For a negative coef, want temp2 = bitwise complement of abs(coef) */
509 /* Watch out for case that nonzero coef is zero after point transform */
658 EOB = k; /* EOB = index of last newly-nonzero coef */
686 /* If the coef was previously nonzero, it only needs a correction bit.
703 /* Emit output bit for newly-nonzero coef */
  /external/libopus/celt/
celt.h 213 int N, int CC, int upsample, const opus_val16 *coef, celt_sig *mem, int clip);
232 void deemphasis(celt_sig *in[], opus_val16 *pcm, int N, int C, int downsample, const opus_val16 *coef, celt_sig *mem);
  /external/libopus/silk/
LPC_inv_pred_gain.c 57 /* Set RC equal to negated AR coef */
103 /* Set RC equal to negated AR coef */
define.h 79 #define STEREO_RATIO_SMOOTH_COEF 0.01 /* smoothing coef for signal norms and stereo width */
141 /* Find Pred Coef defines */
  /external/libxaac/decoder/
ixheaacd_channel.c 966 WORD32 coef, coef_compress; local
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_math.h 123 - b is the unsigned fraction (cast to signed int as long as coef
126 #define MULT_AUDIO_COEF(audio,coef) /*lint -e704 <avoid divide for performance>*/ \
129 ((int32_t)(audio)) * ((int32_t)(coef)) \
144 #define MULT_AUDIO_WET_DRY_COEF(audio,coef) /*lint -e(702) <avoid divide for performance>*/ \
147 ((int32_t)(audio)) * ((int32_t)(coef)) \
284 #define MULT_DENTS_COEF(dents,coef) /*lint -e704 <avoid divide for performance>*/ \
287 ((int32_t)(dents)) * ((int32_t)(coef)) \
300 /* drive coef is given as int.frac */
  /external/speex/libspeex/
sb_celp.h 55 spx_word16_t gamma1; /**< Perceptual weighting coef 1 */
56 spx_word16_t gamma2; /**< Perceptual weighting coef 2 */
lsp.c 141 spx_word16_t *coef, /* P or Q coefs in Q13 format */
162 sum = ADD32(EXTEND32(coef[m]), EXTEND32(MULT16_16_P14(coef[m-1],x)));
168 sum = ADD32(sum, EXTEND32(MULT16_16_P14(coef[m-i],b0)));
177 static float cheb_poly_eva(spx_word32_t *coef, spx_word16_t x, int m, char *stack)
192 b0=x*b0-b1+coef[m-k]; /* b0 holds its new value based on b0 and b1 */
196 return(-b1+.5*x*b0+coef[m]);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
codec.h 198 void WebRtcIsac_AllPoleFilter(double* InOut, double* Coef, size_t lengthInOut,
201 void WebRtcIsac_AllZeroFilter(double* In, double* Coef, size_t lengthInOut,
  /frameworks/av/media/libeffects/testlibs/
AudioShelvingFilter.h 121 // Fractional index into the gain dimension of the coef table in
124 // Fractional index into the frequency dimension of the coef table in
EffectsMath.h 113 - b is the unsigned fraction (cast to signed int as long as coef
116 #define MULT_AUDIO_COEF(audio,coef) /*lint -e704 <avoid divide for performance>*/ \
119 ((int32_t)(audio)) * ((int32_t)(coef)) \
134 #define MULT_AUDIO_WET_DRY_COEF(audio,coef) /*lint -e(702) <avoid divide for performance>*/ \
137 ((int32_t)(audio)) * ((int32_t)(coef)) \
274 #define MULT_DENTS_COEF(dents,coef) /*lint -e704 <avoid divide for performance>*/ \
277 ((int32_t)(dents)) * ((int32_t)(coef)) \
291 /* drive coef is given as int.frac */
  /external/libvpx/libvpx/vp9/common/
vp9_thread_common.c 339 accum->coef[i][j][k][l][m][n] += counts->coef[i][j][k][l][m][n];
349 // In the encoder, coef is only updated at frame
352 // accum->coef[i][j][k][l][m][n] +=
353 // counts->coef[i][j][k][l][m][n];
  /frameworks/base/core/java/android/widget/
Scroller.java 121 float x, tx, coef; external variable declarations
124 coef = 3.0f * x * (1.0f - x);
125 tx = coef * ((1.0f - x) * P1 + x * P2) + x * x * x;
130 SPLINE_POSITION[i] = coef * ((1.0f - x) * START_TENSION + x) + x * x * x;
136 coef = 3.0f * y * (1.0f - y);
137 dy = coef * ((1.0f - y) * START_TENSION + y) + y * y * y;
142 SPLINE_TIME[i] = coef * ((1.0f - y) * P1 + y * P2) + y * y * y;
  /external/aac/libAACenc/src/
bitenc.cpp 505 if (tnsInfo->coef[i][j][k] > 3 ||
506 tnsInfo->coef[i][j][k] < -4) {
514 if (tnsInfo->coef[i][j][k] > 1 ||
515 tnsInfo->coef[i][j][k] < -2) {
527 tnsInfo->coef[i][j][k] & rmask[coefBits],
550 if (tnsInfo->coef[i][j][k] > 3 ||
551 tnsInfo->coef[i][j][k] < -4) {
559 if (tnsInfo->coef[i][j][k] > 1 ||
560 tnsInfo->coef[i][j][k] < -2) {
    [all...]
  /external/eigen/unsupported/Eigen/src/SpecialFunctions/
SpecialFunctionsImpl.h 50 * Scalar x, y, coef[N+1];
52 * y = polevl<decltype(x), N>( x, coef);
66 * coef[0] = C , ..., coef[N] = C .
69 * The function p1evl() assumes that coef[N] = 1.0 and is
75 * coef as a const array (constexpr), e.g.
77 * const double coef[] = {1.0, 2.0, 3.0, ...};
83 static EIGEN_STRONG_INLINE Scalar run(const Scalar x, const Scalar coef[]) {
86 return polevl<Scalar, N - 1>::run(x, coef) * x + coef[N]
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_frame_scale_ssse3.c 227 const int16_t *const coef,
240 shuffle_filter_ssse3(coef, f);
343 const int16_t *const coef,
356 shuffle_filter_ssse3(coef, f);
450 const InterpKernel *const coef,
481 shuffle_filter_ssse3(coef[(phase_scaler + 0 * step_q4) & SUBPEL_MASK], f0);
482 shuffle_filter_funcs[offset_idx1](coef[offset1_q4 & SUBPEL_MASK], f1);
483 shuffle_filter_funcs[offset_idx2](coef[offset2_q4 & SUBPEL_MASK], f2);
486 // Coef 128 would be treated as -128 in PMADDUBSW. Sub 64 here.
487 // Coef 128 is in either fx[1] or fx[2] depending on the phase idx
    [all...]

Completed in 707 milliseconds

1 2 34 5 6 7 8 910