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

  /external/opencv/cv/src/
cvinpaint.cpp 305 float Ia=0,Jx=0,Jy=0,s=1.0e-20f,w,dst,lev,dir,sat;
377 Jx -= (float)w * (float)(gradI.x*r.x);
384 sat = (float)((Ia/s+(Jx+Jy)/(sqrt(Jx*Jx+Jy*Jy)+1.0e-20f)+0.5f));
418 float Ia=0,Jx=0,Jy=0,s=1.0e-20f,w,dst,lev,dir,sat;
490 Jx -= (float)w * (float)(gradI.x*r.x);
497 sat = (float)((Ia/s+(Jx+Jy)/(sqrt(Jx*Jx+Jy*Jy)+1.0e-20f)+0.5f))
    [all...]
  /external/wpa_supplicant_8/src/common/
dpp.c     [all...]

Completed in 615 milliseconds