HomeSort by relevance Sort by last modified time
    Searched refs:Ny (Results 1 - 4 of 4) sorted by null

  /external/libvncserver/x11vnc/
scan.h 48 int Nx, int Ny, int nx, int ny, int X1, int Y1, int X2, int Y2, int mark);
scan.c 61 int Nx, int Ny, int nx, int ny, int X1, int Y1, int X2, int Y2, int mark);
779 int Nx, int Ny, int nx, int ny, int X1, int Y1, int X2, int Y2, int mark) {
787 * Similarly for nx, ny, Nx, Ny, etc. Lowercase: dest, Uppercase: source.
834 * If scale = 1/n and n divides Nx and Ny, the pixel weights
837 if (factor_x != last_factor || Nx != last_Nx || Ny != last_Ny) {
841 last_Ny = Ny;
866 if (Nx % n == 0 && Ny % n == 0)
    [all...]
userinput.c 1436 int nx, ny, nw, nh; local
6899 int rx, ry, Nx = 48, Ny = 24, ny = n * dpy_y; local
    [all...]
  /external/opencv/cvaux/src/
cvhmmobs.cpp 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
    [all...]

Completed in 66 milliseconds