From f618466c25d43f3bae9e40920273bf77de1e1149 Mon Sep 17 00:00:00 2001 From: leochanj105 Date: Mon, 19 Oct 2020 23:09:30 -0400 Subject: initial sd-vbs initial sd-vbs add sd-vbs sd-vbs --- SD-VBS/benchmarks/texture_synthesis/data/vga/1.bmp | Bin 0 -> 3126 bytes SD-VBS/benchmarks/texture_synthesis/data/vga/Makefile | 7 +++++++ .../texture_synthesis/data/vga/texture_synthesis | Bin 0 -> 47600 bytes 3 files changed, 7 insertions(+) create mode 100644 SD-VBS/benchmarks/texture_synthesis/data/vga/1.bmp create mode 100644 SD-VBS/benchmarks/texture_synthesis/data/vga/Makefile create mode 100755 SD-VBS/benchmarks/texture_synthesis/data/vga/texture_synthesis (limited to 'SD-VBS/benchmarks/texture_synthesis/data/vga') diff --git a/SD-VBS/benchmarks/texture_synthesis/data/vga/1.bmp b/SD-VBS/benchmarks/texture_synthesis/data/vga/1.bmp new file mode 100644 index 0000000..b5e5100 Binary files /dev/null and b/SD-VBS/benchmarks/texture_synthesis/data/vga/1.bmp differ diff --git a/SD-VBS/benchmarks/texture_synthesis/data/vga/Makefile b/SD-VBS/benchmarks/texture_synthesis/data/vga/Makefile new file mode 100644 index 0000000..39622f9 --- /dev/null +++ b/SD-VBS/benchmarks/texture_synthesis/data/vga/Makefile @@ -0,0 +1,7 @@ +INPUT=vga +include ../../../../common/makefiles/Makefile.include + +BMARK=texture_synthesis +include $(MAKEFILE_COMMON_DIR)/Makefile.common + + diff --git a/SD-VBS/benchmarks/texture_synthesis/data/vga/texture_synthesis b/SD-VBS/benchmarks/texture_synthesis/data/vga/texture_synthesis new file mode 100755 index 0000000..d593fa8 Binary files /dev/null and b/SD-VBS/benchmarks/texture_synthesis/data/vga/texture_synthesis differ -- cgit v1.2.2