Home
last modified time | relevance | path

Searched refs:hvx_histogram (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/tcg/hexagon/
H A DMakefile.target52 HEX_TESTS += hvx_histogram
124 hvx_histogram: CFLAGS += -mhvx -Wno-gnu-folding-constant
131 hvx_histogram: hvx_histogram.c hvx_histogram_row.S
H A Dhvx_histogram.c64 static void hvx_histogram(uint8_t *src, int stride, int width, int height, in hvx_histogram() function
83 hvx_histogram(&input[0][0], stride, width, height, result); in main()