Displaying 1 result from an estimated 1 matches for "lookup1_valu".
Did you mean:
lookup1_values
2002 Jul 20
3
Vorbis 1.0 spec notes, part 1
...tep 4: "if ( [mantissa] is nonzero )" -> "if ( [sign] is nonzero )"
- question: What are the tolerances on this function? Is it acceptable
for me to cast mantissa to double, multiply it by the double returned
from pow(2,(dobule)(exponent-788)), and cast the result to float?
* lookup1_values
- given:
return_value ^ codebook_dimensions = codebook_entries
-> is this correct: ? (I'm out of school so my algebra is slacking...)
-> return_value = log(codebook_entires) / log(codebook_dimensions)
-> where return_value truncates the double result to int?
<p>vorbis-spec-c...