- 44702c8 cmake: generate rtcd headers in config subdir. by Tom Finegan · 7 years ago
- 00f8a93 Add sse2/ssse3 intra predictors for 16x4 by Scott LaVarnway · 7 years ago
- 7600314 Add sse2/ssse3 intra predictors for 32x8 by Scott LaVarnway · 7 years ago
- 925d4e5 Add sse2/ssse3 intra predictors for 8x32 by Scott LaVarnway · 7 years ago
- aaed33a Add sse2/ssse3 intra predictors for 4x16 by Scott LaVarnway · 7 years ago
- 6d9d52d Add ssse3 aom_smooth_h_predictor_16,32,64xh by Scott LaVarnway · 7 years ago
- 5be7c66 Add ssse3 aom_smooth_h_predictor_8xh by Scott LaVarnway · 7 years ago
- deeee7c Add ssse3 aom_smooth_h_predictor_4xh by Scott LaVarnway · 7 years ago
- 7db820e Add ssse3 aom_smooth_v_predictor_4xh by Scott LaVarnway · 7 years ago
- 664b74f Add ssse3 aom_smooth_v_predictor_8xh by Scott LaVarnway · 7 years ago
- e25a4ba Add ssse3 aom_smooth_v_predictor_16,32,64xh by Scott LaVarnway · 7 years ago
- 1e73219 Add sse2 version of aom_h_predictor_wxh() by Scott LaVarnway · 7 years ago
- a2f7a63 Add sse2 dc, dc_left, dc_top, dc_128, v, h by Scott LaVarnway · 7 years ago
- ee5a4d4 Add aom_paeth_predictor_16x64 ssse3,avx2 by Scott LaVarnway · 7 years ago
- 139542e Add aom_smooth_predictor_16x64_ssse3() by Scott LaVarnway · 7 years ago
- 7cb2db1 Add ssse3 version of aom_smooth_predictor_wxh() by Scott LaVarnway · 7 years ago
- fcc8f34 Add sse2/avx2 version of aom_v_predictor_wxh() by Scott LaVarnway · 7 years ago
- 892a543 Add sse2/avx2 version of aom_dc_predictor_wxh() by Scott LaVarnway · 7 years ago
- efef81c Add sse2/avx2 version of aom_dc_top_predictor_wxh() by Scott LaVarnway · 7 years ago
- de79128 Add sse2/avx2 version of aom_dc_left_predictor_wxh() by Scott LaVarnway · 7 years ago
- 3fffb88 Add sse2/avx2 version of aom_dc_128_predictor_wxh() by Scott LaVarnway · 7 years ago
- f0cf4e3 Add ssse3/avx2 version of aom_paeth_predictor_wxh() by Scott LaVarnway · 7 years ago
- 2e4ee07 Intra pred tests for >32x32 and 1:4 blocks by Urvang Joshi · 7 years ago
- a5f2540 Refactor test_intra_pred_speed. by Urvang Joshi · 7 years ago
- 59b633c Remove deprecated intra predictor functions by Hui Su · 7 years ago
- 6839682 Rect DC_PRED: mult and shifts equivalent to div. by Urvang Joshi · 7 years ago
- 439bcb5 More renaming about directional intra modes by Hui Su · 7 years ago
- 123e8a6 adopt some clang 5.0.0 formatting by Johann · 7 years ago
- 37ebf18 [Normative] DC_PRED: Avoid div using mult+shift. by Urvang Joshi · 7 years ago
- d3e7c68 Remove the use of macro "CONFIG_HIGHBITDEPTH" by Yaowu Xu · 7 years ago
- b7301cd Remove smooth_hv experiment flag. by Urvang Joshi · 7 years ago
- ae67695 Lowbd D207E/D63E/D45E intrapred x86 optimization by Yi Luo · 7 years ago
- 0b7127b Highbd D207E/D63E intrapred sse2/avx2 optimization by Yi Luo · 7 years ago
- 96d1c0a Rename TM_PRED --> PAETH_PRED. by Urvang Joshi · 7 years ago
- 56ad3dd Highbd D45E intrapred SSE2/AVX2 speedup by Yi Luo · 7 years ago
- 71b6e04 Migrate some vp9 highbd intrapred x86 speedup to av1 by Yi Luo · 7 years ago
- 46ae1ea Lowbd SMOOTH_PRED intrapred ssse3 optimization by Yi Luo · 8 years ago
- 237cf1b Lowbd TM_PRED intra pred avx2 optimization by Yi Luo · 8 years ago
- a0f66fc Lowbd TM_PRED intrapred ssse3 optimization by Yi Luo · 8 years ago
- 23c6190 Lowbd intrapred DC/TOP/LEFT/128/V/H avx2 by Yi Luo · 8 years ago
- 0c0fd1e Lowbd rectangle V/H intra pred sse2 optimization by Yi Luo · 8 years ago
- 39bdf36 Lowbd rect intrapred DC/LEFT/TOP/128 sse2 optimization by Yi Luo · 8 years ago
- bdddf33 Highbd rectangle intrapred V/DC sse2 optimization by Yi Luo · 8 years ago
- bbf6186 Highbd intrapred DC_LEFT/TOP/128 sse2 optimization by Yi Luo · 8 years ago
- 23b9b31 Highbd intra pred H_PRED sse2 optimization by Yi Luo · 8 years ago
- f5d71a6 Enhance intra pred speed test to include highbd pred by Yi Luo · 8 years ago
- 93b543a Remove ALT_INTRA flag. by Urvang Joshi · 8 years ago
- e6ca8e8 Add a new experiment SMOOTH_HV. by Urvang Joshi · 8 years ago
- 5894efb Fix unused variable warnings in a couple tests. by Tom Finegan · 8 years ago
- c3bcf3b Intra prediction: Remove unused variants. by Urvang Joshi · 8 years ago
- ee7ee7f SMOOTH_PRED: Use get_msb() to get log2 of block dimension. by Urvang Joshi · 8 years ago
- 8176081 SMOOTH_PRED: Use 12-bit multiplications instead of 18-bit. by Urvang Joshi · 8 years ago
- 7a07ece Include googletest cmake support. by Tom Finegan · 8 years ago
- 7a40600 ALT_INTRA: Integerize the weights for SMOOTH_PRED. by Urvang Joshi · 8 years ago
- 6be4a54 Add a new intra prediction mode "smooth". by Urvang Joshi · 8 years ago
- 31744ec test_intra_pred_speed.cc : Fix visual studio build. by Urvang Joshi · 9 years ago
- 9c01aa1 Change to use aom copyright notice by Yaowu Xu · 9 years ago
- 340593e Add ALT_INTRA experiment. by Urvang Joshi · 9 years ago
- f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago
- c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 9 years ago
- 3bcf3f0 test_intra_pred_speed fix: use dspr2 version when HAVE_DSPR2 by Urvang Joshi · 9 years ago
- 3a826f1 test/: apply clang-format by clang-format · 9 years ago
- 2967bf3 Merge changes from libvpx/master by cherry-pick by Johann · 9 years ago
- ad0646c Slow pshufb removal in 3 intra prediction functions. by Linfeng Zhang · 9 years ago
- 8812048 Code clean of tm_predictor_32x32 by Jian Zhou · 9 years ago
- c90a8a1 SSE2 based h_predictor_32x32 by Jian Zhou · 9 years ago
- aa5b517 Re-enable SSE2 based intra 4x4 prediction by Jian Zhou · 9 years ago
- 79a9add Revert "MMX in intra 4x4 prediction replaced with SSE2" by James Zern · 9 years ago
- e86c7c8 Speed up h_predictor_16x16 by Jian Zhou · 9 years ago
- da3f08f Speed up h_predictor_8x8 by Jian Zhou · 9 years ago
- aa2764a MMX in intra 8x8 prediction replaced with SSE2 by Jian Zhou · 9 years ago
- 89a1efa MMX in intra 4x4 prediction replaced with SSE2 by Jian Zhou · 9 years ago
- 9d29d76 SSE2 speed up of h_predictor_4x4 by Jian Zhou · 9 years ago
- 79b6862 Speed up tm_predictor_4x4 by Jian Zhou · 9 years ago
- 4013645 Replace prefix vp9_ with vpx_ for intra prediction functions by hui su · 10 years ago
- 7971846 Move intra prediction functions from vp9/common/ to vpx_dsp/ by hui su · 10 years ago
- ff8505a Fix --disable-use-x86inc by Johann · 10 years ago
- 9db1f24 vp9_reconintra_neon: add d45 16x16 by James Zern · 10 years ago
- 12c6688 vp9_reconintra_neon: add d45 8x8 by James Zern · 10 years ago
- ce88d74 vp9_reconintra_neon: add d45 4x4 by James Zern · 10 years ago
- 337b221 vp9_reconintra_neon: add d135 4x4 by James Zern · 10 years ago
- 6e44bf2 vp9_reconintra_neon: add DC 4x4 predictors by James Zern · 10 years ago
- 79fb3a0 vp9_reconintra_neon: add DC 32x32 predictors by James Zern · 10 years ago
- 98f0178 enable vp9_d153_predictor_32x32_ssse3 by James Zern · 10 years ago
- 07799ef Merge "test_intra_pred_speed: add ClearSystemState() call" by James Zern · 10 years ago
- c7489f4 Merge "mips msa vp9 intra-pred optimization" by Parag Salasakar · 10 years ago
- 1898d13 test_intra_pred_speed: add ClearSystemState() call by James Zern · 10 years ago
- 6a422e4 test_intra_pred_speed: remove #if w/in another macro by James Zern · 10 years ago
- a2288d2 mips msa vp9 intra-pred optimization by Parag Salasakar · 10 years ago
- a2a13cb vp9_reconintra_neon: add DC 16x16 predictors by James Zern · 10 years ago
- e97b849 vp9_reconintra_neon: add DC 8x8 predictors by James Zern · 10 years ago
- 8089f1c test_intra_pred_speed: reuse test_libvpx's main() by James Zern · 10 years ago
- 0d2f348 tests: add test_intra_pred_speed by James Zern · 10 years ago