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

  /external/opencv/cv/src/
cvcornersubpix.cpp 217 double gxy = tgx * tgy * m; local
222 b += gxy;
225 bb1 += gxx * px + gxy * py;
226 bb2 += gxy * px + gyy * py;
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 215 /*Filter vertically five rows of derivatives of length chunk_width into gxx,gxy,gyy*/
216 inline void db_gxx_gxy_gyy_row_f(float *gxx,float *gxy,float *gyy,int chunk_width,
258 gxy[c]=Ixy0+Ixy1*4.0f+Ixy2*6.0f+Ixy3*4.0f+Ixy4;
263 /*Filter vertically five rows of derivatives of length 128 into gxx,gxy,gyy*/
362 /*Filter horizontally the three rows gxx,gxy,gyy into the strength subrow starting at i,j
363 and with width chunk_width. gxx,gxy and gyy are assumed to be four pixels wider than chunk_width
365 inline void db_HarrisStrength_row_f(float **s,float *gxx,float *gxy,float *gyy,int i,int j,int chunk_width)
367 float Gxx,Gxy,Gyy,det,trc;
373 Gxy=gxy[c]+gxy[c+1]*4.0f+gxy[c+2]*6.0f+gxy[c+3]*4.0f+gxy[c+4]
622 float *gxx,*gxy,*gyy; local
665 int *gxx,*gxy,*gyy; local
    [all...]
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 215 /*Filter vertically five rows of derivatives of length chunk_width into gxx,gxy,gyy*/
216 inline void db_gxx_gxy_gyy_row_f(float *gxx,float *gxy,float *gyy,int chunk_width,
258 gxy[c]=Ixy0+Ixy1*4.0f+Ixy2*6.0f+Ixy3*4.0f+Ixy4;
263 /*Filter vertically five rows of derivatives of length 128 into gxx,gxy,gyy*/
362 /*Filter horizontally the three rows gxx,gxy,gyy into the strength subrow starting at i,j
363 and with width chunk_width. gxx,gxy and gyy are assumed to be four pixels wider than chunk_width
365 inline void db_HarrisStrength_row_f(float **s,float *gxx,float *gxy,float *gyy,int i,int j,int chunk_width)
367 float Gxx,Gxy,Gyy,det,trc;
373 Gxy=gxy[c]+gxy[c+1]*4.0f+gxy[c+2]*6.0f+gxy[c+3]*4.0f+gxy[c+4]
622 float *gxx,*gxy,*gyy; local
665 int *gxx,*gxy,*gyy; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 215 /*Filter vertically five rows of derivatives of length chunk_width into gxx,gxy,gyy*/
216 inline void db_gxx_gxy_gyy_row_f(float *gxx,float *gxy,float *gyy,int chunk_width,
258 gxy[c]=Ixy0+Ixy1*4.0f+Ixy2*6.0f+Ixy3*4.0f+Ixy4;
263 /*Filter vertically five rows of derivatives of length 128 into gxx,gxy,gyy*/
362 /*Filter horizontally the three rows gxx,gxy,gyy into the strength subrow starting at i,j
363 and with width chunk_width. gxx,gxy and gyy are assumed to be four pixels wider than chunk_width
365 inline void db_HarrisStrength_row_f(float **s,float *gxx,float *gxy,float *gyy,int i,int j,int chunk_width)
367 float Gxx,Gxy,Gyy,det,trc;
373 Gxy=gxy[c]+gxy[c+1]*4.0f+gxy[c+2]*6.0f+gxy[c+3]*4.0f+gxy[c+4]
622 float *gxx,*gxy,*gyy; local
665 int *gxx,*gxy,*gyy; local
    [all...]
  /external/ipsec-tools/src/racoon/
oakley.c 223 * OUT: **gxy
226 oakley_dh_compute(dh, pub, priv, pub_p, gxy)
228 vchar_t *pub, *priv, *pub_p, **gxy;
233 if ((*gxy = vmalloc(dh->prime->l)) == NULL) {
244 if (eay_dh_compute(dh->prime, dh->gen1, pub, priv, pub_p, gxy) < 0) {
269 plogdump(LLV_DEBUG, (*gxy)->v, (*gxy)->l);
    [all...]

Completed in 267 milliseconds