vpx/vp8/common
James Zern 805078a1bf build: convert rtcd.sh to perl
significantly speeds up file generation.

the goal of this change is to convert rtcd.sh to perl as directly as
possible to allow for simple comparison. future changes can make it more
perl-like.

---
Linux
    [CREATE] vpx_scale_rtcd.h
real    0m0.485s ->    0m0.022s
    [CREATE] vp8_rtcd.h
real    0m4.619s ->    0m0.060s
    [CREATE] vp9_rtcd.h
real    0m10.102s ->    0m0.087s

Windows
    [CREATE] vpx_scale_rtcd.h
real    0m8.360s ->    0m0.080s
    [CREATE] vp8_rtcd.h
real    1m8.083s ->    0m0.160s
    [CREATE] vp9_rtcd.h
real    2m6.489s ->    0m0.233s

Change-Id: Idfb71188206c91237d6a3c3a81dfe00d103f11ee
2014-03-03 14:47:11 -08:00
..
arm VP8 for ARMv8 by using NEON intrinsics 05 2014-02-26 10:16:00 +08:00
generic Bug fix: Issue 532: VPX codec executes emms instruction without 2013-03-15 14:27:15 -07:00
mips/dspr2 support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
ppc removed the idct rtcd idct calls 2012-11-24 19:33:58 -08:00
x86 minor spelling cleanup in comments 2014-02-12 16:32:51 -08:00
alloccommon.c yv12config: remove YUV_TYPE 2013-07-12 15:25:48 -07:00
alloccommon.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
blockd.c Removed vp8_block2type 2011-02-24 14:35:18 -05:00
blockd.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
coefupdateprobs.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
common.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
context.c Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
debugmodes.c MODE_INFO size reduction 2011-05-24 13:24:52 -04:00
default_coef_probs.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
dequantize.c support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
entropy.c Fix pedantic compiler warnings 2012-06-11 15:14:58 -07:00
entropy.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
entropymode.c Merge branch 'origin/eider' into master 2012-05-11 10:51:05 -07:00
entropymode.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
entropymv.c Eliminate more warnings. 2010-10-27 18:08:04 -07:00
entropymv.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
extend.c Fix pedantic compiler warnings 2012-06-11 15:14:58 -07:00
extend.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
filter.c Fix linker warnings for bilinear filters 2013-10-01 14:40:05 -07:00
filter.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
findnearmv.c Correct clamping in use of vp8_find_near_mvs() 2012-01-26 09:37:27 -08:00
findnearmv.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
header.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
idct_blk.c idct_blk.c: use vpx_memset instead of cast 2013-10-29 13:50:15 -07:00
idctllm.c Modified the inverse walsh to output directly 2011-11-25 09:24:04 +02:00
invtrans.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
loopfilter_filters.c Removed shadow warnings : loopfilter*.c 2013-03-14 08:23:26 -07:00
loopfilter.c Removed shadow warnings : loopfilter*.c 2013-03-14 08:23:26 -07:00
loopfilter.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
mbpitch.c Fix compiler warnings 2012-05-02 10:57:57 +03:00
mfqe.c Bug fix: error-concealment enabled changed postproc output 2013-01-25 17:06:32 -08:00
modecont.c Eliminate more warnings. 2010-10-27 18:08:04 -07:00
modecont.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
mv.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
onyx.h Change the vp8 END_USAGE typedef 2014-01-17 15:39:49 -08:00
onyxc_int.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
onyxd.h vp8/common: normalize include guards 2013-12-16 19:40:54 -08:00
postproc.c vp8: remove 2 unused tables 2013-12-10 21:13:21 -08:00
postproc.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
ppflags.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
pragmas.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
quant_common.c Add comment for use of shift/mul instead of div. 2012-07-24 15:46:49 -07:00
quant_common.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
reconinter.c fix integer overflow in vp8 2013-09-23 17:15:55 -07:00
reconinter.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
reconintra4x4.c support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
reconintra4x4.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
reconintra.c Removed shadow warnings : reconintra.c 2013-03-14 08:28:34 -07:00
rtcd_defs.pl build: convert rtcd.sh to perl 2014-03-03 14:47:11 -08:00
rtcd.c support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
sad_c.c Be consistent with SAD values 2012-07-27 16:15:31 -07:00
setupintrarecon.c Changed setup intra recon to be row based 2012-09-13 11:51:27 -07:00
setupintrarecon.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
swapyv12buffer.c Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
swapyv12buffer.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
systemdependent.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
textblit.c Eliminate more warnings. 2010-10-27 18:08:04 -07:00
threading.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
treecoder.c Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
treecoder.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
variance_c.c Fix variance (signed integer) overflow 2013-02-22 12:40:08 -08:00
variance.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
vp8_entropymodedata.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00