Home
last modified time | relevance | path

Searched refs:border_size (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_wire_frame_handler.cpp35 static uint32_t border_size = 2; variable
105 … - (_wire_frames [i].width - 2 * border_size) * (_wire_frames [i].height - 2 * border_size); in get_border_coordinates_num()
116 for (uint32_t j = 0; j < border_size; j++) { in get_border_coordinates()
123 for (uint32_t j = 0; j < border_size; j++) { in get_border_coordinates()
126 … coords [index++] = _wire_frames [i].pos_y + _wire_frames [i].height - border_size + j; in get_border_coordinates()
130 for (uint32_t j = 0; j < _wire_frames [i].height - 2 * border_size; j++) { in get_border_coordinates()
131 for (uint32_t k = 0; k < border_size; k += 2) { in get_border_coordinates()
133 coords [index++] = _wire_frames [i].pos_y + border_size + j; in get_border_coordinates()
137 for (uint32_t j = 0; j < _wire_frames [i].height - 2 * border_size; j++) { in get_border_coordinates()
138 for (uint32_t k = 0; k < border_size; k += 2) { in get_border_coordinates()
[all …]
/external/libaom/libaom/av1/common/
Dresize.c1065 const int border_size = border_cols * sizeof(uint16_t); in highbd_upscale_normative_rect() local
1075 memcpy(tmp_left + i * border_cols, in_tl + i * in_stride, border_size); in highbd_upscale_normative_rect()
1083 memcpy(tmp_right + i * border_cols, in_tr + i * in_stride, border_size); in highbd_upscale_normative_rect()
1097 memcpy(in_tl + i * in_stride, tmp_left + i * border_cols, border_size); in highbd_upscale_normative_rect()
1103 memcpy(in_tr + i * in_stride, tmp_right + i * border_cols, border_size); in highbd_upscale_normative_rect()