summaryrefslogtreecommitdiff
path: root/test/test_intra_pred_speed.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: h predictor 8x8Luca Barbato
2017-04-19ppc: d63 predictor 8x8Luca Barbato
2017-04-19ppc: tm predictor 4x4Luca Barbato
2017-04-19ppc: h predictor 4x4Luca Barbato
2017-04-19ppc: dc predictor 8x8Luca Barbato
2017-04-19ppc: d45 predictor 8x8Luca Barbato
2017-04-19ppc: d63 predictor 32x32Luca Barbato
2017-04-19ppc: d63 predictor 16x16Luca Barbato
2017-04-19ppc: d45 predictor 32x32Luca Barbato
2017-04-19ppc: d45 predictor 16x16Luca Barbato
2017-04-19ppc: dc predictor 32x32Luca Barbato
2017-04-19ppc: dc top and left predictor 32x32Luca Barbato
2017-04-19ppc: dc top and left predictor 16x16Luca Barbato
2017-04-19ppc: dc_128 predictor 32x32Luca Barbato
2017-04-19ppc: dc_128 predictor 16x16Luca Barbato
2017-04-19ppc: tm predictor 32x32Luca Barbato
2017-04-19ppc: tm predictor 16x16Luca Barbato
2017-04-19ppc: tm predictor 8x8Luca Barbato
2017-04-19ppc: horizontal predictor 32x32Luca Barbato
2017-04-19ppc: horizontal predictor 16x16Luca Barbato
2017-04-19ppc: vertical intrapred 16x16 and 32x32Luca Barbato
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-11-01Add high bitdepth intra prediction optimization speed testLinfeng Zhang
2016-07-27test: apply clang-formatclang-format
2016-06-30test: remove x86inc.asm distinctionJohann
2016-06-02Slow pshufb removal in 3 intra prediction functions.Linfeng Zhang
2015-12-11Code clean of tm_predictor_32x32Jian Zhou
2015-12-10SSE2 based h_predictor_32x32Jian Zhou
2015-12-07Re-enable SSE2 based intra 4x4 predictionJian Zhou
2015-12-05Revert "MMX in intra 4x4 prediction replaced with SSE2"James Zern
2015-12-04Speed up h_predictor_16x16Jian Zhou
2015-12-04Speed up h_predictor_8x8Jian Zhou
2015-12-03MMX in intra 8x8 prediction replaced with SSE2Jian Zhou
2015-12-03MMX in intra 4x4 prediction replaced with SSE2Jian Zhou
2015-11-30SSE2 speed up of h_predictor_4x4Jian Zhou