Displaying 1 result from an estimated 1 matches for "quant_pitch".
2009 Jan 14
0
[PATCH] Pitch now quantised at the band level, got rid of all the VQ code.
---
 libcelt/Makefile.am   |    6 +-
 libcelt/bands.c       |   26 +++++++++-
 libcelt/bands.h       |    2 +-
 libcelt/celt.c        |   23 +++-----
 libcelt/pgain_table.h |  133 -------------------------------------------------
 libcelt/quant_pitch.c |  117 -------------------------------------------
 libcelt/quant_pitch.h |   44 ----------------
 7 files changed, 37 insertions(+), 314 deletions(-)
 delete mode 100644 libcelt/pgain_table.h
 delete mode 100644 libcelt/quant_pitch.c
 delete mode 100644 libcelt/quant_pitch.h
diff --git a/libcel...