Commits on Source (13)
-
Anton Mitrofanov authoredf7074e12
-
Anton Mitrofanov authored
Use pkg-config from the custom PATH.
8bdd8b89 -
7628a569
-
Sergei Trofimovich authored
Without the change parallel build occasionally fails as: $ make --shuffle ... gcc ... -c common/opencl.c -o common/opencl-8.o ... common/opencl.c:116:10: fatal error: common/oclobj.h: No such file or directory 116 | #include "common/oclobj.h" | ^~~~~~~~~~~~~~~~~ Best reproducible with `make --shuffle` mode: https://savannah.gnu.org/bugs/index.php?62100 This happens because `common/oclobj.h` is an autogenerated file. Normally `.depend` would contain this autogenerated dependency. But nothing forces `common/oclobj.h` to be generated. The change moves dependency of $(GENERATED) from final binaries to `.depend` itself: .depend: $(GENERATED)
e067ab0b -
Henrik Gramner authored
On most systems any whitespace is fine, but MSYS2 wants ASCII 0x20.
ed0f7a63 -
Anton Mitrofanov authoredb093bbe7
-
Hubert Mazur authored
Provide routines for sad functions for high bit depth, i.e. 10 bits. Benchmarks run on AWS Gravtion 2 instances. sad_4x4_c: 583 sad_4x4_neon: 273 sad_4x8_c: 1179 sad_4x8_neon: 366 sad_4x16_c: 2121 sad_4x16_neon: 550 sad_8x4_c: 924 sad_8x4_neon: 213 sad_8x8_c: 1711 sad_8x8_neon: 316 sad_8x16_c: 3505 sad_8x16_neon: 497 sad_16x8_c: 3070 sad_16x8_neon: 635 sad_16x16_c: 6113 sad_16x16_neon: 1118 Signed-off-by:
Hubert Mazur <hum@semihalf.com> Signed-off-by:
Grzegorz Bernacki <gjb@semihalf.com>
416e3eb2 -
Roger Hardiman authored941cae6d
-
Anton Mitrofanov authored17df75b3
-
Anton Mitrofanov authoredcd31a90b
-
eaa68fad
-
Anton Mitrofanov authoreda8b68ebf
-
Anton Mitrofanov authored31e19f92
Showing
- .gitlab-ci.yml 5 additions, 2 deletions.gitlab-ci.yml
- Makefile 7 additions, 7 deletionsMakefile
- autocomplete.c 5 additions, 4 deletionsautocomplete.c
- common/aarch64/asm-offsets.c 1 addition, 1 deletioncommon/aarch64/asm-offsets.c
- common/aarch64/asm-offsets.h 1 addition, 1 deletioncommon/aarch64/asm-offsets.h
- common/aarch64/asm.S 1 addition, 1 deletioncommon/aarch64/asm.S
- common/aarch64/bitstream-a.S 1 addition, 1 deletioncommon/aarch64/bitstream-a.S
- common/aarch64/bitstream.h 1 addition, 1 deletioncommon/aarch64/bitstream.h
- common/aarch64/cabac-a.S 1 addition, 1 deletioncommon/aarch64/cabac-a.S
- common/aarch64/dct-a.S 1 addition, 1 deletioncommon/aarch64/dct-a.S
- common/aarch64/dct.h 1 addition, 1 deletioncommon/aarch64/dct.h
- common/aarch64/deblock-a.S 1 addition, 1 deletioncommon/aarch64/deblock-a.S
- common/aarch64/deblock.h 1 addition, 1 deletioncommon/aarch64/deblock.h
- common/aarch64/mc-a.S 1 addition, 1 deletioncommon/aarch64/mc-a.S
- common/aarch64/mc-c.c 1 addition, 1 deletioncommon/aarch64/mc-c.c
- common/aarch64/mc.h 1 addition, 1 deletioncommon/aarch64/mc.h
- common/aarch64/pixel-a.S 106 additions, 1 deletioncommon/aarch64/pixel-a.S
- common/aarch64/pixel.h 4 additions, 4 deletionscommon/aarch64/pixel.h
- common/aarch64/predict-a.S 1 addition, 1 deletioncommon/aarch64/predict-a.S
- common/aarch64/predict-c.c 1 addition, 1 deletioncommon/aarch64/predict-c.c