| 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 |
| ) |