Home
last modified time | relevance | path

Searched defs:kWeight (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/undici/src/lib/
Dbalanced-pool.js24 const kWeight = Symbol('kWeight') constant
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dssim_sse2.c101 static const uint16_t kWeight[] = { 1, 2, 3, 4, 3, 2, 1, 0 }; variable
Dssim.c25 static const uint32_t kWeight[2 * VP8_SSIM_KERNEL + 1] = { variable
/third_party/skia/third_party/externals/libwebp/extras/
Dget_disto.c107 static const uint32_t kWeight[2 * SSIM_KERNEL + 1] = { 1, 2, 3, 4, 3, 2, 1 }; variable