vpx/vpx_scale
John Koleszar 429dc676b1 Increase static linkage, remove unused functions
A large number of functions were defined with external linkage, even
though they were only used from within one file. This patch changes
their linkage to static and removes the vp8_ prefix from their names,
which should make it more obvious to the reader that the function is
contained within the current translation unit. Functions that were
not referenced were removed.

These symbols were identified by:

  $ nm -A libvpx.a | sort -k3 | uniq -c -f2 | grep ' [A-Z] ' \
    | sort | grep '^ *1 '

Change-Id: I59609f58ab65312012c047036ae1e0634f795779
2011-03-17 20:53:47 -04:00
..
arm Avoid misspelling "dependent". 2011-03-15 12:58:29 +00:00
generic Increase static linkage, remove unused functions 2011-03-17 20:53:47 -04:00
include clean up unused files 2011-02-18 09:09:49 -05:00
win32 Avoid misspelling "dependent". 2011-03-15 12:58:29 +00:00
scale_mode.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
vpx_scale.mk Avoid misspelling "dependent". 2011-03-15 12:58:29 +00:00
vpxscale.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
yv12config.h Increase static linkage, remove unused functions 2011-03-17 20:53:47 -04:00
yv12extend.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00