Skip to content
  • Nathan E. Egge's avatar
    Internalize the EC_PROB_SHIFT precision reduction · f0b7d999
    Nathan E. Egge authored and Ronald S. Bultje's avatar Ronald S. Bultje committed
    All of the msac decode functions use 15-bit CDFs with the exception of
    msac_decode_bool_prob() which takes a (15 - EC_PROB_SHIFT)-bit
    probability.
    This patch internalizes the reduction in precision from the EC_SMALL_MUL
    experiment (hiding the define) and gives msac calls a consistent API.
    f0b7d999