1 Dec 2008 02:04
Re: [PATCH] QCELP decoder
Kenan Gillet <kenan.gillet <at> gmail.com>
2008-12-01 01:04:07 GMT
2008-12-01 01:04:07 GMT
Hi, On Nov 30, 2008, at 7:50 AM, Michael Niedermayer wrote: > On Sat, Nov 29, 2008 at 10:39:58AM -0800, Kenan Gillet wrote: >> Hi all, >> >> sorry for the delay. I was waiting to resolve the parsing/decoding of >> the bitrate/packet type issue. >> Reynaldo and I agreed on IRC to live the parsing/decoding as it is >> for now. >> >> So here is round 13 of the qcelp decoder. >> - QCELPContext was split so that it can be moved into qcelpdec.c and >> only keep the unpacked data structure (QCELPFrame) in qcelpdata.h >> - add doxy comments on QCELPFrame field >> - simplify decode_gain_and_index for RATE_OCTAVE and IFQ >> - rename qcelp_bits_per_rate into qcelp_unpacking_bitmaps_lengths >> - use double in qcelp_lsp.c >> >> have a great day >> >> Kenan > >> Index: libavcodec/qcelp.h >> =================================================================== >> --- libavcodec/qcelp.h (revision 0) >> +++ libavcodec/qcelp.h (revision 0) >> <at> <at> -0,0 +1,48 <at> <at> >> +/* >> + * QCELP decoder(Continue reading)
RSS Feed