Skip to content
  • Timothy B. Terriberry's avatar
    Make the quantizer exact. · e04e2935
    Timothy B. Terriberry authored
    This replaces the approximate division-by-multiplication in the
     quantizer with an exact one that costs just one add and one
     shift extra.
    The asm versions have not been updated in this patch, and thus
     have been disabled, since the new method requires different
     multipliers which are not compatible with the old method.
    
    Change-Id: I53ac887af0f969d906e464c88b1f4be69c6b1206
    e04e2935