Searched refs:Ny (Results 1 - 4 of 4) sorted by relevance
/external/libvncserver/x11vnc/ |
H A D | scan.h | 48 int Nx, int Ny, int nx, int ny, int X1, int Y1, int X2, int Y2, int mark);
|
H A D | 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) { 976 if (y1 > Ny - 1) { 978 y1 = Ny - 1; 984 J1 = nfix(J1, Ny); 777 scale_rect(double factor_x, double factor_y, int blend, int interpolate, int Bpp, char *src_fb, int src_bytes_per_line, char *dst_fb, int dst_bytes_per_line, int Nx, int Ny, int nx, int ny, int X1, int Y1, int X2, int Y2, int mark) argument [all...] |
H A D | userinput.c | 6899 int rx, ry, Nx = 48, Ny = 24, ny = n * dpy_y; local 6930 ry += dpy_y/Ny;
|
/external/opencv/cvaux/src/ |
H A D | 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; local 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; local 351 Ny [all...] |
Completed in 528 milliseconds