Searched refs:kWeight (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | ssim.c | 25 static const uint32_t kWeight[2 * VP8_SSIM_KERNEL + 1] = { variable 78 const uint32_t w = kWeight[VP8_SSIM_KERNEL + x - xo] in SSIMGetClipped_C() 79 * kWeight[VP8_SSIM_KERNEL + y - yo]; in SSIMGetClipped_C() 99 const uint32_t w = kWeight[x] * kWeight[y]; in SSIMGet_C()
|
A D | ssim_sse2.c | 101 static const uint16_t kWeight[] = { 1, 2, 3, 4, 3, 2, 1, 0 }; variable 131 const __m128i Wx = _mm_loadu_si128((const __m128i*)kWeight); in SSIMGet_SSE2()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/extras/ |
A D | get_disto.c | 107 static const uint32_t kWeight[2 * SSIM_KERNEL + 1] = { 1, 2, 3, 4, 3, 2, 1 }; variable 147 const uint32_t w = kWeight[SSIM_KERNEL + x - xo] in SSIMGetClipped() 148 * kWeight[SSIM_KERNEL + y - yo]; in SSIMGetClipped()
|
Completed in 4 milliseconds