Displaying 1 result from an estimated 1 matches for "vqbook".
Did you mean:
book
2015 Mar 28
1
Building a new decoder - some questions on the spec (residue decode)
...e_begin = 0;
residue_end = 256;
actual_size = 8;
following that code I would get
limit_residue_begin = 8
limit_residue_end = 256
Is this right? It feels wrong having an actual size of 8 yet the
difference of end-begin being 248.
Question 2)
Further down in 8.6.2 it has a line of code
18) if ([vqbook] is not ?unused?) {
Can someone tell me the full definition of 'unused' here? I have an
instance currently where the vqbook returned is not of type 1 or 2 so
doesn't have any vqvectors (The index returned from the
classifications was 0 which is the default up populated value from the
c...