]> granicus.if.org Git - libvpx/commit
Add an implementation of Asymetric Numeral Systems (ANS).
authorAlex Converse <aconverse@google.com>
Wed, 16 Dec 2015 19:16:32 +0000 (11:16 -0800)
committerAlex Converse <aconverse@google.com>
Tue, 12 Jan 2016 00:26:30 +0000 (16:26 -0800)
commit9ffcb469fb9748c7a5f9ececd82ee5a3c5c1c990
tree271a8c4e8baab1957c67de6d90732d2928a21fa8
parent387a10e3dcae530c83af31be95e8aef5064b0f5b
Add an implementation of Asymetric Numeral Systems (ANS).

Change-Id: Ie41bc72127e700887566dcc951da9d83a0b94891
configure
test/test.mk
test/vp10_ans_test.cc [new file with mode: 0644]
vp10/common/ans.h [new file with mode: 0644]
vp10/common/divide.c [new file with mode: 0644]
vp10/common/divide.h [new file with mode: 0644]
vp10/vp10_common.mk