Searched refs:tmp_right (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | resize.c | 722 uint8_t *tmp_right = NULL; in upscale_normative_rect() local 733 tmp_right = in upscale_normative_rect() 734 (uint8_t *)aom_malloc(sizeof(*tmp_right) * border_cols * height); in upscale_normative_rect() 736 memcpy(tmp_right + i * border_cols, in_tr + i * in_stride, border_cols); in upscale_normative_rect() 755 memcpy(in_tr + i * in_stride, tmp_right + i * border_cols, border_cols); in upscale_normative_rect() 757 aom_free(tmp_right); in upscale_normative_rect() 1068 uint16_t *tmp_right = NULL; in highbd_upscale_normative_rect() local 1080 tmp_right = in highbd_upscale_normative_rect() 1081 (uint16_t *)aom_malloc(sizeof(*tmp_right) * border_cols * height); in highbd_upscale_normative_rect() 1083 memcpy(tmp_right + i * border_cols, in_tr + i * in_stride, border_size); in highbd_upscale_normative_rect() [all …]
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | init_ops_test.py | 980 tmp_right = array_ops.slice(tmp, [0, 0, 0, 0], [-1, new_width, end, -1]) 982 final = array_ops.concat([tmp_left, tmp, tmp_right], 2) 1107 tmp_right = array_ops.slice(tmp, [0, 0, 0, 0, 0], 1109 tmp = array_ops.concat([tmp_left, tmp, tmp_right], 2)
|