vpx/vp8/common/x86
Johann 79afb5eb41 Use lrand48 on Android
When building x86 assembly use lrand48 instead of the
undocumented inlined _rand function.

Android now supports rand()
https://android-review.googlesource.com/97731
but only for new versions. Original workaround:
https://gerrit.chromium.org/gerrit/15744

Change-Id: I130566837d5bfc9e54187ebe9807350d1a7dab2a
2014-06-12 19:57:25 -07:00
..
dequantize_mmx.asm Make libvpx Chromium build friendly 2012-05-23 18:15:05 -07:00
filter_x86.c Fix linker warnings for bilinear filters 2013-10-01 14:40:05 -07:00
filter_x86.h vp8/common: add extern "C" to headers 2014-01-23 16:21:24 -08:00
idct_blk_mmx.c idct_blk_mmx.c: use vpx_memset instead of cast 2013-10-29 13:51:56 -07:00
idct_blk_sse2.c support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
idctllm_mmx.asm Make libvpx Chromium build friendly 2012-05-23 18:15:05 -07:00
idctllm_sse2.asm Make libvpx Chromium build friendly 2012-05-23 18:15:05 -07:00
iwalsh_mmx.asm Fix --as=nasm compatibility for new asm code. 2013-02-27 09:55:38 -08:00
iwalsh_sse2.asm Make libvpx Chromium build friendly 2012-05-23 18:15:05 -07:00
loopfilter_block_sse2_x86_64.asm Renames x86_64 specific asm files 2014-05-21 13:55:56 -07:00
loopfilter_mmx.asm minor spelling cleanup in comments 2014-02-12 16:32:51 -08:00
loopfilter_sse2.asm minor spelling cleanup in comments 2014-02-12 16:32:51 -08:00
loopfilter_x86.c loopfilter improvements 2012-04-12 14:22:47 -04:00
mfqe_sse2.asm Use dq instead of ddq with NASM 2013-02-17 17:30:34 +09:00
postproc_mmx.asm Use lrand48 on Android 2014-06-12 19:57:25 -07:00
postproc_sse2.asm Use lrand48 on Android 2014-06-12 19:57:25 -07:00
recon_mmx.asm Make libvpx Chromium build friendly 2012-05-23 18:15:05 -07:00
recon_sse2.asm Fix dr memory VP8 encode/decode errors 2014-04-21 17:04:05 -07:00
recon_wrapper_sse2.c support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
sad_mmx.asm Make libvpx Chromium build friendly 2012-05-23 18:15:05 -07:00
sad_sse2.asm Be consistent with SAD values 2012-07-27 16:15:31 -07:00
sad_sse3.asm Add support for x64 and win64 yasm flags. 2013-01-31 16:25:37 -08:00
sad_sse4.asm Make libvpx Chromium build friendly 2012-05-23 18:15:05 -07:00
sad_ssse3.asm Make libvpx Chromium build friendly 2012-05-23 18:15:05 -07:00
subpixel_mmx.asm Make libvpx Chromium build friendly 2012-05-23 18:15:05 -07:00
subpixel_sse2.asm Make libvpx Chromium build friendly 2012-05-23 18:15:05 -07:00
subpixel_ssse3.asm vp8_filter_block1d4_h6_ssse3: add missing xmm restore 2012-11-20 17:52:03 -08:00
variance_impl_mmx.asm Fix valgrind read out of bounds error. 2014-05-19 12:46:22 -07:00
variance_impl_sse2.asm Make libvpx Chromium build friendly 2012-05-23 18:15:05 -07:00
variance_impl_ssse3.asm Make libvpx Chromium build friendly 2012-05-23 18:15:05 -07:00
variance_mmx.c Removing vp8/common/pragmas.h. 2014-05-23 13:03:15 -07:00
variance_sse2.c Removing vp8/common/pragmas.h. 2014-05-23 13:03:15 -07:00
variance_ssse3.c Removing vp8/common/pragmas.h. 2014-05-23 13:03:15 -07:00
vp8_asm_stubs.c fixed integer overflow warnings 2013-09-26 09:20:15 -07:00