From ad038bbeb44d7c737d3e67bbe355ea557adafa82 Mon Sep 17 00:00:00 2001 From: Monty Date: Wed, 28 Jul 1999 22:56:57 +0000 Subject: [PATCH] Move some abstraction around svn path=/trunk/vorbis/; revision=16 --- lib/analysis.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 lib/analysis.c diff --git a/lib/analysis.c b/lib/analysis.c new file mode 100644 index 0000000..4bb6bc6 --- /dev/null +++ b/lib/analysis.c @@ -0,0 +1,18 @@ +analysis_packetout(vorbis_dsp_state *v, vorbis_block *vb, + ogg_packet *op){ + + /* find block's envelope vector and apply it */ + + + /* the real analysis begins; forward MDCT with window */ + + + /* Noise floor, resolution floor */ + + /* encode the floor into LSP; get the actual floor back for quant */ + + /* use noise floor, res floor for culling, actual floor for quant */ + + /* encode residue */ + +} -- 2.7.4