Home
last modified time | relevance | path

Searched refs:kWeight (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/dsp/
Dssim.c25 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()
Dssim_sse2.c101 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()
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dpitch_estimator.c459 static const double kWeight[5][5] = { variable
549 tmp = kWeight[k+1][0] * old_gain; in WebRtcIsac_PitchAnalysis()
551 tmp += kWeight[k+1][m+1] * gains[m]; in WebRtcIsac_PitchAnalysis()
556 H[k][m] += kWeight[k+1][m+1] * Wfluct; in WebRtcIsac_PitchAnalysis()