Home | History | Annotate | Download | only in src

Lines Matching refs:sptr

720                 const float* sptr = s->data.fl;
727 v = sptr[i];
735 v = fabs((double)sptr[i]);
741 v = fabs((double)sptr[i]);
747 dptr[i] = (float)(sptr[i]*norm);
753 const double* sptr = s->data.db;
760 v = sptr[i];
768 v = fabs(sptr[i]);
774 v = fabs(sptr[i]);
780 dptr[i] = sptr[i]*norm;
1169 const uchar* sptr = src->data.ptr + i*sstep;
1172 if( ptr != sptr )
1173 icvCopy1D( sptr, 1, ptr, 1, len, elemSize );
1181 const uchar* sptr = src->data.ptr + sstep*i;
1185 if( dptr && dptr == sptr )
1187 icvCopy1D( sptr, 1, tsrc, 1, len, elemSize );
1188 sptr = tsrc;
1190 sortIdxFunc( idx_, len, sptr );
1195 icvShuffle1D( sptr, idx_, dptr, 1, len, elemSize );