search for: explainin

Displaying 5 results from an estimated 5 matches for "explainin".

Did you mean: explaining
2004 Aug 06
1
Sub Vector Quantization of Innovation
Hi I am a student and working on Speech Coding and Speex. I just want to know where to get the document describing subvector quantization of innovation. Is there any document which can help me know how C code works or any paper exactly explainin the idea? regards Faisal __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/
2013 Jan 09
0
[LLVMdev] [lld] ELF weak aliases
...r __stdout_used. The size of the >> current symbol = (value of next symbol - current symbol). In this case >> its >> zero. > > __stdout_used is the last symbol at that address, so it gets the data. > The hack was to make __stdout_used not get the data. Got it. Thanks for explainining things. > >> >>> >>> This works great until another object file provides a definition of >>> __stdout_used. The weak definition of it gets totally removed, meaning >>> so does the content for the other __stdx_used symbols. >> >> When the...
2006 Jun 04
4
xy.coords(MATRIX) bug in code or documentation (PR#8937)
...ven to a matrix. Another problem in the same area: the documentation lies about how the function acts when given a data.frame. From the code, a data.frame is processed as if it was a matrix. From the documentation, while the data.frame is not mentioned explicitely, it is implied in the paragraph explaining how a list is processed (because a data.frame is a list). Some reconciliation is needed here as well. --please do not edit the information below-- Version: platform = i686-pc-linux-gnu arch = i686 os = linux-gnu system = i686, linux-gnu status = Under development (unstable) major = 2 mino...
2013 Jan 09
2
[LLVMdev] [lld] ELF weak aliases
On Tue, Jan 8, 2013 at 8:56 PM, <shankare at codeaurora.org> wrote: > Hi Michael, > > Does ELF support aliasing ? > > How is the relationship captured in ELF symbol table, that one symbol is a > alias of another symbol ? It is not explicitly captured. It's an implicit relationship due to the symbols having the same address. > >> Note that __stdout_used is
2004 Aug 06
2
Packet loss concealment ??
Hi, I would like to know which method uses Speex to conceal the loss of packets. I've reviewed the code and haven't found anything. Thanks in advance. Iago Soto. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://westfish.xiph.org/pipermail/speex-dev/attachments/20040614/bfa135e0/attachment.htm