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

  /external/opencv/cv/src/
cvsmooth.cpp 657 ushort *h_coarse, *h_fine, luc[4][16]; local
710 memset( luc, 0, cn*sizeof(luc[0]) );
745 if ( luc[c][k] <= j-r ) {
747 for ( luc[c][k] = j-r; luc[c][k] < MIN(j+r+1,n); ++luc[c][k] ) {
748 histogram_add( &h_fine[16*(n*(16*c+k)+luc[c][k])], H[c].fine[k] );
750 if ( luc[c][k] < j+r+1 ) {
752 luc[c][k] = (ushort)(j+r+1)
    [all...]
  /external/opencv3/modules/imgproc/src/
smooth.cpp     [all...]
  /external/svox/pico/lib/
picopr.c 787 picoos_bool luc; local
791 luc = TRUE;
801 if (luc) {
806 luc = FALSE;
    [all...]

Completed in 1821 milliseconds