HomeSort by relevance Sort by last modified time
    Searched refs:sum0 (Results 26 - 30 of 30) sorted by null

12

  /frameworks/av/services/audioflinger/
AudioResamplerSinc.cpp 757 int32x4_t sum0, sum1; local
    [all...]
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 733 double sum0 = 0, area0 = 0; local
853 // sum0 += hidfeature->rect[k].weight * tr.width * tr.height;
854 sum0 += tmpweight[k] * tr.width * tr.height;
857 tmpweight[0] = (float)(-sum0/area0);
    [all...]
cvhaar.cpp 534 double sum0 = 0, area0 = 0; local
651 sum0 += hidfeature->rect[k].weight * tr.width * tr.height;
654 hidfeature->rect[0].weight = (float)(-sum0/area0);
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
enc_sse2.c 620 const __m128i sum0 = _mm_add_epi32(madd0, madd1); local
622 const __m128i sum2 = _mm_add_epi32(sum0, sum1);
    [all...]
  /external/webp/src/dsp/
enc_sse2.c 620 const __m128i sum0 = _mm_add_epi32(madd0, madd1); local
622 const __m128i sum2 = _mm_add_epi32(sum0, sum1);
    [all...]

Completed in 4228 milliseconds

12