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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_median_filter.c 161 int i = 0, half_size; local
168 half_size = size >> 1;
196 for (v.x = -half_size; v.x <= half_size; ++v.x)
197 for (v.y = -half_size; v.y <= half_size; ++v.y)
203 for (v.x = -half_size; v.x <= half_size; ++v.x)
207 for (v.y = -half_size; v.y <= half_size; ++v.y
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_median_filter.c 161 int i = 0, half_size; local
168 half_size = size >> 1;
196 for (v.x = -half_size; v.x <= half_size; ++v.x)
197 for (v.y = -half_size; v.y <= half_size; ++v.y)
203 for (v.x = -half_size; v.x <= half_size; ++v.x)
207 for (v.y = -half_size; v.y <= half_size; ++v.y
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_wide_point.c 126 float half_size; local
144 half_size = header->v[0]->data[wide->psize_slot][0];
145 half_size *= 0.5f;
148 half_size = wide->half_point_size;
151 left_adj = -half_size + wide->xbias;
152 right_adj = half_size + wide->xbias;
153 bot_adj = half_size + wide->ybias;
154 top_adj = -half_size + wide->ybias;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_wide_point.c 126 float half_size; local
144 half_size = header->v[0]->data[wide->psize_slot][0];
145 half_size *= 0.5f;
148 half_size = wide->half_point_size;
151 left_adj = -half_size + wide->xbias;
152 right_adj = half_size + wide->xbias;
153 bot_adj = half_size + wide->ybias;
154 top_adj = -half_size + wide->ybias;
  /external/chromium_org/components/visitedlink/test/
visitedlink_perftest.cc 94 const int half_size = add_count / 2; local
95 FillTable(master, added_prefix, 0, half_size);
102 FillTable(master, added_prefix, half_size, add_count);
  /external/opencv/cxcore/src/
cxlut.cpp 288 int half_size = CV_ELEM_SIZE1(depth)*cn*128; local
289 shuffled_lut = (uchar*)cvStackAlloc(half_size*2);
292 memcpy( shuffled_lut, lut_data + half_size, half_size );
293 memcpy( shuffled_lut + half_size, lut_data, half_size );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 171 const size_type half_size = m_next_grow_size / factor; local
172 return std::max(static_cast<size_type>(min_size), half_size);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 171 const size_type half_size = m_next_grow_size / factor; local
172 return std::max(static_cast<size_type>(min_size), half_size);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 171 const size_type half_size = m_next_grow_size / factor; local
172 return std::max(static_cast<size_type>(min_size), half_size);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 171 const size_type half_size = m_next_grow_size / factor; local
172 return std::max(static_cast<size_type>(min_size), half_size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 171 const size_type half_size = m_next_grow_size / factor; local
172 return std::max(static_cast<size_type>(min_size), half_size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 171 const size_type half_size = m_next_grow_size / factor; local
172 return std::max(static_cast<size_type>(min_size), half_size);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 171 const size_type half_size = m_next_grow_size / factor; local
172 return std::max(static_cast<size_type>(min_size), half_size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 164 const size_type half_size = m_grow_size / factor; local
165 return std::max(min_size, half_size);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 164 const size_type half_size = m_grow_size / factor; local
165 return std::max(min_size, half_size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 164 const size_type half_size = m_grow_size / factor; local
165 return std::max(min_size, half_size);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 164 const size_type half_size = m_grow_size / factor; local
165 return std::max(min_size, half_size);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 164 const size_type half_size = m_grow_size / factor; local
165 return std::max(min_size, half_size);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 164 const size_type half_size = m_grow_size / factor; local
165 return std::max(min_size, half_size);
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller_interactive_uitest.cc 181 gfx::Size half_size = local
183 browser()->window()->SetBounds(gfx::Rect(work_area.origin(), half_size));
185 work_area.x() + half_size.width(), work_area.y(),
186 half_size.width(), half_size.height()));
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc 2369 uint32 half_size = 0; local
    [all...]

Completed in 1702 milliseconds