search for: fit_value

Displaying 2 results from an estimated 2 matches for "fit_value".

Did you mean: it_value
2004 Apr 30
3
Problems on TI DSP c6701
...and libvorbis and the code from http://www.xiph.org/archives/tremor/200210/0001.html . But all of them stll work good in MSVC but terrible in c6701. I dont know wher the problem is??Problem of code or problem of memory allocation?? it decodes almost noise,.... When I trace the code I found some fit_value[] between fit_value[0] and fit_value[1] were wrong before /* unwrap positive values and reconsitute via linear interpolation */ Then I found the wrong fit_value because of the wrong dec_firsttable[lok] value So it seems tth codecsetup error info ,is it ?? If it is, how can I trace deeply to fined...
2005 Sep 13
1
Clarification on code books usage.
...specifed codebook number ) to walk through the huffman code book tree till it hits a leaf node which is nothing but the entry number. If we consider our floor 1 Y value example , this entry number is directly being used as the Y value. Here is an extract from the tremor code for the same "if((fit_value[j+k]=vorbis_book_decode(books+book,&vd->opb))==-1)" where vorbis_book_decode is returning an entry number. If this is correct the code books constructed for decoding of the floor at the encoder should have as many entries as the maximum value of the floor 1 Y value can take (seems to be...