]> granicus.if.org Git - libvpx/commit
Fill buffer speed up
authorJim Bankoski <jimbankoski@google.com>
Thu, 9 Jul 2015 18:41:30 +0000 (11:41 -0700)
committerJim Bankoski <jimbankoski@google.com>
Thu, 9 Jul 2015 18:41:30 +0000 (11:41 -0700)
commit9b4f9f45eee4d63cef3cd10f24923ed0bdd5ab7b
tree9fd7a836307e1d987ba2d783e234bd9a6a6d5d7d
parent02b3b05278089ff84db01750d50e8c3032701e51
Fill buffer speed up

Eliminates the byte by byte read from bool decoder,  by reading
in a size_t and then shifting it into place.

Change-Id: Id89241977103fc3b973e4ed172a5cbf246998e5d
vp9/decoder/vp9_reader.c
vpx_util/endian_inl.h [new file with mode: 0644]
vpx_util/vpx_util.mk