Home
last modified time | relevance | path

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

/external/webp/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
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dop_converter.h38 enum class TrtInputArg { kTensor = 1, kWeight = 2, kBoth = 3, kResource = 4 }; enumerator
/external/pdfium/core/fxge/
Dcfx_fontmapper_unittest.cpp226 constexpr int kWeight = 400; in TEST_F() local
/external/skia/src/core/
DSkFontDescriptor.cpp20 kWeight = 0x10, // scalar (1 - 1000) enumerator
/external/webp/extras/
Dget_disto.c107 static const uint32_t kWeight[2 * SSIM_KERNEL + 1] = { 1, 2, 3, 4, 3, 2, 1 }; variable