summaryrefslogtreecommitdiff
path: root/test/vp9_intrapred_test.cc
AgeCommit message (Expand)Author
2017-09-29vpxdsp: [x86] add highbd_d135_predictor functionsScott LaVarnway
2017-09-28vpxdsp: [x86] add highbd_d117_predictor functionsScott LaVarnway
2017-09-27vpxdsp: [x86] add highbd_d153_predictor functionsScott LaVarnway
2017-09-22vpxdsp: [x86] add highbd_d45_predictor functionsScott LaVarnway
2017-09-19vpxdsp: [x86] add highbd_d63_predictor functionsScott LaVarnway
2017-09-11vpxdsp: [x86] add highbd_d207_predictor functionsScott LaVarnway
2017-09-05vpxdsp: [x86] add highbd_dc_128_predictor functionsScott LaVarnway
2017-08-30vpxdsp: [x86] add highbd_dc_left_predictor functionsScott LaVarnway
2017-08-29vpxdsp: [x86] add highbd_dc_top_predictor functionsScott LaVarnway
2017-08-28vpxdsp: [x86] add highbd_h_predictor functionsScott LaVarnway
2017-04-19ppc: Add the intra predictor testsLuca Barbato
2017-01-09Add mips dspr2 vp9 intrapred testsKaustubh Raste
2016-12-19Add mips msa vp9 intrapred testsKaustubh Raste
2016-11-22Merge "Add 32x32 d45 and 8x8, 16x16, 32x32 d135 NEON intra prediction"Linfeng Zhang
2016-11-15Add high bitdepth intra prediction NEON optimization (mode tm)Linfeng Zhang
2016-11-12Add high bitdepth intra prediction NEON optimization (h and v)Linfeng Zhang
2016-11-09Add high bitdepth intra prediction NEON optimization (mode d45 and d135)Linfeng Zhang
2016-11-02Add 32x32 d45 and 8x8, 16x16, 32x32 d135 NEON intra predictionLinfeng Zhang
2016-11-01Add high bitdepth intra prediction NEON optimization (mode dc)Linfeng Zhang
2016-10-24Update vp9_intrapred_test.cc to support 8-bitLinfeng Zhang
2016-07-27test: apply clang-formatclang-format
2016-07-14vp9_intrapred_test: follow-up cleanupskal
2016-07-13clean-up vp9_intrapred_testskal
2016-06-30test: remove x86inc.asm distinctionJohann
2016-02-11tests: quiet some unused parameter warningsJames Zern
2015-12-22Code clean of highbd_tm_predictor_32x32Jian Zhou
2015-12-22Code clean of highbd_tm_predictor_16x16Jian Zhou
2015-12-22Code clean of highbd_dc_predictor_32x32Jian Zhou
2015-12-22Merge "Code clean of highbd_tm_predictor_4x4"James Zern
2015-12-22Merge "Code clean of highbd_dc_predictor_4x4"James Zern
2015-12-18Code clean of highbd_tm_predictor_4x4Jian Zhou
2015-12-18Code clean of highbd_v_predictor_4x4Jian Zhou
2015-12-18Code clean of highbd_dc_predictor_4x4Jian Zhou
2015-07-29Cosmetics - Fix header file order in unit testsJingning Han
2015-07-27Replace prefix vp9_ with vpx_ for intra prediction functionshui su
2015-07-27Move intra prediction functions from vp9/common/ to vpx_dsp/hui su
2015-07-01Fix --disable-use-x86inc when used with --enable-vp9-highbitdepthJohann
2015-05-07replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNEDJames Zern
2014-10-09Rename highbitdepth functions to use highbd prefixDeb Mukherjee
2014-09-16Adding high-bitdepth intra prediction functionsDeb Mukherjee