/third_party/ffmpeg/libavcodec/ |
H A D | vp9recon.c | 414 const uint16_t *scale, const uint8_t *step) in mc_luma_scaled() 422 #define scale_mv(n, dim) (((int64_t)(n) * scale[dim]) >> 14) in mc_luma_scaled() 430 // BUG libvpx seems to scale the two components separately. This introduces in mc_luma_scaled() 474 const uint16_t *scale, const uint8_t *step) in mc_chroma_scaled() 406 mc_luma_scaled(VP9TileData *td, vp9_scaled_mc_func smc, vp9_mc_func (*mc)[2], uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *ref, ptrdiff_t ref_stride, ThreadFrame *ref_frame, ptrdiff_t y, ptrdiff_t x, const VP56mv *in_mv, int px, int py, int pw, int ph, int bw, int bh, int w, int h, int bytesperpixel, const uint16_t *scale, const uint8_t *step) mc_luma_scaled() argument 464 mc_chroma_scaled(VP9TileData *td, vp9_scaled_mc_func smc, vp9_mc_func (*mc)[2], uint8_t *dst_u, uint8_t *dst_v, ptrdiff_t dst_stride, const uint8_t *ref_u, ptrdiff_t src_stride_u, const uint8_t *ref_v, ptrdiff_t src_stride_v, ThreadFrame *ref_frame, ptrdiff_t y, ptrdiff_t x, const VP56mv *in_mv, int px, int py, int pw, int ph, int bw, int bh, int w, int h, int bytesperpixel, const uint16_t *scale, const uint8_t *step) mc_chroma_scaled() argument
|
/third_party/glfw/src/ |
H A D | window.c | 131 // Notifies shared code that a window content scale has changed 132 // The scale is specified as the ratio between the current and default DPI 142 if (window->callbacks.scale) in _glfwInputWindowContentScale() 143 window->callbacks.scale((GLFWwindow*) window, xscale, yscale); in _glfwInputWindowContentScale() 1163 _GLFW_SWAP(GLFWwindowcontentscalefun, window->callbacks.scale, cbfun); in glfwSetWindowContentScaleCallback()
|
/third_party/alsa-utils/amixer/ |
H A D | amixer.c | 339 double scale = 1.0; in set_volume_simple() local 363 scale = 100; in set_volume_simple() 371 val = (long)(strtod(s, NULL) * scale); in set_volume_simple()
|
/third_party/libuv/src/win/ |
H A D | util.c | 470 uint64_t uv__hrtime(unsigned int scale) { in uv__hrtime() argument 476 assert(scale != 0); in uv__hrtime() 486 scaled_freq = (double) hrtime_frequency_ / scale; in uv__hrtime()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64-inl.h | 1059 Instr Assembler::FPScale(unsigned scale) { in FPScale() argument 1060 DCHECK(is_uint6(scale)); in FPScale() 1061 return scale << FPScale_offset; in FPScale()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_emit.c | 646 OUT_RING(ring, A5XX_GRAS_CL_VPORT_XSCALE_0(ctx->viewport.scale[0])); in fd5_emit_state() 648 OUT_RING(ring, A5XX_GRAS_CL_VPORT_YSCALE_0(ctx->viewport.scale[1])); in fd5_emit_state() 650 OUT_RING(ring, A5XX_GRAS_CL_VPORT_ZSCALE_0(ctx->viewport.scale[2])); in fd5_emit_state()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_compositor.c | 448 s->layers[i].viewport.scale[2] = 1; in vl_compositor_clear_layers() 537 s->layers[layer].viewport.scale[0] = dst_area->x1 - dst_area->x0; in vl_compositor_set_layer_dst_area() 538 s->layers[layer].viewport.scale[1] = dst_area->y1 - dst_area->y0; in vl_compositor_set_layer_dst_area()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_emit.c | 806 OUT_RING(ring, A4XX_GRAS_CL_VPORT_XSCALE_0(ctx->viewport.scale[0])); in fd4_emit_state() 808 OUT_RING(ring, A4XX_GRAS_CL_VPORT_YSCALE_0(ctx->viewport.scale[1])); in fd4_emit_state() 810 OUT_RING(ring, A4XX_GRAS_CL_VPORT_ZSCALE_0(ctx->viewport.scale[2])); in fd4_emit_state()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_pipe_common.c | 151 viewport.scale[0] = 1.0f; in r600_draw_rectangle() 152 viewport.scale[1] = 1.0f; in r600_draw_rectangle() 153 viewport.scale[2] = 1.0f; in r600_draw_rectangle()
|
/third_party/node/deps/openssl/openssl/crypto/camellia/asm/ |
H A D | cmll-x86_64.pl | 82 my $scale=$seed<0?-8:8; 107 mov `$seed+($i+1)*$scale`($key),$t1 # prefetch key[i+1] 108 mov `$seed+($i+1)*$scale+4`($key),$t0
|
H A D | cmll-x86.pl | 88 my $scale=$seed<0?-8:8; 94 &xor ($t1,&DWP($seed+$i*$scale+4,$key)); # t1^=key[1] 118 &mov ($idx,&DWP($seed+($i+1)*$scale,$key)); # prefetch key[i+1]
|
/third_party/node/deps/uv/src/win/ |
H A D | util.c | 495 uint64_t uv__hrtime(unsigned int scale) { in uv__hrtime() argument 501 assert(scale != 0); in uv__hrtime() 511 scaled_freq = (double) hrtime_frequency_ / scale; in uv__hrtime()
|
/third_party/openssl/crypto/camellia/asm/ |
H A D | cmll-x86_64.pl | 82 my $scale=$seed<0?-8:8; 107 mov `$seed+($i+1)*$scale`($key),$t1 # prefetch key[i+1] 108 mov `$seed+($i+1)*$scale+4`($key),$t0
|
H A D | cmll-x86.pl | 88 my $scale=$seed<0?-8:8; 94 &xor ($t1,&DWP($seed+$i*$scale+4,$key)); # t1^=key[1] 118 &mov ($idx,&DWP($seed+($i+1)*$scale,$key)); # prefetch key[i+1]
|
/third_party/skia/src/image/ |
H A D | SkImage_Gpu.cpp | 651 float scale = static_cast<float>(maxTextureSize) / maxDim; in MakeCrossContextFromPixmap() local 652 int newWidth = std::min(static_cast<int>(originalPixmap.width() * scale), maxTextureSize); in MakeCrossContextFromPixmap() 653 int newHeight = std::min(static_cast<int>(originalPixmap.height() * scale), maxTextureSize); in MakeCrossContextFromPixmap()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Renderer.cpp | 892 float scale = lineWidth * 0.5f / sqrt(dx * dx + dy * dy); in setupLine() local 894 dx *= scale; in setupLine() 895 dy *= scale; in setupLine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 624 void InstrProfValueSiteRecord::scale(uint64_t Weight, in scale() function in llvm::InstrProfValueSiteRecord 680 R.scale(Weight, Warn); in scaleValueProfData() 683 void InstrProfRecord::scale(uint64_t Weight, in scale() function in llvm::InstrProfRecord
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderBuiltinVarTests.cpp | 300 const tcu::Vec3 scale (1.f / float(width), 1.f / float(height), 1.0f); in iterate() 341 gl.uniform3fv(scaleLoc, 1, scale.getPtr()); in iterate() 359 const tcu::Vec3 scaledFC = fragCoord*scale; in iterate()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsScissorTests.cpp | 386 const float scale = 1.44f/deFloatSqrt(float(m_primitiveCount)*2.0f); // Magic value to roughly fill the render area with primitives at a readable density in render() local 399 positions[ndx+0] = (basePositions[vertNdx*2 + 0]*scale + dx)*primitiveArea.z() + primitiveArea.x(); in render() 400 positions[ndx+1] = (basePositions[vertNdx*2 + 1]*scale + dy)*primitiveArea.w() + primitiveArea.y(); in render()
|
/third_party/vulkan-loader/loader/ |
H A D | cJSON.c | 97 double n = 0, sign = 1, scale = 0; in parse_number() local 107 do n = (n * 10.0) + (*num++ - '0'), scale--; in parse_number() 120 n = sign * n * pow(10.0, (scale + subscale * signsubscale)); /* number = +/- in parse_number()
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 1651 # Switch graph scale graphics item 1674 # Switch graph graphics item contains graph title, scale, x/y-axis, and the graphed data 2075 # Graph attributes, in particular the scale and subrange that change when zooming 2079 def __init__(self, scale, subrange, region_attributes, dp): 2080 self.scale = scale 2088 return int(round((x - self.subrange.x.lo) * self.scale.x, self.pdp.x)) 2091 return int(round((y - self.subrange.y.lo) * self.scale.y, self.pdp.y)) 2094 return round((round(px, 0) / self.scale.x), self.dp.x) + self.subrange.x.lo 2097 return round((round(py, 0) / self.scale [all...] |
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 1652 # Switch graph scale graphics item 1675 # Switch graph graphics item contains graph title, scale, x/y-axis, and the graphed data 2076 # Graph attributes, in particular the scale and subrange that change when zooming 2080 def __init__(self, scale, subrange, region_attributes, dp): 2081 self.scale = scale 2089 return int(round((x - self.subrange.x.lo) * self.scale.x, self.pdp.x)) 2092 return int(round((y - self.subrange.y.lo) * self.scale.y, self.pdp.y)) 2095 return round((round(px, 0) / self.scale.x), self.dp.x) + self.subrange.x.lo 2098 return round((round(py, 0) / self.scale [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | web_model_impl.cpp | 468 void WebModelImpl::InitialScale(float scale) in InitialScale() argument 472 webComponent->SetInitialScale(scale); in InitialScale()
|
/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | pixel_map.h | 147 NATIVEEXPORT virtual void scale(float xAxis, float yAxis); 148 NATIVEEXPORT virtual void scale(float xAxis, float yAxis, const AntiAliasingOption &option);
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | gen_except.S | 245 | Only scosh, setox, ssinh, stwotox, and scale can set overflow in 248 | Stwotox, setox, and scale can set underflow in this manner.
|