HomeSort by relevance Sort by last modified time
    Searched defs:scaling (Results 1 - 8 of 8) sorted by null

  /external/webrtc/src/common_audio/signal_processing_library/main/source/
energy.c 24 int scaling = WebRtcSpl_GetScalingSquare(vector, vector_length, vector_length); local
30 en += WEBRTC_SPL_MUL_16_16_RSFT(*vectorptr, *vectorptr, scaling);
33 *scale_factor = scaling;
auto_correlation.c 32 int scaling = 0; local
50 scaling = 0;
58 scaling = 0;
61 scaling = nbits - t;
78 sum += WEBRTC_SPL_MUL_16_16_RSFT(*xptr1++, *xptr2++, scaling);
83 if (scaling == 0)
112 sum += WEBRTC_SPL_MUL_16_16_RSFT(*xptr1, *xptr2, scaling);
115 sum += WEBRTC_SPL_MUL_16_16_RSFT(*xptr1, *xptr2, scaling);
118 sum += WEBRTC_SPL_MUL_16_16_RSFT(*xptr1, *xptr2, scaling);
121 sum += WEBRTC_SPL_MUL_16_16_RSFT(*xptr1, *xptr2, scaling);
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
pre_echo_control.c 65 Word32 scaling; local
70 scaling = ((mdctScale - mdctScalenm1) << 1);
72 if ( scaling > 0 ) {
74 tmpThreshold1 = pbThresholdNm1[i] >> (scaling-1);
92 scaling = -scaling;
102 if(((pbThreshold[i] >> scaling) > tmpThreshold1)) {
103 pbThreshold[i] = tmpThreshold1 << scaling;
  /external/speex/libspeex/
filterbank.h 45 float *scaling; member in struct:__anon11263
  /external/freetype/src/cff/
cffparse.c 132 FT_Long* scaling )
143 if ( scaling )
144 *scaling = 0;
267 if ( scaling )
278 *scaling = exponent - fraction_length + 1;
287 /* Make `scaling' as small as possible. */
303 *scaling = exponent;
311 *scaling = exponent - 4;
316 *scaling = exponent - 5;
389 /* but return `10^scaling' times the number read in *
458 FT_Long scaling; local
    [all...]
cffobjs.c 614 /* scaling is done with `units_per_em' then (at this point, */
615 /* it already contains the scaling factor, but without */
657 FT_Long scaling; local
661 scaling = FT_MIN( top->units_per_em, sub->units_per_em );
663 scaling = 1;
667 scaling );
670 scaling );
674 scaling );
696 /* scaling for the subfont (see section 5.11 of the PLRM) */
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
pitch_fr.cpp 63 6. Modified scaling threshold and group all shifts (avoiding
215 Word16 scaling, h_fac, *s_excf, scaled_excf[L_SUBFR];
238 scaling = 0;
244 scaling = 2;
283 s_excf[0] = shr (exc[k], scaling);
331 Word16 scaling; local
367 scaling = 0;
374 scaling = 2;
431 *(p_s_excf) = temp >> scaling;
    [all...]
  /prebuilt/common/ninepatch/
ninepatch-prebuilt.jar 

Completed in 333 milliseconds