summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_rtcd_defs.pl
AgeCommit message (Expand)Author
2014-10-20Merge "SAD32xh and SAD64xh for AVX2"Yunqing Wang
2014-10-19SAD32xh and SAD64xh for AVX2levytamar82
2014-10-17Add highbitdepth function for vp9_avg_8x8Peter de Rivaz
2014-10-14Add a 32-bit friendly sse2 quantizer.Alex Converse
2014-10-09Merge "Rename highbitdepth functions to use highbd prefix"Deb Mukherjee
2014-10-09Rename highbitdepth functions to use highbd prefixDeb Mukherjee
2014-10-09vp9_rtcd_defs: fix vp9_avg_8x8 declarationJames Zern
2014-10-07experimental : partition using 1/8 x 1/8 imageJim Bankoski
2014-10-07Merge "Add SSE2 code and unit test for VP9 denoiser."JackyChen
2014-10-06Add SSE2 code and unit test for VP9 denoiser.JackyChen
2014-10-03Incorporate WRAPLOW macro into non-highbitdepth txDeb Mukherjee
2014-10-01High-bitdepth bugfixesDeb Mukherjee
2014-09-30Moves transform type defines to vp9_commonDeb Mukherjee
2014-09-30Revert "Fix compiling error in vp9_idct.h"James Zern
2014-09-30Fix compiling error in vp9_idct.hJingning Han
2014-09-23High bit-depth loop/arf/postproc filter functionsDeb Mukherjee
2014-09-18Adds high bitdepth convolve, interpred & scalingDeb Mukherjee
2014-09-16Adding high-bitdepth intra prediction functionsDeb Mukherjee
2014-09-16Adds high bitdepth quantization functionsDeb Mukherjee
2014-09-16Fix a performance regressionYaowu Xu
2014-09-11Adds high bitdepth transform functions and testsDeb Mukherjee
2014-09-11Adds high bit depth sad and variance functionsDeb Mukherjee
2014-09-11Allow specifying opt dependenciesJohann
2014-09-08Fixing Mac OS build.Dmitry Kovalev
2014-09-05Merge "Removing postproc mmx code."Dmitry Kovalev
2014-09-05Removing postproc mmx code.Dmitry Kovalev
2014-09-04fix x86-darwin* buildJames Zern
2014-09-04Removing unused function prototypes.Dmitry Kovalev
2014-09-03Adding sse2 variant for vp9_mse{8x8, 8x16, 16x8}.Dmitry Kovalev
2014-09-02Removing MMX SAD calculation code.Dmitry Kovalev
2014-08-29Removing variance MMX code.Dmitry Kovalev
2014-08-21Merge "Fix bug 804"Yaowu Xu
2014-08-07Fix bug 807levytamar82
2014-08-07Fix bug 804levytamar82
2014-08-07Fix bug 806levytamar82
2014-08-01Merge "Added vp9_sad8x8_neon()"Frank Galligan
2014-08-01Neon version of vp9_sub_pixel_variance8x8(),Scott LaVarnway
2014-08-01Merge "Neon version of vp9_sub_pixel_variance32x32(),"Frank Galligan
2014-08-01Added vp9_sad8x8_neon()Scott LaVarnway
2014-07-31Neon version of vp9_subtract_block()Scott LaVarnway
2014-07-31Neon version of vp9_sub_pixel_variance32x32(),Scott LaVarnway
2014-07-30Neon version of vp9_quantize_fp()Scott LaVarnway
2014-07-30Neon version of vp9_sub_pixel_variance16x16(),Scott LaVarnway
2014-07-29Added vp9_fdct8x8_neon(), vp9_fdct8x8_1_neon()Scott LaVarnway
2014-07-28Fix bug 805levytamar82
2014-07-17Merge "Added vp9_sad64x64_neon(), vp9_sad32x32_neon()"Scott LaVarnway
2014-07-16Added vp9_sad64x64_neon(), vp9_sad32x32_neon()Scott LaVarnway
2014-07-10Refactor vp9_diamond_search_sad functionYunqing Wang
2014-07-09Refactor refining_search_sad codeYunqing Wang
2014-07-08Re-design quantization process for 32x32 transform blockJingning Han