vpx/vp9/encoder/x86
Yaowu Xu b58c99eb71 Remove clamp operations.
The clamp calls with INT32_MIN and INT32_MAX have no effect at all on
int values passed in, therefore this commit removes those effectless
clamps and also adds more const intermediate results to make the code
more readable.

Change-Id: I66d8811f58bb74ec31cbec9a6c441983a662352e
2015-07-08 17:44:19 -07:00
..
vp9_avg_intrin_sse2.c Fix potential overflow issue in hadamard_16x16() 2015-06-12 10:56:18 -07:00
vp9_dct32x32_avx2_impl.h rename vp9_dct32x32_avx2.c to vp9_dct32x32_avx2_impl.h 2015-05-15 16:47:51 -07:00
vp9_dct32x32_sse2_impl.h Clean out more MSVC warnings 2015-07-08 15:09:20 -07:00
vp9_dct_avx2.c rename vp9_dct32x32_avx2.c to vp9_dct32x32_avx2_impl.h 2015-05-15 16:47:51 -07:00
vp9_dct_mmx.asm Added high bitdepth sse2 transform functions 2014-12-02 11:16:24 -08:00
vp9_dct_sse2_impl.h Clean out more MSVC warnings 2015-07-08 15:09:20 -07:00
vp9_dct_sse2.c rename vp9_dct_impl_sse2.c to vp9_dct_sse2_impl.h 2015-05-15 17:01:19 -07:00
vp9_dct_sse2.h sse2 visual studio build fix 2014-12-03 16:35:26 -08:00
vp9_dct_ssse3_x86_64.asm SSSE3 assembly implementation of 8x8 Hadamard transform 2015-04-04 09:59:37 -07:00
vp9_dct_ssse3.c vp9 intrinsics: add vp9_rtcd include 2015-05-15 10:43:47 -07:00
vp9_denoiser_sse2.c vpx_mem: remove vpx_memcpy 2015-04-28 19:59:41 -07:00
vp9_error_intrin_avx2.c vp9 intrinsics: add vp9_rtcd include 2015-05-15 10:43:47 -07:00
vp9_error_sse2.asm Reduce required xmm number by one in block_error_fp 2015-04-01 12:07:35 -07:00
vp9_highbd_block_error_intrin_sse2.c Added highbitdepth sse2 acceleration for quantize 2014-11-19 23:55:19 -08:00
vp9_highbd_quantize_intrin_sse2.c Remove clamp operations. 2015-07-08 17:44:19 -07:00
vp9_quantize_sse2.c vp9 intrinsics: add vp9_rtcd include 2015-05-15 10:43:47 -07:00
vp9_quantize_ssse3_x86_64.asm Tune SSSE3 assembly implementation to improve quantization speed 2015-04-01 15:28:01 -07:00
vp9_ssim_opt_x86_64.asm Renames x86_64 specific asm files 2014-05-21 13:55:56 -07:00
vp9_temporal_filter_apply_sse2.asm Fixed a crash windows build 2014-05-28 15:50:50 -07:00