/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/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/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 );
|
/external/opencv3/modules/cudev/test/ |
test_warp.cu | 53 enum { HALF_SIZE=0, UPSIDE_DOWN, REFLECTION_X, REFLECTION_BOTH }; 63 case HALF_SIZE: 114 TEST(Remap, HALF_SIZE) 116 test_remap(HALF_SIZE);
|
/external/opencv3/modules/imgproc/perf/ |
perf_warp.cpp | 10 enum{HALF_SIZE=0, UPSIDE_DOWN, REFLECTION_X, REFLECTION_BOTH}; 14 CV_ENUM(RemapMode, HALF_SIZE, UPSIDE_DOWN, REFLECTION_X, REFLECTION_BOTH) 179 case HALF_SIZE:
|
/external/vboot_reference/cgpt/ |
cgpt_create.c | 66 size_t half_size = local 68 if (half_size < required_min_size) { 74 (half_size - required_headers_size) / h->size_of_entry;
|
cgpt_nor.c | 171 uint64_t half_size = stat.st_size / 2; local 174 if (read_write(fd, half_size, source, 1) != 0 || 175 read_write(fd, half_size, source, 2) != 0) {
|
/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-linux-glibc2.15-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/current/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/opencv3/modules/cudawarping/perf/ |
perf_warping.cpp | 52 enum { HALF_SIZE=0, UPSIDE_DOWN, REFLECTION_X, REFLECTION_BOTH }; 53 CV_ENUM(RemapMode, HALF_SIZE, UPSIDE_DOWN, REFLECTION_X, REFLECTION_BOTH) 63 case HALF_SIZE:
|
/external/pcre/dist/sljit/ |
sljitNativeARM_T2_32.c | 793 #define HALF_SIZE 0x08 798 #define IS_WORD_SIZE(flags) (!(flags & (BYTE_SIZE | HALF_SIZE))) 951 SLJIT_ASSERT(flags & HALF_SIZE); [all...] |
sljitNativeARM_64.c | 774 #define HALF_SIZE 0x100 [all...] |
/external/vulkan-validation-layers/layers/ |
core_validation.cpp | [all...] |