Home
last modified time | relevance | path

Searched refs:nchannels (Results 1 – 4 of 4) sorted by relevance

/external/libopus/src/
Dopus_compare.c182 int nchannels; in main() local
193 nchannels=1; in main()
195 nchannels=2; in main()
232 if(nchannels==1){ in main()
236 ylength=read_pcm16(&y,fin2,nchannels); in main()
249 xb=(float *)opus_malloc(nframes*NBANDS*nchannels*sizeof(*xb)); in main()
250 X=(float *)opus_malloc(nframes*NFREQS*nchannels*sizeof(*X)); in main()
251 Y=(float *)opus_malloc(nframes*yfreqs*nchannels*sizeof(*Y)); in main()
254 band_energy(xb,X,BANDS,NBANDS,x,nchannels,nframes, in main()
257 band_energy(NULL,Y,BANDS,ybands,y,nchannels,nframes, in main()
[all …]
/external/opencv/cxcore/include/
Dcvwimage.h310 WImageBuffer(int width, int height, int nchannels) : WImage<T>(0) { in WImageBuffer() argument
311 Allocate(width, height, nchannels); in WImageBuffer()
320 void Allocate(int width, int height, int nchannels);
531 inline void WImageBuffer<T>::Allocate(int width, int height, int nchannels) in Allocate() argument
534 WImage<T>::Height() != height || WImage<T>::Channels() != nchannels) { in Allocate()
537 WImage<T>::Depth(), nchannels); in Allocate()
565 WImageView<T>::WImageView(T* data, int width, int height, int nchannels, int width_step) in WImageView() argument
568 cvInitImageHeader(&header_, cvSize(width, height), WImage<T>::Depth(), nchannels); in WImageView()
/external/opencv/cxcore/src/
Dcxarray.cpp3259 icvGetColorModel( int nchannels, const char** colorModel, const char** channelSeq ) in icvGetColorModel() argument
3269 nchannels--; in icvGetColorModel()
3272 if( (unsigned)nchannels <= 3 ) in icvGetColorModel()
3274 *colorModel = tab[nchannels][0]; in icvGetColorModel()
3275 *channelSeq = tab[nchannels][1]; in icvGetColorModel()
/external/esd/include/
Daudiofile.h469 void afInitChannels (AFfilesetup, int track, int nchannels);