Home
last modified time | relevance | path

Searched refs:scale (Results 1426 - 1450 of 2337) sorted by relevance

1...<<51525354555657585960>>...94

/third_party/skia/gm/
H A Dlabyrinth.cpp81 canvas->scale(40, 40); in draw_labyrinth()
H A Dlargeclippedpath.cpp41 canvas->scale(kSize/3.f, kSize/3.f); in draw_clipped_flower()
/third_party/skia/bench/
H A DGrMipmapBench.cpp60 canvas->scale(0.1f, 0.1f);
/third_party/skia/docs/examples/
H A DColor_Type_RGBA_F16.cpp24 canvas->scale(16, 16); in REG_FIDDLE()
/kernel/linux/linux-5.10/drivers/media/tuners/
H A Dmxl301rf.c79 rssi->stat[0].scale = FE_SCALE_NOT_AVAILABLE; in mxl301rf_get_rf_strength()
103 rssi->stat[0].scale = FE_SCALE_DECIBEL; in mxl301rf_get_rf_strength()
/kernel/linux/linux-5.10/include/linux/
H A Dclk.h155 * @scale: scaling factor to be applied to represent the ratio as an integer
157 * Returns the duty cycle ratio multiplied by the scale provided, otherwise
160 int clk_get_scaled_duty_cycle(struct clk *clk, unsigned int scale);
244 unsigned int scale) in clk_get_scaled_duty_cycle()
243 clk_get_scaled_duty_cycle(struct clk *clk, unsigned int scale) clk_get_scaled_duty_cycle() argument
/kernel/linux/linux-6.6/drivers/media/tuners/
H A Dmxl301rf.c79 rssi->stat[0].scale = FE_SCALE_NOT_AVAILABLE; in mxl301rf_get_rf_strength()
103 rssi->stat[0].scale = FE_SCALE_DECIBEL; in mxl301rf_get_rf_strength()
/kernel/linux/linux-6.6/include/linux/
H A Dclk.h166 * @scale: scaling factor to be applied to represent the ratio as an integer
168 * Returns the duty cycle ratio multiplied by the scale provided, otherwise
171 int clk_get_scaled_duty_cycle(struct clk *clk, unsigned int scale);
262 unsigned int scale) in clk_get_scaled_duty_cycle()
261 clk_get_scaled_duty_cycle(struct clk *clk, unsigned int scale) clk_get_scaled_duty_cycle() argument
/kernel/linux/linux-6.6/drivers/video/backlight/
H A Dmt6370-backlight.c212 props->scale = BACKLIGHT_SCALE_NON_LINEAR; in mt6370_init_backlight_properties()
214 props->scale = BACKLIGHT_SCALE_LINEAR; in mt6370_init_backlight_properties()
/kernel/linux/linux-6.6/tools/lib/perf/include/perf/
H A Devent.h254 double scale; member
263 struct perf_record_event_update_scale scale; member
/third_party/ffmpeg/libavcodec/
H A Dlpc.c127 /* since negative shift values are unsupported in decoder, scale down in quantize_lpc_coefs()
130 double scale = ((double)qmax) / cmax; in quantize_lpc_coefs() local
132 lpc_in[i] *= scale; in quantize_lpc_coefs()
/third_party/ffmpeg/libavfilter/
H A Dasrc_afirsrc.c182 float overlap, scale = 1.f, compensation; in config_output() local
226 ret = av_tx_init(&s->tx_ctx, &s->tx_fn, AV_TX_FLOAT_FFT, 1, fft_size, &scale, 0); in config_output()
H A Dvf_amplify.c125 avg = sum * scale; \
155 const float scale = 1.f / nb_inputs; in amplify_frame() local
/third_party/ffmpeg/libavutil/
H A Dtx_priv.h202 const void *scale);
249 int len, int inv, const void *scale);
/third_party/astc-encoder/Source/
H A Dastcenc_integer_sequence.cpp377 * @brief The sequence scale, round, and divisors needed to compute sizing.
380 * (scale * <sequence_len> + round) / divisor
385 uint8_t scale:6; member
392 * @brief The table of scale, round, and divisors needed for quant sizing.
432 return (entry.scale * character_count + divisor - 1) / divisor; in get_ise_sequence_bitcount()
/third_party/icu/icu4c/source/i18n/
H A Dnumber_skeletons.h345 static bool scale(const MacroProps& macros, UnicodeString& sb, UErrorCode& status);
367 bool scale = false; member
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_wpos_ytransform.c286 nir_ssa_def *scale = nir_channel(b, get_transform(state), 0); in lower_load_sample_pos() local
288 /* Either y or 1-y for scale equal to 1 or -1 respectively. */ in lower_load_sample_pos()
291 nir_fmul(b, nir_channel(b, pos, 1), scale)); in lower_load_sample_pos()
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_blorp_exec.c284 const unsigned scale = params->fast_clear_op ? UINT_MAX : 1; in blorp_exec_on_render() local
286 params->y1 - params->y0, scale); in blorp_exec_on_render()
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_skeletons.h345 static bool scale(const MacroProps& macros, UnicodeString& sb, UErrorCode& status);
367 bool scale = false; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_shader.h113 * 28-30: scale (0 = 1x, 1 = 2x, 2 = 4x, 3 = 8x, 4 = ???, 5, = 1/2, 6 = 1/4, 7 = 1/8)
434 char scale; member
454 .scale = 0, in nvfx_insn()
/third_party/node/deps/v8/src/profiler/
H A Dsampling-heap-profiler.cc46 double scale = 1.0 / (1.0 - std::exp(-static_cast<double>(size) / rate_)); in ScaleSample() local
48 return {size, static_cast<unsigned int>(count * scale + 0.5)}; in ScaleSample()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_const.c215 double scale = lp_const_scale(type); in lp_const_eps() local
216 return 1.0/scale; in lp_const_eps()
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_init.c325 p->viewport.scale[0] = p->viewport.translate[0] = (float) w / 2.0f; in pp_init_fbos()
326 p->viewport.scale[1] = p->viewport.translate[1] = (float) h / 2.0f; in pp_init_fbos()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DBufferSubData.cpp270 GLfloat scale = 2.0f; in initializeBenchmark() local
272 glUniform1f(glGetUniformLocation(mProgram, "uScale"), scale); in initializeBenchmark() local
H A DInstancingPerf.cpp289 float scale = AnimationSignal(tx) * 0.01f + 0.01f; in drawBenchmark() local
290 mSizeData[pointIndex] = scale; in drawBenchmark()

Completed in 20 milliseconds

1...<<51525354555657585960>>...94