Home | History | Annotate | Download | only in src

Lines Matching refs:thresh2

2607     hist->thresh2 = 0;
2638 hist->thresh2 = 0;
2676 if( temp->thresh2 )
2677 cvFree( &temp->thresh2 );
3100 thresh = src->thresh2;
3143 if( !hist->thresh2 )
3145 hist->thresh2 = (float**)cvAlloc(
3146 dims*sizeof(hist->thresh2[0])+
3147 total*sizeof(hist->thresh2[0][0]));
3149 dim_ranges = (float*)(hist->thresh2 + dims);
3166 hist->thresh2[i] = dim_ranges;
3202 ranges = (const float**)hist->thresh2;
3257 ranges = (const float**)hist->thresh2;
3761 h->thresh2 = NULL;
3766 h->thresh2 = (float**)cvAlloc(
3767 dims*sizeof(h->thresh2[0])+
3768 total*sizeof(h->thresh2[0][0]));
3769 dim_ranges = (float*)(h->thresh2 + dims);
3772 h->thresh2[i] = dim_ranges;
3815 cvWriteRawData( fs, hist->thresh2[i], sizes[i]+1, "f" );