summaryrefslogtreecommitdiff
path: root/test/vp9_quantize_test.cc
AgeCommit message (Expand)Author
2018-06-18include msvc.h for snprintf support in benchmarksLuc Trudeau
2018-06-11VSX Version of vp9_quantize_fp_32x32Luc Trudeau
2018-06-11VSX Version of vp9_quantize_fpLuc Trudeau
2018-06-04test,cosmetics: fix func/member naming, decl orderJames Zern
2018-05-29Bench Class For More Robust Speed TestsLuc Trudeau
2018-05-14VSX version of vpx_quantize_b_32x32_vsxLuc Trudeau
2018-05-09VSX version of vpx_quantize_b_vsxLuc Trudeau
2018-03-28test: use testing::*tuple instead of std::tr1James Zern
2018-01-18vp9_quantize_fp_avx2()Scott LaVarnway
2017-12-26Add quantize_fp_32x32_nz_c()Scott LaVarnway
2017-12-21Add vp9_quantize_fp_nz_c() -- 2Scott LaVarnway
2017-12-21Revert "Add vp9_quantize_fp_nz_c()"James Zern
2017-12-19Add vp9_quantize_fp_nz_c()Scott LaVarnway
2017-09-12Revert "Revert "quantize avx: copy 32x32 implementation""Johann
2017-08-25Merge "Revert "quantize avx: copy 32x32 implementation""Marco Paniconi
2017-08-25Revert "quantize avx: copy 32x32 implementation"Marco Paniconi
2017-08-24Merge "quantize avx: copy 32x32 implementation"Johann Koenig
2017-08-24Merge "quantize test: skip block was removed"Johann Koenig
2017-08-24quantize avx: copy 32x32 implementationJohann
2017-08-24quantize ssse3: copy implementation to intrinsicsJohann
2017-08-24quantize test: skip block was removedJohann
2017-08-23quantize test: set threshold for 32x32Johann
2017-08-23Merge "quantize avx: copy implementation to intrinsics"Johann Koenig
2017-08-23quantize avx: copy implementation to intrinsicsJohann
2017-08-23quantize fp: neon implementationJohann
2017-08-21quantize test: test _fp_ version of quantizeJohann
2017-08-21Remove skip_block from quantizeJohann
2017-08-15quantize test: quiet overflow warningJohann
2017-08-14Merge changes I4b4beab1,I02f74decJohann Koenig
2017-08-14disable SSSE3/VP9QuantizeTest* in hbd buildsJames Zern
2017-08-10Merge "neon: vpx_quantize_b_32x32"Johann Koenig
2017-08-08quantize test: check skip_blockJohann
2017-08-08quantize test: use negative inputJohann
2017-08-08neon: vpx_quantize_b_32x32Johann
2017-08-08quantize: copy ssse3 optimizations to intrinsicsJohann
2017-08-04quantize test: consolidate sizesJohann
2017-08-02quantize test: add speed comparisonJohann
2017-07-31neon: vpx_quantize_bJohann
2017-07-20quantize test: promote RandRange() result to signedJohann
2017-07-20quantize test: lowbd functions do not pass in highbdJohann
2017-07-19quantize test: eob is outputJohann
2017-07-18quantize test: test sse2 and avx optimizationsJohann
2017-07-18quantize test: extend arraysJohann
2017-07-18quantize test: restrict and correct inputJohann
2017-07-13quantize test: use BufferJohann
2016-07-27test: apply clang-formatclang-format
2015-08-04Change vp9_quantize to vpx_quantizeJingning Han
2015-07-17Migrate quantization functions from vp9/ to vpx_dsp/Yunqing Wang
2015-05-22Re-worked header filesScott LaVarnway
2015-05-07replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNEDJames Zern