Home | History | Annotate | Download | only in src

Lines Matching refs:Ny

69 //             Ny = floor((roi.height - dctSize.height + delta.height)/delta.height);
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).
82 // for( y = 0; y < Ny; y++ )
134 int Nx, Ny;
156 Ny = (roi.height - dctSize.height + delta.height) / delta.height;
158 if( Nx <= 0 || Ny <= 0 )
170 for( y = 0; y < Ny; y++, img += delta.height * imgStep )
329 int Nx, Ny;
351 Ny = (roi.height - dctSize.height + delta.height) / delta.height;
353 if( Nx <= 0 || Ny <= 0 )
367 for( y = 0; y < Ny; y++, img += delta.height * imgStep )