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

1 2 34 5 6 7 8 91011>>

  /frameworks/base/cmds/wm/src/com/android/commands/wm/
Wm.java 56 " wm scaling [off|auto]\n" +
66 "wm scaling: set display scaling mode.\n" +
92 } else if (op.equals("scaling")) {
244 System.err.println("Error: scaling must be 'auto' or 'off'");
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Transform.h 69 /** corresponding scaling transformation type */
70 typedef Scaling<Scalar,Dim> ScalingType;
237 void computeRotationScaling(RotationMatrixType *rotation, ScalingMatrixType *scaling) const;
239 void computeScalingRotation(ScalingMatrixType *scaling, RotationMatrixType *rotation) const;
527 *** Scaling, Translation and Rotation compatibility ***
606 /** decomposes the linear part of the transformation as a product rotation x scaling, the scaling being
619 void Transform<Scalar,Dim>::computeRotationScaling(RotationMatrixType *rotation, ScalingMatrixType *scaling) const
625 if(scaling)
627 scaling->noalias() = svd.matrixV() * sv.asDiagonal() * svd.matrixV().adjoint()
    [all...]
RotationBase.h 48 /** \returns the concatenation of the rotation \c *this with a scaling \a s */
49 inline RotationMatrixType operator*(const Scaling<Scalar,Dim>& s) const
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 164 WebRtc_Word16 scaling,n,k; local
174 scaling = WebRtcSpl_GetScalingSquare ((WebRtc_Word16 *) in, PITCH_CORR_LEN2, PITCH_CORR_LEN2);
179 ysum32 += WEBRTC_SPL_MUL_16_16_RSFT( (WebRtc_Word16) in[n],(WebRtc_Word16) in[n], scaling); // Q0
180 csum32 += WEBRTC_SPL_MUL_16_16_RSFT((WebRtc_Word16) x[n],(WebRtc_Word16) in[n], scaling); // Q0
205 ysum32 -= WEBRTC_SPL_MUL_16_16_RSFT( (WebRtc_Word16) in[k-1],(WebRtc_Word16) in[k-1], scaling);
206 ysum32 += WEBRTC_SPL_MUL_16_16_RSFT( (WebRtc_Word16) in[PITCH_CORR_LEN2 + k - 1],(WebRtc_Word16) in[PITCH_CORR_LEN2 + k - 1], scaling);
213 int32x4_t int_32x4_scale = vdupq_n_s32(-scaling);
234 if(scaling == 0) {
240 csum32 += (x[n] * inptr[n]) >> scaling;
  /frameworks/base/core/java/android/view/
ScaleGestureDetector.java 26 * Detects scaling transformation gestures using the supplied {@link MotionEvent}s.
59 * Responds to scaling events for a gesture in progress.
68 * only wants to update scaling factors if the change is
74 * Responds to the beginning of a scaling gesture. Reported by
103 * of scaling-related events. This implements all methods in
479 * @param scales true to enable quick scaling, false to disable
501 * swipe, should perform scaling. {@see #setQuickScaleEnabled(boolean)}.
512 * @param scales true to enable stylus scaling, false to disable.
520 * button, should perform scaling. {@see #setStylusScaleEnabled(boolean)}
622 * Return the scaling factor from the previous scale event to the curren
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoProcessor.java 118 * @throws IOException If bitmap decoding or scaling fails.
130 * @throws IOException If bitmap decoding or scaling fails.
147 * @throws IOException If bitmap decoding or scaling fails.
167 * @throws IOException If bitmap decoding or scaling fails.
177 * @throws IOException If bitmap decoding or scaling fails.
198 * @throws IOException If bitmap decoding or scaling fails.
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
fft.c 51 * int iSign, double scaling);
66 * SCALING = normalizing constant by which the final result is *divided*
67 * if SCALING == -1, normalize by total dimension of the transform
68 * if SCALING < -1, normalize by the square-root of the total dimension
74 * WebRtcIsac_Fftn (3, dims, Re, Im, 1, scaling);
163 double scaling,
239 if (scaling && scaling != 1.0)
242 if (scaling < 0.0)
244 scaling = (double)nTotal
    [all...]
  /external/eigen/bench/spbench/
sp_solver.cpp 14 // #include <unsupported/Eigen/src/IterativeSolvers/Scaling.h>
85 // Scaling<SparseMatrix<double> > scal;
  /external/llvm/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h 57 // Get sum of the block successors' weights, potentially scaling them to fit
58 // within 32-bits. If scaling is required, sets Scale based on the necessary
  /external/skia/resources/
slides_content2.lua 45 -- Image scaling, filters
54 - Bitmap scaling : bilerp, mipmaps, fancy
  /external/sonic/
main.c 63 " -p pitch -- Set pitch scaling factor. 1.3 means 30%% higher.\n"
89 printf("Scaling pitch linearly.\n");
  /frameworks/base/docs/html/training/gestures/
index.jd 89 <strong><a href="scale.html">Dragging and Scaling</a></strong>
92 Learn how to implement touch-based dragging and scaling.
scale.jd 1 page.title=Dragging and Scaling
19 <li><a href="#scale">Use Touch to Perform Scaling</a></li>
264 <h2 id="scale">Use Touch to Perform Scaling</h2>
268 Android such as scrolling, flinging, and long press. For scaling, Android
281 <h3>Basic scaling example</h3>
283 <p>Here is a snippet that illustrates the basic ingredients involved in scaling.</p>
331 <h3>More complex scaling example</h3>
333 The {@code InteractiveChart} sample supports both scrolling (panning) and scaling with multiple fingers,
  /hardware/intel/common/utils/ISV/include/
isv_worker.h 66 FILTER_HQ = 0, // high-quality filter (AVS scaling)
67 FILTER_FAST = 1, // fast filter (bilinear scaling)
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.h 25 //These scaling factors are specific for MDP3. Normally scaling factor
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_copybit.h 25 //These scaling factors are specific for MDP3. Normally scaling factor
  /packages/apps/InCallUI/res/drawable/
btn_compound_audio.xml 45 <!-- Use an explicit <bitmap> to avoid scaling the icon up to the full
68 <!-- These all use an explicit <bitmap> to avoid scaling the icon up
  /packages/apps/InCallUI/res/values/
attrs.xml 67 by its parent. If this is set to false, no scaling will occur. If this is set to true
68 scaling will occur to fit for any axis in which gravity is set to center. -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
EmptyViewsOverlay.java 35 /** Vertical scaling & scrollbar information. */
38 /** Horizontal scaling & scrollbar information. */
OutlineOverlay.java 35 /** Vertical scaling & scrollbar information. */
38 /** Horizontal scaling & scrollbar information. */
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoDecodeRunnable.java 166 * First pass of decoding to get scaling and sampling
173 * Sets horizontal and vertical scaling factors so that the
188 * If either of the scaling factors is > 1, the image's
191 * by the larger of the scaling factors. Setting
  /external/libavc/common/x86/
ih264_ihadamard_scaling_ssse3.c 26 * Contains definition of functions for h264 inverse hadamard 4x4 transform and scaling
57 * of a 16x16 intra prediction macroblock, and then performs scaling.
71 * pointer to scaling list
185 //Scaling
  /external/libopus/silk/fixed/
autocorr_FIX.c 38 opus_int *scale, /* O Scaling of the correlation vector */
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_memory.c 35 * Several schemes exist to reduce this, such as scaling back the
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
dxgitype.idl 63 DXGI_MODE_SCALING Scaling;

Completed in 3110 milliseconds

1 2 34 5 6 7 8 91011>>