Searched refs:hist1 (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/qt/tests/qwebhistory/
H A Dtst_qwebhistory.cpp342 QWebHistory* hist1 = hist; local
345 restoreHistory(hist1, &buffer);
347 QVERIFY(hist1->count() == hist2->count());
348 QVERIFY(hist1->count() == histsize);
/external/svox/pico/lib/
H A Dpicokdt.h389 hist1 - hist2: previously predicted ACC values
409 const picoos_uint16 hist1,
H A Dpicoacph.c789 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,
H A Dpicokdt.c2512 const picoos_uint16 hist1,
2527 pre2, pre1, src, fol1, fol2, hist1, hist2,
2539 case 5: inval = hist1; break;
2506 picokdt_dtACCconstructInVec(const picokdt_DtACC this, const picoos_uint8 pre2, const picoos_uint8 pre1, const picoos_uint8 src, const picoos_uint8 fol1, const picoos_uint8 fol2, const picoos_uint16 hist1, const picoos_uint16 hist2, const picoos_uint16 nrwordspre, const picoos_uint16 nrsyllspre, const picoos_uint16 nrwordsfol, const picoos_uint16 nrsyllsfol, const picoos_uint16 footwordsfol, const picoos_uint16 footsyllsfol) argument
/external/opencv/cv/src/
H A Dcvhistogram.cpp399 cvCompareHist( const CvHistogram* hist1, argument
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);
/external/opencv/cv/include/
H A Dcv.h865 CVAPI(double) cvCompareHist( const CvHistogram* hist1,
907 CVAPI(void) cvCalcProbDensity( const CvHistogram* hist1, const CvHistogram* hist2,

Completed in 155 milliseconds