HomeSort by relevance Sort by last modified time
    Searched defs:hist1 (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/imgproc/test/ocl/
test_histogram.cpp 162 Mat hist1; local
165 calcHist(&frame1, 1, 0, Mat(), hist1, 1, &histSize, &ranges1, true, false);
166 normalize(hist1, hist1, 0, 255, NORM_MINMAX, -1, Mat());
170 hist1.copyTo(uhist1);
179 OCL_OFF(calcBackProject(&frame1, 1, 0, hist1, dst1, &ranges1, 1, true));
  /external/svox/pico/lib/
picoacph.c 789 picoos_uint16 hist1; local
825 hist1 = PICOKDT_HISTORY_ZERO;
882 hist2 = hist1;
883 hist1 = prevout;
901 hist1, hist2, nrwordspre, nrsyllspre,
908 hist1, hist2, nrwordspre, nrsyllspre,
    [all...]
  /external/opencv3/modules/objdetect/src/
hog.cpp 817 float hist0[4], hist1[4]; local
830 _mm_storeu_ps(hist1, _t1);
834 float t1 = hist[h1] + hist1[0];
839 t1 = hist[h1] + hist1[1];
878 _mm_storeu_ps(hist1, _t1);
    [all...]

Completed in 118 milliseconds