Searched defs:lut_y (Results 1 – 3 of 3) sorted by relevance
/development/perftests/panorama/feature_stab/db_vlvm/ |
D | db_utilities.cpp | 103 const float * const * lut_x, const float * const * lut_y) in db_WarpImageLutFast_u() 124 const float * const * lut_x,const float * const* lut_y) in db_WarpImageLutBilinear_u() 144 const float * const * lut_x,const float * const * lut_y, int type) in db_WarpImageLut_u()
|
/development/perftests/panorama/feature_stab/src/dbreg/ |
D | dbreg.h | 432 inline void db_GenerateHomographyLut(float ** lut_x,float ** lut_y,int w,int h,const double H[9]) in db_GenerateHomographyLut() 481 const float * const * lut_x, const float * const * lut_y) in db_WarpImageLutFast_rgb() 527 const float * const * lut_x, const float * const * lut_y) in db_WarpImageLutBilinear_rgb()
|
/development/perftests/panorama/feature_stab/src/dbregtest/ |
D | dbregtest.cpp | 141 float ** lut_x = NULL, **lut_y = NULL; in main() local
|