search for: low_neighbor

Displaying 1 result from an estimated 1 matches for "low_neighbor".

2006 Dec 05
2
intro + specification remarks + some questions
hi everyone, since about 10 days I've been working on an implementation of ogg vorbis *decoder* from scratch, and I've got a few constructive remarks about the specs and some questions. -------------------------- First a question: > 9.2.4. low_neighbor > > "low_neighbor(v,x)" finds the position n in vector [v] of the greatest > value scalar element for which n is less than [x] and vector [v] > element n is less than vector [v] element [x]. I'm thoroughly confused by this definition... Does this mean: A) for (n=x...