summaryrefslogtreecommitdiff
path: root/vpx_util/vpx_util.mk
diff options
context:
space:
mode:
authorJim Bankoski <jimbankoski@google.com>2015-07-14 09:19:01 -0700
committerYaowu Xu <yaowu@google.com>2015-07-21 12:54:44 -0700
commit0fe589f21ea75db7fbee2a84749d24b5666ad232 (patch)
tree80aed73b0a38a6cbd9ea198510e6db1d8ee44e33 /vpx_util/vpx_util.mk
parent2726023fc16e55638865d3a04a91168dbaf20042 (diff)
downloadlibvpx-0fe589f21ea75db7fbee2a84749d24b5666ad232.tar
libvpx-0fe589f21ea75db7fbee2a84749d24b5666ad232.tar.gz
libvpx-0fe589f21ea75db7fbee2a84749d24b5666ad232.tar.bz2
libvpx-0fe589f21ea75db7fbee2a84749d24b5666ad232.zip
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
Diffstat (limited to 'vpx_util/vpx_util.mk')
-rw-r--r--vpx_util/vpx_util.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/vpx_util/vpx_util.mk b/vpx_util/vpx_util.mk
index 116112548..c0ef8d336 100644
--- a/vpx_util/vpx_util.mk
+++ b/vpx_util/vpx_util.mk
@@ -11,3 +11,4 @@
UTIL_SRCS-yes += vpx_util.mk
UTIL_SRCS-yes += vpx_thread.c
UTIL_SRCS-yes += vpx_thread.h
+UTIL_SRCS-yes += endian_inl.h