Displaying 2 results from an estimated 2 matches for "right_n".
Did you mean:
  right_
  
2003 Mar 15
0
mapping mux vector question
...[vorbis_mapping_mux] 
if [vorbis_mapping_submaps] is not greater than one? 
<p>Same file:
paragraph: "packet type, mode and window decode"
8. for [i] in range [right_window_start] ... [right_window_end]-1, 
        window([i]) = sin(.5 * PI * sin^2( ([i]-[right_window_start]+.5) / [right_n] * .5 * PI/2. + .5 * PI) ) 
9. window from range [rigth_window_start] ... [n]-1 is zero 
                                   ^^^^^^^^^^^^^
This should be "right_window_end", otherwise it wouldn't make 
sense
<p>Again same file:
paragraph "floor curve decode"
 From thi...
2003 Mar 16
2
Some Questions
...] 
if [vorbis_mapping_submaps] is not greater than one? 
4--------------------------
Same file:
paragraph: "packet type, mode and window decode"
8. for [i] in range [right_window_start] ... [right_window_end]-1, 
        window([i]) = sin(.5 * PI * sin^2( ([i]-[right_window_start]+.5) / [right_n] * .5 * PI/2. + .5 * PI) ) 
9. window from range [rigth_window_start] ... [n]-1 is zero 
                                   ^^^^^^^^^^^^^
This should be "right_window_end", otherwise it wouldn't make 
sense
5------------------------------
Again same file:
paragraph "floor curve...