Home
last modified time | relevance | path

Searched defs:scaled (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/webrtc/common_video/
H A Dvideo_frame_unittest.cc532 VideoFrame::UpdateRect scaled = in TEST() local
541 VideoFrame::UpdateRect scaled = a.ScaleWithFrame( in TEST() local
550 VideoFrame::UpdateRect scaled = a.ScaleWithFrame( in TEST() local
559 VideoFrame::UpdateRect scaled = a.ScaleWithFrame( in TEST() local
569 VideoFrame::UpdateRect scaled = a.ScaleWithFrame( in TEST() local
579 VideoFrame::UpdateRect scaled = a.ScaleWithFrame( in TEST() local
589 VideoFrame::UpdateRect scaled = a.ScaleWithFrame( in TEST() local
599 VideoFrame::UpdateRect scaled = in TEST() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/
H A DAdamsFieldStepInterpolator.java55 private final T[] scaled; field in AdamsFieldStepInterpolator
71 final T[] scaled, final Array2DRowFieldMatrix<T> nordsieck, in AdamsFieldStepInterpolator()
94 final T[] scaled, final Array2DRowFieldMatrix<T> nordsieck, in AdamsFieldStepInterpolator()
152final S[] scaled, in taylor()
H A DAdamsMoultonFieldIntegrator.java352 private final T[] scaled; field in AdamsMoultonFieldIntegrator.Corrector
365 Corrector(final T[] previous, final T[] scaled, final T[] state) { in Corrector()
H A DAdamsMoultonIntegrator.java357 private final double[] scaled; field in AdamsMoultonIntegrator.Corrector
370 Corrector(final double[] previous, final double[] scaled, final double[] state) { in Corrector()
/aosp_15_r20/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/
H A DVibrationScalerTest.java239 PrebakedSegment scaled = mVibrationScaler.scale(effect, USAGE_NOTIFICATION); in scale_withPrebakedSegment_setsEffectStrengthBasedOnSettings() local
263 PrebakedSegment scaled = in scale_withPrebakedEffect_setsEffectStrengthBasedOnSettings() local
291 VibrationEffect.VendorEffect scaled = in scale_withVendorEffect_setsEffectStrengthAndScaleBasedOnSettings() local
/aosp_15_r20/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DQuad.java67 public Quad scaled(float s) { in scaled() method in Quad
71 public Quad scaled(float x, float y) { in scaled() method in Quad
H A DRectangle.java82 public Rectangle scaled(float s) { in scaled() method in Rectangle
87 public Rectangle scaled(float x, float y) { in scaled() method in Rectangle
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/glyf/
H A Dmod.rs370 let scaled = self in load_simple() localVariable
456 let scaled = (unscaled.map(F26Dot6::from_i32) + delta) * scale; in load_simple() localVariable
606 let scaled = &mut self.memory.scaled[start_point..end_point]; in load_composite() localVariable
707 let scaled = &mut self.memory.scaled[point_range.clone()]; in load_composite() localVariable
/aosp_15_r20/external/skia/modules/canvaskit/
H A Dmatrix.js165 CanvasKit.Matrix.scaled = function(sx, sy, px, py) { function
240 CanvasKit.M44.scaled = function(vec) { function
481 CanvasKit.ColorMatrix.scaled = function(rs, gs, bs, as) { function
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dremote_estimate.cc41 int64_t scaled = ByteReader<uint32_t, kFieldValueSize>::ReadBigEndian(src); in Read() local
56 int64_t scaled; in Write() local
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/oned/
H A DCode93Reader.java176 int scaled = Math.round(counters[i] * 9.0f / sum); in toPattern() local
185 pattern <<= scaled; in toPattern() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ir/
H A DUniformSupport.h128 APFloat scaled = (expressedValue / scale); in quantizeFloatToInt() local
157 const double scaled = realValue / scaleDouble + zeroPointDouble; in quantizeF32ToInt8() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DAdamsMoultonIntegrator.java350 private final double[] scaled; field in AdamsMoultonIntegrator.Corrector
363 public Corrector(final double[] previous, final double[] scaled, final double[] state) { in Corrector()
/aosp_15_r20/external/angle/src/common/
H A DPackedEnums.h316 GLenum scaled = (from - GL_UNSIGNED_BYTE); variable
386 const GLenum scaled = (from - GL_FUNC_ADD); variable
393 const GLenum scaled = variable
/aosp_15_r20/external/google-benchmark/src/
H A Dstring_util.cc54 double scaled = val; in ToExponentAndMantissa() local
69 double scaled = val; in ToExponentAndMantissa() local
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/src/
H A Dstring_util.cc54 double scaled = val; in ToExponentAndMantissa() local
69 double scaled = val; in ToExponentAndMantissa() local
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/
H A Dstring_util.cc51 double scaled = val; in ToExponentAndMantissa() local
66 double scaled = val; in ToExponentAndMantissa() local
/aosp_15_r20/cts/tests/input/src/android/input/cts/
H A DDrawingTabletTest.kt243 val scaled = PointF(p.x * rotatedScale, p.y * rotatedScale) in transformForRotatedDrawingTablet() constant
/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
H A DHardwareBitmapTests.java160 Bitmap scaled = Bitmap.createBitmap(picture, 24, 24, Bitmap.Config.HARDWARE); in testCreateScaledBitmapFromPicture() local
240 Bitmap scaled = Bitmap.createScaledBitmap(hardwareBitmap, 24, 24, true); in testCreateScaledBitmap() local
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_link_quality.cpp492 double scaled = 255.0 / 130.0 * linkMargin; in TestLinkMetricsScaling() local
509 double scaled = 255.0 / 130.0 * (rssi + 130.0); in TestLinkMetricsScaling() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_vec4_visitor.cpp512 dst_reg scaled(this, glsl_vec4_type()); in emit_unpack_snorm_4x8() local
527 dst_reg scaled(this, glsl_vec4_type()); in emit_pack_unorm_4x8() local
549 dst_reg scaled(this, glsl_vec4_type()); in emit_pack_snorm_4x8() local
H A Delk_nir_attribute_workarounds.c57 nir_def *scaled = in apply_attr_wa_instr() local
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c226 LLVMValueRef shifted, casted, scaled, masked; in lp_build_unpack_arith_rgba_aos() local
372 LLVMValueRef shifted, casted, scaled, unswizzled; in lp_build_pack_rgba_aos() local
/aosp_15_r20/external/freetype/src/psaux/
H A Dpsft.c269 FT_Bool* scaled ) in cf2_getScaleAndHintFlag()
376 FT_Bool scaled; in cf2_decoder_parse_charstrings() local
/aosp_15_r20/external/skia/docs/examples/
H A DPoint_scale.cpp8 SkPoint point = {40, -15}, scaled; in draw() local

12345678910>>...13