Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dresize.c722 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()
1069 uint16_t *tmp_right = NULL; in highbd_upscale_normative_rect() local
1081 tmp_right = in highbd_upscale_normative_rect()
1082 (uint16_t *)aom_malloc(sizeof(*tmp_right) * border_cols * height); in highbd_upscale_normative_rect()
1084 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/
Dinit_ops_test.py1142 tmp_right = array_ops.slice(tmp, [0, 0, 0, 0], [-1, new_width, end, -1])
1144 final = array_ops.concat([tmp_left, tmp, tmp_right], 2)
1274 tmp_right = array_ops.slice(tmp, [0, 0, 0, 0, 0], [-1, -1, end, -1, -1])
1275 tmp = array_ops.concat([tmp_left, tmp, tmp_right], 2)
/external/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp5178 const fs_reg tmp_right = horiz_stride(horiz_offset(tmp, 1), 2); in nir_emit_intrinsic() local
5181 ubld.MOV(tmp_right, src_left); in nir_emit_intrinsic()