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

  /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...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
video.rtpdump     [all...]

Completed in 163 milliseconds