uvg266/src/strategies
Ari Lemmetti 84222cf3e7 Replace old block extrapolation with more capable one.
Separate paddings for different directions can be now specified.
2021-03-08 22:36:04 +02:00
..
altivec Fix build on powerpc64 with LLVM 2019-09-12 15:05:00 +02:00
avx2 Replace old block extrapolation with more capable one. 2021-03-08 22:36:04 +02:00
generic Replace old block extrapolation with more capable one. 2021-03-08 22:36:04 +02:00
sse2 Exclude 8-bit-only code from 10-bit builds and use uint8_t instead of kvz_pixel for code that assumes 8-bit pixels 2020-09-02 17:46:33 +03:00
sse41 Exclude 8-bit-only code from 10-bit builds and use uint8_t instead of kvz_pixel for code that assumes 8-bit pixels 2020-09-02 17:46:33 +03:00
x86_asm Exclude 8-bit-only code from 10-bit builds and use uint8_t instead of kvz_pixel for code that assumes 8-bit pixels 2020-09-02 17:46:33 +03:00
missing-intel-intrinsics.h Let pu-depth be defined per gop-layer 2020-03-17 17:57:18 +02:00
optimized_sad_func_ptr_t.h Move choosing of tailored SAD function higher up the calling chain 2019-02-04 20:41:40 +02:00
strategies-common.h Replace KVZ_PERMUTE with _MM_SHUFFLE 2016-08-22 19:08:46 +03:00
strategies-dct.c Fix selection of transform function for 4x4 blocks 2018-01-18 10:36:25 +02:00
strategies-dct.h Fix selection of transform function for 4x4 blocks 2018-01-18 10:36:25 +02:00
strategies-encode.c Add AVX2 strategy for encode_coding_tree 2018-12-18 19:41:09 +02:00
strategies-encode.h Fixes to enable portability 2018-12-18 20:42:09 +02:00
strategies-intra.c Create a strategy out of intra_pred_filtered_dc 2019-11-19 14:50:31 +02:00
strategies-intra.h Create a strategy out of intra_pred_filtered_dc 2019-11-19 14:50:31 +02:00
strategies-ipol.c Rewrite most of FME and interpolation filters 2018-11-08 20:21:16 +02:00
strategies-ipol.h Replace old block extrapolation with more capable one. 2021-03-08 22:36:04 +02:00
strategies-nal.c Run include-what-you-use fix_includes.py fix_includes.py 2016-04-01 17:46:55 +03:00
strategies-nal.h Run include-what-you-use fix_includes.py fix_includes.py 2016-04-01 17:46:55 +03:00
strategies-picture.c Make a strategy out of pixel_var 2020-02-24 19:37:36 +02:00
strategies-picture.h Make a strategy out of pixel_var 2020-02-24 19:37:36 +02:00
strategies-quant.c Create preliminary version of improved cost estimator 2019-07-09 18:01:54 +03:00
strategies-quant.h Allow fast coeff weights to be read from a file 2020-10-29 15:22:51 +02:00
strategies-sao.c Run include-what-you-use fix_includes.py fix_includes.py 2016-04-01 17:46:55 +03:00
strategies-sao.h Revert "Revert to 6924d90052 due to broken visual studio build" 2019-09-05 18:21:55 +03:00