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

  /development/perftests/panorama/feature_stab/src/dbregtest/
PgmImage.cpp 23 m_w(0),m_h(0),m_colors(255),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
30 m_colors(255),m_w(w),m_h(h),m_format(format),m_over_allocation(256)
36 m_colors(255),m_w(w),m_h(h),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
42 m_colors(255),m_w(w),m_h(h),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
52 m_colors(255),m_w(0),m_h(0),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
69 dst.m_w = src.m_w;
90 m_data.resize(m_w*m_h+m_over_allocation);
93 m_data.resize(m_w*m_h*3+m_over_allocation);
104 m_data.resize(m_w*m_h+m_over_allocation)
    [all...]
PgmImage.h 56 int GetWidth() const { return m_w; }
84 int m_w; member in class:PgmImage
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
PgmImage.cpp 23 m_w(0),m_h(0),m_colors(255),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
30 m_colors(255),m_w(w),m_h(h),m_format(format),m_over_allocation(256)
36 m_colors(255),m_w(w),m_h(h),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
42 m_colors(255),m_w(w),m_h(h),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
52 m_colors(255),m_w(0),m_h(0),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
69 dst.m_w = src.m_w;
90 m_data.resize(m_w*m_h+m_over_allocation);
93 m_data.resize(m_w*m_h*3+m_over_allocation);
104 m_data.resize(m_w*m_h+m_over_allocation)
    [all...]
PgmImage.h 56 int GetWidth() const { return m_w; }
84 int m_w; member in class:PgmImage
  /external/valgrind/memcheck/tests/
malloc2.c 16 static unsigned m_w = 11; local
20 m_w = 18000 * (m_w & 65535) + (m_w >> 16);
21 return (m_z << 16) + m_w;
  /development/perftests/panorama/feature_stab/db_vlvm/
db_feature_detection.h 81 int m_w,m_h,m_cw,m_bw,m_bh; member in class:db_CornerDetector_f
169 int m_w,m_h,m_bw,m_bh; member in class:db_CornerDetector_u
db_feature_matching.h 147 int m_w,m_h,m_bw,m_bh,m_nr_h,m_nr_v,m_bd,m_target; member in class:db_Matcher_f
246 int m_w,m_h,m_bw,m_bh,m_nr_h,m_nr_v,m_bd,m_target; member in class:db_Matcher_u
db_feature_detection.cpp     [all...]
db_feature_matching.cpp     [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.h 81 int m_w,m_h,m_cw,m_bw,m_bh; member in class:db_CornerDetector_f
169 int m_w,m_h,m_bw,m_bh; member in class:db_CornerDetector_u
db_feature_matching.h 147 int m_w,m_h,m_bw,m_bh,m_nr_h,m_nr_v,m_bd,m_target; member in class:db_Matcher_f
246 int m_w,m_h,m_bw,m_bh,m_nr_h,m_nr_v,m_bd,m_target; member in class:db_Matcher_u
db_feature_detection.cpp     [all...]
db_feature_matching.cpp     [all...]
  /external/valgrind/none/tests/x86/
bt_everything.c 9 static unsigned m_w = 11; local
13 m_w = 18000 * (m_w & 65535) + (m_w >> 16);
15 return (m_z << 16) + m_w;
x86locked.c 20 static unsigned m_w = 11; local
24 m_w = 18000 * (m_w & 65535) + (m_w >> 16);
26 return (m_z << 16) + m_w;
  /external/valgrind/memcheck/tests/amd64/
bt_everything.c 19 static unsigned long m_w = 11; local
23 m_w = 18000 * (m_w & 65535) + (m_w >> 16);
25 return (m_z << 16) + m_w;
  /external/zopfli/src/zopfli/
squeeze.c 76 unsigned int m_w, m_z; member in struct:RanState
80 state->m_w = 1;
87 state->m_w = 18000 * (state->m_w & 65535) + (state->m_w >> 16);
88 return (state->m_z << 16) + state->m_w; /* 32-bit result. */
  /external/valgrind/none/tests/amd64/
amd64locked.c 20 static unsigned m_w = 11; local
24 m_w = 18000 * (m_w & 65535) + (m_w >> 16);
26 return (m_z << 16) + m_w;
  /development/perftests/panorama/feature_mos/src/mosaic/
ImageUtils.cpp 180 int m_w = width; local
185 m_rows[i] = &in[(m_w)*i];
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.cpp 180 int m_w = width; local
185 m_rows[i] = &in[(m_w)*i];
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/MLCPSolvers/
btDantzigLCP.cpp 1196 btScalar *const m_x, * const m_b, *const m_w, *const m_lo,* const m_hi; \/\/ permuted LCP problem data member in struct:btLCP
    [all...]

Completed in 1113 milliseconds