Home
last modified time | relevance | path

Searched defs:xm (Results 1 – 18 of 18) sorted by relevance

/external/libaom/libaom/tools/
Dgen_constrained_tokenset.py30 def cdf_spareto(x, xm, beta): argument
/external/libyuv/files/util/
Dssim.cc81 double xm, in FinalizeSSIM()
121 uint32_t ws = 0, xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in GetSSIM() local
154 uint32_t xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in GetSSIMFullKernel() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
DAbstractIntegerDistribution.java176 int xm = x0 + (x1 - x0) / 2; in inverseCumulativeProbability() local
/external/webp/src/dsp/
Dssim_sse2.c129 __m128i xm = zero, ym = zero; // 16b accums in SSIMGet_SSE2() local
Ddsp.h341 uint32_t xm, ym; // sum(w_i * x_i), sum(w_i * y_i) member
/external/libaom/libaom/av1/encoder/
Drd.c825 static void rate_surffit_model_params_lookup(BLOCK_SIZE bsize, double xm, in rate_surffit_model_params_lookup()
832 static void dist_surffit_model_params_lookup(BLOCK_SIZE bsize, double xm, in dist_surffit_model_params_lookup()
840 void av1_model_rd_surffit(BLOCK_SIZE bsize, double sse_norm, double xm, in av1_model_rd_surffit()
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
DMullerSolver.java266 double xm = 0.5 * (x0 + x2); in solve() local
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryBuiltinTests.cpp789 const float xm = (x0 + x1) / 2.0f; in initVertexBuffer() local
848 const float xm = (x0 + x1) / 2.0f; in initVertexBuffer() local
1976 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local
2135 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local
2733 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local
2894 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local
3056 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local
3219 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local
3399 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local
3581 const float xm = (x0 + x1) / 2.0f; in initAccelerationStructures() local
[all …]
DvktRayQueryWatertightnessTests.cpp741 const float xm = (x0 + x1) / 2.0f; in initVertexBuffer() local
768 const float xm = (x0 + x1) / 2.0f; in initVertexBuffer() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPathParser.java465 double xm = (x0p + x1p) / 2; in drawArc() local
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingBuiltinTests.cpp1303 const float xm = (x0 + x1) / 2.0f; in initBottomAccelerationStructure() local
1354 const float xm = (x0 + x1) / 2.0f; in initBottomAccelerationStructure() local
1411 const float xm = (x0 + x1) / 2.0f; in initBottomAccelerationStructure() local
1475 const float xm = (x0 + x1) / 2.0f; in initBottomAccelerationStructure() local
DvktRayTracingBuildLargeTests.cpp329 const float xm = (x0 + x1) / 2.0f; in initBottomAccelerationStructure() local
DvktRayTracingBuildIndirectTests.cpp408 const float xm = (x0 + x1) / 2.0f; in initBottomAccelerationStructure() local
DvktRayTracingBuildTests.cpp323 const float xm = (x0 + x1) / 2.0f; in initBottomAccelerationStructure() local
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Ddemo.c521 const int xm = x + ((0x1c >> a) & 1); in createGroundPlane() local
/external/vixl/src/aarch64/
Dassembler-aarch64.cc233 void Assembler::braa(const Register& xn, const Register& xm) { in braa()
239 void Assembler::brab(const Register& xn, const Register& xm) { in brab()
245 void Assembler::blraa(const Register& xn, const Register& xm) { in blraa()
251 void Assembler::blrab(const Register& xn, const Register& xm) { in blrab()
853 const Register& xm) { in crc32x()
889 const Register& xm) { in crc32cx()
988 const Register& xm) { in smulh()
996 const Register& xm) { in umulh()
Dmacro-assembler-aarch64.h1196 void Braa(const Register& xn, const Register& xm) { in Braa()
1201 void Brab(const Register& xn, const Register& xm) { in Brab()
1206 void Blraa(const Register& xn, const Register& xm) { in Blraa()
1211 void Blrab(const Register& xn, const Register& xm) { in Blrab()
2353 void Smulh(const Register& xd, const Register& xn, const Register& xm) { in Smulh()
2633 void Umulh(const Register& xd, const Register& xn, const Register& xm) { in Umulh()
/external/XNNPACK/src/xnnpack/
Dparams.h1941 xnn_zipv_ukernel_function xm; member