vpx/vp8/common/x86
Johann 1161055129 Be consistent with SAD values
SAD returns unsigned values. Make all the declarations the same.

Remove bestsad initialization and check. It is always set to the
result of a SAD call so it will never remain UINT_MAX

Use ja instead of jg to test unsigned comparison instead of signed.

Update test.

Change-Id: I46336ab45f4e60fc37caf20bd36bc5782079c7a5
2012-07-27 16:15:31 -07:00
..
dequantize_mmx.asm Make libvpx Chromium build friendly 2012-05-23 18:15:05 -07:00
filter_x86.c Move shared data to shared location 2011-11-18 16:23:14 -08:00
filter_x86.h Move shared data to shared location 2011-11-18 16:23:14 -08:00
idct_blk_mmx.c RTCD: add remaining IDCT functions 2012-01-30 12:08:22 -08:00
idct_blk_sse2.c RTCD: add remaining IDCT functions 2012-01-30 12:08:22 -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 Make libvpx Chromium build friendly 2012-05-23 18:15:05 -07:00
iwalsh_sse2.asm Make libvpx Chromium build friendly 2012-05-23 18:15:05 -07:00
loopfilter_block_sse2.asm Make libvpx Chromium build friendly 2012-05-23 18:15:05 -07:00
loopfilter_mmx.asm Make libvpx Chromium build friendly 2012-05-23 18:15:05 -07:00
loopfilter_sse2.asm Make libvpx Chromium build friendly 2012-05-23 18:15:05 -07:00
loopfilter_x86.c loopfilter improvements 2012-04-12 14:22:47 -04:00
mfqe_sse2.asm Make libvpx Chromium build friendly 2012-05-23 18:15:05 -07:00
postproc_mmx.asm Make libvpx Chromium build friendly 2012-05-23 18:15:05 -07:00
postproc_sse2.asm Make libvpx Chromium build friendly 2012-05-23 18:15:05 -07:00
postproc_x86.c Fix pedantic compiler warnings 2012-06-11 15:14:58 -07:00
recon_mmx.asm Make libvpx Chromium build friendly 2012-05-23 18:15:05 -07:00
recon_sse2.asm Make libvpx Chromium build friendly 2012-05-23 18:15:05 -07:00
recon_wrapper_sse2.c Updated vp8_build_intra_predictors_mby_s(sse2/ssse3) 2012-03-29 14:24:53 -04: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 Make libvpx Chromium build friendly 2012-05-23 18:15:05 -07: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 Make libvpx Chromium build friendly 2012-05-23 18:15:05 -07:00
variance_impl_mmx.asm Make libvpx Chromium build friendly 2012-05-23 18:15:05 -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 Move SAD and variance functions to common 2012-03-05 16:50:33 -08:00
variance_sse2.c Fix pedantic compiler warnings 2012-06-11 15:14:58 -07:00
variance_ssse3.c Fix pedantic compiler warnings 2012-06-11 15:14:58 -07:00
vp8_asm_stubs.c Add 0 offsets handling in SSSE3 sixtap_predict functions 2012-07-02 16:50:48 -07:00