Home
last modified time | relevance | path

Searched refs:scale (Results 1976 - 2000 of 2804) sorted by relevance

1...<<71727374757677787980>>...113

/kernel/linux/linux-6.6/tools/perf/util/
H A Devsel.h82 double scale; member
378 int __evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread, bool scale);
/kernel/linux/linux-6.6/sound/pci/ctxfi/
H A Dctamixer.c175 unsigned int scale, struct sum *sum) in amixer_setup()
178 amixer_set_y(amixer, scale); in amixer_setup()
174 amixer_setup(struct amixer *amixer, struct rsc *input, unsigned int scale, struct sum *sum) amixer_setup() argument
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c355 __u32 scale = beta_scale; in bictcp_update() local
359 delta = (cwnd * scale) >> 3; in bictcp_update()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_cubic.c64 /* Note parameters that are used for precomputing scale factors are read-only */
72 MODULE_PARM_DESC(bic_scale, "scale (scaled by 1024) value for bic function (bic_scale/1024)");
302 u32 scale = beta_scale; in bictcp_update() local
304 delta = (cwnd * scale) >> 3; in bictcp_update()
/test/testfwk/arkxtest/uitest/core/
H A Dui_action.h208 explicit GenericPinch(const Rect &rect, float_t scale) : rect_(rect), scale_(scale) {}; in GenericPinch() argument
/third_party/ffmpeg/libavcodec/
H A Dasvdec.c287 const int scale = avctx->codec_id == AV_CODEC_ID_ASV1 ? 1 : 2; in decode_init() local
311 a->intra_matrix[i] = 64 * scale * ff_mpeg1_default_intra_matrix[index] / in decode_init()
H A Dvp9mvs.c185 #define RETURN_SCALE_MV(mv, scale) \ in find_ref_mvs()
187 if (scale) { \ in find_ref_mvs()
/third_party/ffmpeg/libavfilter/
H A Daf_superequalizer.c137 float scale = 1.f, iscale = 1.f; in equ_init() local
140 ret = av_tx_init(&s->rdft, &s->tx_fn, AV_TX_FLOAT_RDFT, 0, 1 << wb, &scale, 0); in equ_init()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DPatternStringUtils.java126 digitsStringScale = -roundingInterval.scale(); in propertiesToPatternString()
128 String str = roundingInterval.scaleByPowerOfTen(roundingInterval.scale()).toPlainString(); in propertiesToPatternString()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DPatternStringUtils.java130 digitsStringScale = -roundingInterval.scale(); in propertiesToPatternString()
132 String str = roundingInterval.scaleByPowerOfTen(roundingInterval.scale()).toPlainString(); in propertiesToPatternString()
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_enc_common.c243 *size = priv->scale.xWidth * priv->scale.xHeight * 2; in enc_ScaleInput_common()
/third_party/pulseaudio/src/pulsecore/ffmpeg/
H A Dresample2.c91 * @param scale wanted sum of coefficients for each filter
94 void av_build_filter(FELEM *filter, double factor, int tap_count, int phase_count, int scale, int type){ in av_build_filter() argument
135 filter[ph * tap_count + i] = av_clip(lrintf(tab[i] * scale / norm), FELEM_MIN, FELEM_MAX); in av_build_filter()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
H A DCoreWindowNativeWindow_unittest.cpp398 // Tests that the scale property works as expected in a property set with a SwapChainPanel
404 float scale = GetParam().first; in TEST_P() local
421 // Add a valid scale factor to the property set in TEST_P()
424 scale, reinterpret_cast<IInspectable **>(singleValue.GetAddressOf())); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DMapBufferRange.cpp286 GLfloat scale = 2.0f; in initializeBenchmark() local
288 glUniform1f(glGetUniformLocation(mProgram, "uScale"), scale); in initializeBenchmark() local
/third_party/skia/samplecode/
H A DSample3D.cpp116 SkM44 asM44(SkScalar scale) const { in asM44()
117 return R({0,1,0}, fRy) * R({1,0,0}, fRx) * T(0, 0, scale); in asM44()
129 * at the z-scale of the inverse (the transpose doesn't change the main diagonal, so in front()
290 // "World" space - content is centered at the origin, in device scale (+-200)
400 float scale = min(ambient + max(dp, 0), 1);
402 return color_map.eval(p) * scale.xxx1;
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShader.hpp406 unsigned int scale; member
437 rel.scale = 1; in Parameter()
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dwebp_enc.c248 const float scale = 1.f + config->quality * 5.f / 100.f; // in [1,6] in InitVP8Encoder() local
249 VP8TBufferInit(&enc->tokens_, (int)(mb_w * mb_h * 4 * scale)); in InitVP8Encoder()
/third_party/skia/src/shaders/
H A DSkPictureShader.cpp53 SkSize scale) in ImageFromPictureKey()
58 , fScale(scale) in ImageFromPictureKey()
185 // Use a rotation-invariant scale in Make()
/third_party/skia/src/utils/
H A DSkDashPath.cpp241 fTangent.scale(SkScalarInvert(pathLength));
243 fNormal.scale(SkScalarHalf(rec->getWidth()));
347 // scale vector to make start of tiny right angle
352 // scale vector to make end of tiny right angle
/third_party/pulseaudio/src/tests/
H A Dvolume-ui.py130 def scale(this, v): member in CVolume
206 v.scale(int(value_scale.get_value()))
/third_party/skia/gm/
H A Drasterhandleallocator.cpp30 void scale(float s) { fCanvas->scale(s, s); } in scale() function in GraphicsPort
H A Dfontmgr.cpp203 FontMgrBoundsGM(float scale, float skew) : fScaleX(scale) , fSkewX(skew) {} in FontMgrBoundsGM() argument
H A Dimagefilterstransformed.cpp37 // It checks that the scale portion of the CTM is correctly extracted
38 // and applied to the image inputs separately from the non-scale portion.
103 canvas->scale(SkDoubleToScalar(0.8), SkDoubleToScalar(0.8));
200 // hi-dpi 2x device scale).
266 canvas->scale(0.5f, 0.5f); in drawFilter()
H A Dtypeface.cpp44 SkScalar scale = font.getSize() / font.getTypefaceOrDefault()->getUnitsPerEm(); in applyKerning() local
48 globalAdj += adjustments[i] * scale; in applyKerning()
/third_party/skia/modules/canvaskit/
H A Dexterns.js215 scale: function() {},
1117 CanvasRenderingContext2D.prototype.scale = function() {};

Completed in 22 milliseconds

1...<<71727374757677787980>>...113