This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GSM Audio Pocket Knife".
The branch, master has been updated
via 7a04624563ac72b7237e39d6fcee5dab96f4d948 (commit)
from 8b5e0c7b81cba9f064bed97dc743e5a9a13818f1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
contrib/benchmark.sh | 17 ++++++
contrib/gen_testdata.sh | 12 ++++
include/gapk/benchmark.h | 60 ++++++++++++++++++++
include/gapk/get_cycles.h | 138 ++++++++++++++++++++++++++++++++++++++++++++++
src/Makefile.am | 2 +-
src/benchmark.c | 55 ++++++++++++++++++
src/codec_efr.c | 5 ++
src/codec_fr.c | 9 ++-
src/codec_hr.c | 13 ++++-
src/main.c | 3 +
10 files changed, 310 insertions(+), 4 deletions(-)
create mode 100755 contrib/benchmark.sh
create mode 100755 contrib/gen_testdata.sh
create mode 100644 include/gapk/benchmark.h
create mode 100644 include/gapk/get_cycles.h
create mode 100644 src/benchmark.c
hooks/post-receive
--
GSM Audio Pocket Knife