Searched refs:half_size (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_median_filter.c161 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;
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_wide_point.c126 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/vboot_reference/cgpt/
H A Dcgpt_create.c66 size_t half_size = local
68 if (half_size < required_min_size) {
74 (half_size - required_headers_size) / h->size_of_entry;
H A Dcgpt_nor.c171 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) {
/external/opencv/cxcore/src/
H A Dcxlut.cpp288 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/eigen/unsupported/test/
H A Dcxx11_tensor_of_strings.cpp97 const Eigen::DSizes<ptrdiff_t, 2> half_size(2, 3);
101 Tensor<std::string, 2> t1 = data.slice(first_half, half_size);
102 Tensor<std::string, 2> t2 = data.slice(second_half, half_size);

Completed in 135 milliseconds