mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
move rdcost stuff into a separate directory
This commit is contained in:
parent
a37095b061
commit
1c1807f80b
4
rdcost-weight-tool/build.sh
Executable file
4
rdcost-weight-tool/build.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
gcc -O2 filter_rdcosts.c -o ../src/frcosts_matrix
|
||||||
|
gcc -O2 ols_2ndpart.c -o ../src/ols_2ndpart
|
Loading…
Reference in a new issue