Home | History | Annotate | Download | only in src

Lines Matching refs:Nx

68 //             Nx = floor((roi.width - dctSize.width + delta.width)/delta.width);
71 // So, total number of observation vectors is Nx*Ny, and total size of
72 // array obs must be >= Nx*Ny*obsSize.width*obsSize.height*sizeof(float).
84 // for( x = 0; x < Nx; x++ )
134 int Nx, Ny;
155 Nx = (roi.width - dctSize.width + delta.width) / delta.width;
158 if( Nx <= 0 || Ny <= 0 )
329 int Nx, Ny;
350 Nx = (roi.width - dctSize.width + delta.width) / delta.width;
353 if( Nx <= 0 || Ny <= 0 )