HomeSort by relevance Sort by last modified time
    Searched full:scaling (Results 1 - 25 of 432) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
nf_conntrack_tcp.h 21 /* Window scaling is advertised by the sender */
  /frameworks/base/core/java/android/view/animation/
ScaleAnimation.java 25 * to use for the center of scaling.
76 * @param fromX Horizontal scaling factor to apply at the start of the
78 * @param toX Horizontal scaling factor to apply at the end of the animation
79 * @param fromY Vertical scaling factor to apply at the start of the
81 * @param toY Vertical scaling factor to apply at the end of the animation
95 * @param fromX Horizontal scaling factor to apply at the start of the
97 * @param toX Horizontal scaling factor to apply at the end of the animation
98 * @param fromY Vertical scaling factor to apply at the start of the
100 * @param toY Vertical scaling factor to apply at the end of the animation
124 * @param fromX Horizontal scaling factor to apply at the start of th
    [all...]
  /external/clearsilver/imd/
example.imd 8 # Scaling sizes. imd will scale the image to be at or below this size
  /external/freetype/src/cff/
cffparse.c 134 FT_Long* scaling )
145 if ( scaling )
146 *scaling = 0;
269 if ( scaling )
280 *scaling = exponent - fraction_length + 1;
289 /* Make `scaling' as small as possible. */
305 *scaling = exponent;
313 *scaling = exponent - 4;
318 *scaling = exponent - 5;
391 /* but return `10^scaling' times the number read in *
460 FT_Long scaling; local
    [all...]
  /external/speex/libspeex/
filterbank.c 75 bank->scaling = (float*)speex_alloc(banks*sizeof(float));
108 bank->scaling[i] = 0;
112 bank->scaling[id] += bank->filter_left[i];
114 bank->scaling[id] += bank->filter_right[i];
117 bank->scaling[i] = Q15_ONE/(bank->scaling[i]);
129 speex_free(bank->scaling);
151 mel[i] = MULT16_32_P15(Q15(bank->scaling[i]),mel[i]);
187 mel[i] *= bank->scaling[i];
filterbank.h 45 float *scaling; member in struct:__anon7351
  /external/freetype/include/freetype/internal/
ftcalc.h 118 * the 64bit multiplication. Let `sa' and `sb' be the scaling factors of
119 * `a' and `b', respectively, then the scaling factor of the result is
125 FT_Long scaling );
136 FT_Long scaling );
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ICanvasTransform.java 31 * the current scaling and the current translation.
52 * the current scaling and the current translation.
  /external/libvpx/vpx/
vp8cx.h 126 VP8E_SET_SCALEMODE = 11, /**< control function to set encoder scaling mode */
145 /*!\brief vpx 1-D scaling mode
147 * This set of constants define 1-D vpx scaling modes
188 /*!\brief vpx image scaling mode
190 * This defines the data structure for image scaling mode
195 VPX_SCALING_MODE h_scaling_mode; /**< horizontal scaling mode */
196 VPX_SCALING_MODE v_scaling_mode; /**< vertical scaling mode */
  /external/srec/srec/cfront/
cheldsp4.c 162 /* Now take the costable scaling off the ceps. */
182 /* Double-deltas parameter scaling */
190 ddpram[i] = (featdata) MAKEBYTE(a); /* sort out scaling of deldel? */
238 log_report("Cep before scaling: ");
242 log_report("Delta Cep before scaling: ");
244 log_report("DeltaDelta Cep before scaling: ");
250 log_report("Cep after scaling: ");
252 log_report("Delta Cep after scaling: ");
254 log_report("DeltaDelta Cep after scaling: ");
  /external/srec/srec/include/
pre_desc.h 42 #define SCALE 1 /* Scaling the channels */
187 int pmc_matshift; /* scaling */
188 int pmc_invshift; /* scaling */
201 prdata mix_score_scale; /* Mixture score scaling constant */
202 prdata uni_score_scale; /* Unimodal score scaling constant */
  /frameworks/base/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Process.c 103 SHIFT); /* Scaling shift */
160 SHIFT); /* Scaling shift */
180 SHIFT); /* Scaling shift */
  /external/kernel-headers/original/linux/netfilter/
nf_conntrack_tcp.h 21 /* Window scaling is advertised by the sender */
  /frameworks/base/media/libeffects/lvm/lib/Common/lib/
AGC.h 51 LVM_INT16 VolumeShift; /* Volume shift scaling */
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILRegionElement.java 24 * Controls the position, size and scaling of media object elements. See the
  /external/qemu/slirp/
tcp_var.h 58 #define TF_REQ_SCALE 0x0020 /* have/will request window scaling */
59 #define TF_RCVD_SCALE 0x0040 /* other side has requested scaling */
121 u_char snd_scale; /* window scaling for send window */
122 u_char rcv_scale; /* window scaling for recv window */
123 u_char request_r_scale; /* pending window scaling */
  /frameworks/base/docs/html/guide/webapps/
targeting.jd 64 density by scaling a web page so that all devices display the web page at the same perceivable size
66 should pay close attention to the scaling that occurs on different densities, because image scaling
69 screen densities, you should control how scaling occurs by providing viewport metadata about
212 instead of scaling your web page to match the target density, then you must also include
216 fit every device screen, but scaling occurs on your images in order to adjust for different screen
250 to allow scaling and {@code no} to disallow scaling. The default is {@code yes}. If you set
252 because scaling is not possible.</dd>
290 Android Browser and {@link android.webkit.WebView} apply approximately 1.5x scaling to web page
    [all...]
  /frameworks/base/core/java/android/view/
ScaleGestureDetector.java 54 * Responds to scaling events for a gesture in progress.
63 * only wants to update scaling factors if the change is
69 * Responds to the beginning of a scaling gesture. Reported by
98 * of scaling-related events. This implements all methods in
446 * Return the scaling factor from the previous scale event to the current
450 * @return The current scaling factor.
461 * accepted scaling event and the current scaling event.
463 * @return Time difference since the last scaling event in milliseconds.
  /packages/apps/Gallery3D/src/com/cooliris/media/
ScaleGestureDetector.java 57 * Responds to scaling events for a gesture in progress. Reported by
67 * to update scaling factors if the change is greater than 0.01.
72 * Responds to the beginning of a scaling gesture. Reported by new
104 * of scaling-related events. This implements all methods in
396 * Return the scaling factor from the previous scale event to the current
400 * @return The current scaling factor.
411 * scaling event and the current scaling event.
413 * @return Time difference since the last scaling event in milliseconds.
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
AudioCapture.java 121 // apply scaling factor
126 // apply scaling factor
  /external/webkit/WebCore/css/
CSSBorderImageValue.h 52 // Values for how to handle the scaling/stretching/tiling of the image slices.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
profil.h 43 unsigned long int pr_scale; /* pc scaling (fixed-point number) */
  /bionic/libm/src/
s_fma.c 37 * We use scaling to avoid overflow/underflow, along with the
79 * If x * y and z are many orders of magnitude apart, the scaling
176 * The result is subnormal, so we round before scaling to
s_fmal.c 37 * We use scaling to avoid overflow/underflow, along with the
74 * If x * y and z are many orders of magnitude apart, the scaling
171 * The result is subnormal, so we round before scaling to

Completed in 490 milliseconds

1 2 3 4 5 6 7 8 91011>>