Fill buffer speed up
authorJim Bankoski <jimbankoski@google.com>
Tue, 14 Jul 2015 16:19:01 +0000 (09:19 -0700)
committerYaowu Xu <yaowu@google.com>
Tue, 21 Jul 2015 19:54:44 +0000 (12:54 -0700)
commit0fe589f21ea75db7fbee2a84749d24b5666ad232
tree80aed73b0a38a6cbd9ea198510e6db1d8ee44e33
parent2726023fc16e55638865d3a04a91168dbaf20042
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: I0ed8c7b6f942847e79cc90105dc1d2b5b3deb0d6
vpx_dsp/bitreader.c
vpx_util/endian_inl.h [new file with mode: 0644]
vpx_util/vpx_util.mk