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

  /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;
  /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/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderBuiltinVarTests.cpp 2059 const Vec4 m_w; member in class:vkt::sr::__anon17866::BuiltinGlFragCoordWCaseInstance
    [all...]
  /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;
  /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/deqp/external/openglcts/modules/gl/
gl4cShaderSubroutineTests.hpp 169 vec4(T x, T y, T z, T w) : m_x(x), m_y(y), m_z(z), m_w(w)
180 result = result && compare(m_w, val.m_w);
187 message << "[ " << m_x << ", " << m_y << ", " << m_z << ", " << m_w << " ]"; local
193 T m_w; member in struct:gl4cts::ShaderSubroutine::Utils::vec4
    [all...]
gl4cShaderSubroutineTests.cpp     [all...]

Completed in 326 milliseconds