Update sample workload wasm-av1 and add workload XNNPACK (#443)

This commit is contained in:
Wenyong Huang
2020-11-13 17:53:23 +08:00
committed by GitHub
parent a2641e174a
commit 892af84161
17 changed files with 1474 additions and 19 deletions

View File

@ -0,0 +1,19 @@
diff --git a/test.c b/test.c
index df2d44b..520bf13 100644
--- a/test.c
+++ b/test.c
@@ -63,9 +63,14 @@ main(int argc, char *argv[]) {
static int i = 0;
++i;
+ printf("Decoding frame #%d\n", i);
if (30 <= i && i < 40) {
+ printf("Dumping frame #%d\n", i);
dump_raw_frame(af, i);
}
+ if (i >= 1000) {
+ break;
+ }
}
/*
* Run the decoder every time, so that we keep