Home
last modified time | relevance | path

Searched refs:top_row (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cv/src/
Dcvpyramids.cpp88 int y, top_row = 0; \
101 int x, y1, k = top_row; \
188 top_row += 2*buffer_step; \
189 top_row &= top_row < pd_sz ? -1 : 0; \
286 int y, top_row = 0; \
298 int x, y1, k = top_row; \
396 top_row += buffer_step; \
397 top_row &= top_row < pu_sz ? -1 : 0; \
Dcvfilter.cpp2669 float* top_row = ipp_kernel->data.fl + el_size.width*i; in cvFilter2D() local
2674 float a = top_row[j], b = top_row[el_size.width - j - 1]; in cvFilter2D()
2676 top_row[j] = d; in cvFilter2D()
2677 top_row[el_size.width - j - 1] = c; in cvFilter2D()
/external/pixman/pixman/
Dpixman-bits-image.c156 uint32_t *top_row; in bits_image_fetch_bilinear_no_repeat_8888() local
196 top_row = zero; in bits_image_fetch_bilinear_no_repeat_8888()
202 top_row = bits->bits + y1 * bits->rowstride; in bits_image_fetch_bilinear_no_repeat_8888()
236 if (top_row == zero && bottom_row == zero) in bits_image_fetch_bilinear_no_repeat_8888()
243 if (top_row == zero) in bits_image_fetch_bilinear_no_repeat_8888()
284 tr = top_row[pixman_fixed_to_int (x_top) + 1] | top_mask; in bits_image_fetch_bilinear_no_repeat_8888()
307 tl = top_row [pixman_fixed_to_int (x_top)] | top_mask; in bits_image_fetch_bilinear_no_repeat_8888()
308 tr = top_row [pixman_fixed_to_int (x_top) + 1] | top_mask; in bits_image_fetch_bilinear_no_repeat_8888()
333 tl = top_row [pixman_fixed_to_int (x_top)] | top_mask; in bits_image_fetch_bilinear_no_repeat_8888()