Re: not exactly recent: more coder speed stuff



mostly, I was figuring I would do an arithmetic coder (sort of) based on forcing probabilities to powers of 2. ofterwise, not much was done (apart from using a shift as a range).

maybe I'm missing a reference ... but what are you trying to do!?

ac has the advantage of using fractions of bits/symbol ...
If you want to use probabilites with powers of 2 then you would get full bits/symbol. Why are you still trying to use the AC?



bye, Michael .



Relevant Pages

  • Re: Interrupt doesnt make it to the 8259 on a ASUS P4PE mobo
    ... unsigned numbers by powers of 2, and SRA (Shift Right Arithmetic) to ... divide signed numbers by powers of 2. ... send the line "unsubscribe linux-kernel" in ...
    (Linux-Kernel)
  • shifting bits
    ... result I chose to shift the variables' bits using multiplications and ... divisions by powers of two. ...
    (comp.lang.ada)
  • Re: Randomness of digits within pi
    ... in tables of logarithms e.g.? ... fractions & powers of pi, gamma of pi etc. must also have this ...
    (sci.math)
  • Re: shifting bits
    ... >> divisions by powers of two. ... > Ada provides similar bit shifting operations in the package Interfaces. ... > Think about what would happen if you shift a sign bit. ... Range types alwas have sign - even when the range itself does ...
    (comp.lang.ada)
  • division by general integer using shifts
    ... you shift the digits of a number to the left or right one time then it's ... like multiplying or dividing the number by its radix. ... What about numbers that are not powers of two? ...
    (comp.programming)