Searched defs:kWeight (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | ssim_sse2.c | 101 static const uint16_t kWeight[] = { 1, 2, 3, 4, 3, 2, 1, 0 }; variable
|
H A D | ssim.c | 25 static const uint32_t kWeight[2 * VP8_SSIM_KERNEL + 1] = { variable
|
/third_party/skia/third_party/externals/libwebp/extras/ |
H A D | get_disto.c | 107 static const uint32_t kWeight[2 * SSIM_KERNEL + 1] = { 1, 2, 3, 4, 3, 2, 1 }; variable
|
Completed in 2 milliseconds