Searched defs:hist1 (Results 1 - 3 of 3) sorted by relevance

/external/svox/pico/lib/
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);

Completed in 604 milliseconds