Searched refs:kWeight (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dsp/ |
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()
|
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()
|
/external/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | pitch_estimator.c | 506 static const double kWeight[5][5] = { 619 tmp = kWeight[k+1][0] * old_gain; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN() 621 tmp += kWeight[k+1][m+1] * gains[m]; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN() 626 H[k][m] += kWeight[k+1][m+1] * Wfluct; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_nodes.cc | 2046 enum class TrtInputArg { kTensor = 1, kWeight = 2, kBoth = 3 }; enumerator 2061 if (expected_inputs[i].second == TrtInputArg::kWeight && in CheckInputsWeights() 2093 x.first, x.second ? TrtInputArg::kWeight : TrtInputArg::kTensor); in CheckInputsWeights() 5119 inputs_kinds.push_back({"axis", TrtInputArg::kWeight}); in ConvertConcat() 5316 {"axis", TrtInputArg::kWeight}})); in ConvertGather()
|