summaryrefslogtreecommitdiff
path: root/vp8/common
AgeCommit message (Expand)Author
2015-07-07Move sub pixel variance to vpx_dspJohann
2015-07-07Merge "Unify subtract function used in VP8/9"Jingning Han
2015-07-07Unify subtract function used in VP8/9Jingning Han
2015-07-07mips msa vp8 idct optimizationParag Salasakar
2015-06-30loopfiltersimpleverticaledge_neon: quiet uninit var warningsJames Zern
2015-06-25loopfiltersimpleverticaledge_neon: quiet uninit var warningsJames Zern
2015-06-25idct_dequant_0_2x_neon: quiet uninit var warningsJames Zern
2015-06-23vp8_subpixelvariance_neon: right size coeff tableJames Zern
2015-06-18Move vp8 variance filesJohann
2015-06-05disable vp8_sub_pixel_variance8x8_neonJames Zern
2015-06-03Remove unused sub pixel mseJohann
2015-06-02Disable neon bilinear 4x4Johann
2015-05-26Move variance functions to vpx_dspJohann
2015-05-14vp8: add some missing includesJames Zern
2015-05-14vp8: make some functions staticJames Zern
2015-05-14vp8/common/variance*: add vp8_rtcd includeJames Zern
2015-05-14vp8_copy32xn: sync function signatureJames Zern
2015-05-07Merge "Remove only remaining uses of 'fast_unaligned'"Johann
2015-05-07Remove only remaining uses of 'fast_unaligned'Johann
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-15Reorganize *_rtcd() calling conventionsJohann
2015-04-03multiframe_quality_enhance_block: remove dead storesJames Zern
2015-04-03vp8_print_modes_and_motion_vectors: remove dead storesJames Zern
2015-04-02Remove PPC build supportJohann
2015-02-03Use correct buffer size in vp8 subpixel varianceJohann
2014-12-21Revert "remove vp8 unused uvstride parm in simple loop filter"Jim Bankoski
2014-12-21Merge "remove vp8 unused uvstride parm in simple loop filter"Jim Bankoski
2014-12-16Silence -Werror=unused-parameterJohann
2014-12-03Various updates to vp8.Marco
2014-11-06Remove asm offset dependenciesJohann
2014-10-31Remove pair quantizationJohann
2014-10-31vp8 quantization -> intrinsicsJohann
2014-09-25Clarify GCC version checkJohann
2014-09-19vp8: Update to the adaptive denoising mode.Marco
2014-09-17Merge "vp8: common: postproc: fix signed overflow of statement of (X +c) >= X...Johann
2014-09-15Merge "vp8/vp9: neon: msvc: move the 'ifdef _MSC_VER' bit to vpx_ports/mem.h....Johann
2014-09-15VP8 encoder for ARMv8 by using NEON intrinsics 1Scott LaVarnway
2014-09-14vp8/vp9: neon: msvc: move the 'ifdef _MSC_VER' bit to vpx_ports/mem.h.Jia Jia
2014-09-14vp8: common: postproc: fix signed overflow of statement of (X +c) >= X when '...Jia Jia
2014-09-09Move vp8_variance_halfpixvar16x16_*_neon definitionsJohann
2014-09-08vp8 encoder: remove vp8_yv12_copy_partial_frame_neonJia Jia
2014-09-05vp8 common: change 'HAVE_NEON_ASM' to 'HAVE_NEON' for compiling functions of ...Jia Jia
2014-09-04bilinearpredict_neon: fix type conversion warningsJames Zern
2014-09-04Merge "arm: Fix building vp8_subpixelvariance_neon.c with MSVC"James Zern
2014-09-04Revert "Revert "VP8 for ARMv8 by using NEON intrinsics 10""Scott LaVarnway
2014-09-04arm: Fix building vp8_subpixelvariance_neon.c with MSVCMartin Storsjo
2014-09-03Neon version of vp8_build_intra_predictors_mby_s() andScott LaVarnway