Home
last modified time | relevance | path

Searched refs:Iy (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Camera/jni/feature_stab/db_vlvm/
Ddb_feature_detection.cpp71 inline void db_IxIyRow_f(float *Ix,float *Iy,const float * const *img,int i,int j,int chunk_width) in db_IxIyRow_f() argument
78 Iy[c]=img[i-1][j+c]-img[i+1][j+c]; in db_IxIyRow_f()
202 int Ix,Iy; in db_IxIyRow_u()
207 Iy=(img[i-1][j+c]-img[i+1][j+c])>>1; in db_IxIyRow_u()
209 dxx[c+128]=Ix*Iy; in db_IxIyRow_u()
210 dxx[c+256]=Iy*Iy; in db_IxIyRow_u()
621 float *Ix[5],*Iy[5]; in db_HarrisStrengthChunk_f() local
633 Iy[i]=Ix[i]+chunk_width_p4; in db_HarrisStrengthChunk_f()
637 for(i=top-2;i<top+2;i++) db_IxIyRow_f(Ix[i%5],Iy[i%5],img,i,left-2,chunk_width_p4); in db_HarrisStrengthChunk_f()
643 db_IxIyRow_f(Ix[(i+2)%5],Iy[(i+2)%5],img,(i+2),left-2,chunk_width_p4); in db_HarrisStrengthChunk_f()
[all …]
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_feature_detection.cpp71 inline void db_IxIyRow_f(float *Ix,float *Iy,const float * const *img,int i,int j,int chunk_width) in db_IxIyRow_f() argument
78 Iy[c]=img[i-1][j+c]-img[i+1][j+c]; in db_IxIyRow_f()
202 int Ix,Iy; in db_IxIyRow_u()
207 Iy=(img[i-1][j+c]-img[i+1][j+c])>>1; in db_IxIyRow_u()
209 dxx[c+128]=Ix*Iy; in db_IxIyRow_u()
210 dxx[c+256]=Iy*Iy; in db_IxIyRow_u()
621 float *Ix[5],*Iy[5]; in db_HarrisStrengthChunk_f() local
633 Iy[i]=Ix[i]+chunk_width_p4; in db_HarrisStrengthChunk_f()
637 for(i=top-2;i<top+2;i++) db_IxIyRow_f(Ix[i%5],Iy[i%5],img,i,left-2,chunk_width_p4); in db_HarrisStrengthChunk_f()
643 db_IxIyRow_f(Ix[(i+2)%5],Iy[(i+2)%5],img,(i+2),left-2,chunk_width_p4); in db_HarrisStrengthChunk_f()
[all …]