Home
last modified time | relevance | path

Searched defs:chunk_width (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/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()
216 inline void db_gxx_gxy_gyy_row_f(float *gxx,float *gxy,float *gyy,int chunk_width, in db_gxx_gxy_gyy_row_f()
365 …oid db_HarrisStrength_row_f(float **s,float *gxx,float *gxy,float *gyy,int i,int j,int chunk_width) in db_HarrisStrength_row_f()
623 int i,chunk_width,chunk_width_p4; in db_HarrisStrengthChunk_f() local
704 int chunk_width) in db_HarrisStrength_f()
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DUtils.cpp70 RawTensor transpose(const RawTensor &src, int chunk_width) in transpose()
/aosp_15_r20/external/vixl/src/aarch64/
H A Ddisasm-aarch64.cc7113 int chunk_width = msb - lsb + 1; in SubstituteIntField() local