OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hist1
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/tools/perf/metrics/
speedindex.py
165
def Difference(
hist1
, hist2):
166
return (abs(a - b) for a, b in zip(
hist1
, hist2))
/external/svox/pico/lib/
picokdt.h
389
hist1
- hist2: previously predicted ACC values
409
const picoos_uint16
hist1
,
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
...]
picokdt.c
[
all
...]
/external/opencv/cv/src/
cvhistogram.cpp
399
cvCompareHist( const CvHistogram*
hist1
,
413
if( !CV_IS_HIST(
hist1
) || !CV_IS_HIST(hist2) )
416
if( CV_IS_SPARSE_MAT(
hist1
->bins) != CV_IS_SPARSE_MAT(hist2->bins))
419
CV_CALL( dims1 = cvGetDims(
hist1
->bins, size1 ));
434
if( !CV_IS_SPARSE_MAT(
hist1
->bins))
439
CV_CALL( cvGetRawData(
hist1
->bins, &v.ptr ));
513
CvSparseMat* mat1 = (CvSparseMat*)(
hist1
->bins);
[
all
...]
/external/opencv/cv/include/
cv.h
[
all
...]
Completed in 91 milliseconds