vpx/vp9/encoder/x86
Yunqing Wang 38f1fbbb75 Migrate quantization functions from vp9/ to vpx_dsp/
The following quantization functions were moved:
vp9_quantize_b
vp9_quantize_b_32x32
vp9_highbd_quantize_b
vp9_highbd_quantize_b_32x32

vp9_quantize_dc
vp9_quantize_dc_32x32
vp9_highbd_quantize_dc
vp9_highbd_quantize_dc_32x32

The purpose of doing that was to allow these functions to be shared
by multiple codecs.

Change-Id: Id8ab939f283353cdd07bd930d47db3d932a5d87f
2015-07-17 16:38:14 -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_quantize_sse2.c Migrate quantization functions from vp9/ to vpx_dsp/ 2015-07-17 16:38:14 -07:00
vp9_quantize_ssse3_x86_64.asm Migrate quantization functions from vp9/ to vpx_dsp/ 2015-07-17 16:38:14 -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