summaryrefslogtreecommitdiff
path: root/vp9/encoder/x86
AgeCommit message (Expand)Author
2016-02-09Restore previous motion search bit-error scale.Alex Converse
2016-02-05Merge "Vidyo patch: Optimization for 1-to-2 downsampling and upsampling."James Zern
2016-02-04Vidyo patch: Optimization for 1-to-2 downsampling and upsampling.Scott LaVarnway
2016-02-04Merge changes from topic 'dead-code'James Zern
2016-02-02vp9_diamond_search_sad_avx.c: rename (un)likely macrosJames Zern
2016-02-02Fix some interger overflow errorshui su
2015-12-14move vp9_avg to vpx_dspJames Zern
2015-11-20fix vp9_satd_sse2James Zern
2015-11-20vp9_satd: return an intJames Zern
2015-11-11Add AVX vectorized vp9_diamond_search_sadGeza Lore
2015-11-06Revert "Add AVX vectorized vp9_diamond_search_sad"James Zern
2015-11-05Add AVX vectorized vp9_diamond_search_sadGeza Lore
2015-10-21Optimize vp9_highbd_block_error_8bit assembly.Geza Lore
2015-10-08Optimization of 8bit block error for high bitdepthGeza Lore
2015-08-07Use newer x86inc.asmJohann
2015-08-06Move VP9 SSIM metrics to vpx_dsp.Alex Converse
2015-07-31Factor inverse transform functions into vpx_dspJingning Han
2015-07-28Replace vp9_ prefix in 2D-DCT functions with vpx_Jingning Han
2015-07-28Move DC only forward 2D-DCT functions to vpx_dspJingning Han
2015-07-28Factor 32x32 fwd DCT to vpx_dsp folderJingning Han
2015-07-27Move forward dct sse2 header file to vpx_dspJingning Han
2015-07-27Replace vp9_idct.h for precise dependencyJingning Han
2015-07-26Refactor vp9_idct.h fileJingning Han
2015-07-24Remove redundant function definitions in vp9_dct_sse2.hJingning Han
2015-07-22Factor forward 2D-DCT transforms into vpx_dspJingning Han
2015-07-20Clean up vp9_dct32x32_sse2_impl.h header filesJingning Han
2015-07-20Unify the high bit-depth forward hybrid transformsJingning Han
2015-07-17Migrate quantization functions from vp9/ to vpx_dsp/Yunqing Wang
2015-07-08Remove clamp operations.Yaowu Xu
2015-07-08Clean out more MSVC warningsYaowu Xu
2015-07-07Move sub pixel variance to vpx_dspJohann
2015-07-06Move subtract functions from vp9 to vpx_dspJingning Han
2015-06-12Fix potential overflow issue in hadamard_16x16()Jingning Han
2015-06-03Make vp9 subpixel match vp8Johann
2015-05-26Move variance functions to vpx_dspJohann
2015-05-15rename vp9_dct_impl_sse2.c to vp9_dct_sse2_impl.hJames Zern
2015-05-15rename vp9_dct32x32_sse2.c to vp9_dct32x32_sse2_impl.hJames Zern
2015-05-15rename vp9_dct32x32_avx2.c to vp9_dct32x32_avx2_impl.hJames Zern
2015-05-15vp9 intrinsics: add vp9_rtcd includeJames Zern
2015-05-15vp9_variance_sse2: sync function signaturesJames Zern
2015-05-15vp9_dct_sse2: make some functions staticJames Zern
2015-05-13Relocate memory operations for common codeJohann
2015-05-07replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNEDJames Zern
2015-05-06Move shared SAD code to vpx_dspJohann
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-04-28vpx_mem: remove vpx_memcpyJames Zern
2015-04-16Revert "Revert "Force_split on 16x16 blocks in variance partition.""Marco Paniconi
2015-04-14Revert "Force_split on 16x16 blocks in variance partition."Yunqing Wang
2015-04-13Force_split on 16x16 blocks in variance partition.Marco
2015-04-09Merge "SSSE3 assembly implementation of 8x8 Hadamard transform"Jingning Han