| iree_cc_library( |
| NAME |
| blc |
| HDRS |
| "blc.h" |
| SRCS |
| "blc.c" |
| DEPS |
| samples::risp4ml::common::image |
| samples::risp4ml::common::utils |
| ) |
| |
| iree_cc_library( |
| NAME |
| demosaic |
| HDRS |
| "demosaic.h" |
| SRCS |
| "demosaic.c" |
| DEPS |
| samples::risp4ml::common::image |
| samples::risp4ml::common::utils |
| ) |
| |
| iree_cc_library( |
| NAME |
| dg |
| HDRS |
| "dg.h" |
| SRCS |
| "dg.c" |
| DEPS |
| samples::risp4ml::common::image |
| samples::risp4ml::common::utils |
| ) |
| |
| iree_cc_library( |
| NAME |
| downscale |
| HDRS |
| "downscale.h" |
| SRCS |
| "downscale.c" |
| DEPS |
| samples::risp4ml::common::image |
| samples::risp4ml::common::utils |
| ) |
| |
| iree_cc_library( |
| NAME |
| gamma |
| HDRS |
| "gamma.h" |
| SRCS |
| "gamma.c" |
| DEPS |
| samples::risp4ml::common::image |
| samples::risp4ml::common::utils |
| ) |
| |
| iree_cc_library( |
| NAME |
| wbg |
| HDRS |
| "wbg.h" |
| SRCS |
| "wbg.c" |
| DEPS |
| samples::risp4ml::common::image |
| samples::risp4ml::common::utils |
| ) |
| |
| iree_cc_binary( |
| NAME |
| blc_test |
| SRCS |
| "blc_test.cc" |
| DEPS |
| ::blc |
| samples::risp4ml::common::test_utils |
| pw_unit_test |
| pw_unit_test.main |
| pw_assert_basic |
| ) |
| |
| iree_cc_binary( |
| NAME |
| dg_test |
| SRCS |
| "dg_test.cc" |
| DEPS |
| ::dg |
| samples::risp4ml::common::test_utils |
| pw_unit_test |
| pw_unit_test.main |
| pw_assert_basic |
| ) |
| |
| iree_cc_binary( |
| NAME |
| downscale_test |
| SRCS |
| "downscale_test.cc" |
| DEPS |
| ::downscale |
| pw_unit_test |
| pw_unit_test.main |
| pw_assert_basic |
| ) |
| |
| iree_cc_binary( |
| NAME |
| gamma_test |
| SRCS |
| "gamma_test.cc" |
| DEPS |
| ::gamma |
| pw_unit_test |
| pw_unit_test.main |
| pw_assert_basic |
| ) |
| |
| iree_cc_binary( |
| NAME |
| wbg_test |
| SRCS |
| "wbg_test.cc" |
| DEPS |
| ::wbg |
| pw_unit_test |
| pw_unit_test.main |
| pw_assert_basic |
| ) |