Hi guys, Here's two patches I'm planning to apply to simplify the pitch quantisation. Can you test them and let me know how it works? Thanks, Jean-Marc -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Moved-the-application-of-the-pitch-gain-to-un-quant.patch Type: text/x-patch Size: 8182 bytes Desc: not available Url : http://lists.xiph.org/pipermail/opus/attachments/20090113/d970d49a/attachment-0003.bin -------------- next part -------------- A non-text attachment was scrubbed... Name: 0002-Pitch-now-quantised-at-the-band-level-got-rid-of-al.patch Type: text/x-patch Size: 19715 bytes Desc: not available Url : http://lists.xiph.org/pipermail/opus/attachments/20090113/d970d49a/attachment-0004.bin
Hi, Given the absence of a public outcry following the patch, I've pushed it to the main repository. The main benefit of that patch is reducing the code size, slightly reducing the complexity, and getting rid of 1kB worth of constants (i.e. the big pitch codebook). Cheers, Jean-Marc Jean-Marc Valin a ?crit :> Hi guys, > > Here's two patches I'm planning to apply to simplify the pitch > quantisation. Can you test them and let me know how it works? > > Thanks, > > Jean-Marc > > > ------------------------------------------------------------------------ > > _______________________________________________ > celt-dev mailing list > celt-dev at xiph.org > http://lists.xiph.org/mailman/listinfo/celt-dev
Seemingly Similar Threads
- [PATCH] Moved the application of the pitch gain to (un)quant_bands(). This doesn't change anything to the codec, but will make the next changes easier.
- [PATCH] Pitch now quantised at the band level, got rid of all the VQ code.
- [RFC PATCH v3] Intrinsics/RTCD related fixes. Mostly x86.
- [RFC PATCHv2] Intrinsics/RTCD related fixes. Mostly x86.
- [PATCH 12/15] Replace call of celt_inner_prod_c() (step 1)