On Sun, Nov 24, 2019 at 11:35:51AM +0100, alexandrahajk...@post.cz wrote:
> Hello,
>
> I'd like to add the bitstream reader I wrote a few years ago. It
> would replace the original get_bits.h
>
> The new bitstream reader is
> written to be easier to use, more consistent and to be easier to
> fo
> Am 24.11.2019 um 11:35 schrieb
> :
>
> I did some benchmarks and for example on x86_64, 64-bit
> (Intel Core i3-2120, 3.30GHz)
> I saw no speed regressions for HEVC and x264 and
> some speed ups for OPUS, AAC, DCA,
> SVQ3. PRORES was even 11 % faster.
How can I reproduce this?
(How did yo
On 11/24/19, alexandrahajk...@post.cz wrote:
> Hello,
>
> I'd like to add the bitstream reader I wrote a few years ago. It
> would replace the original get_bits.h
>
> The new bitstream reader is
> written to be easier to use, more consistent and to be easier to
> follow. It is better documented