Home
last modified time | relevance | path

Searched refs:SVT (Results 1 – 25 of 749) sorted by relevance

12345678910>>...30

/dports/math/blaze/blaze-3.8/blaze/math/
H A DSubvector.h84 template< typename SVT > // Type of the subvector
85 inline void randomize( SVT&& subvector ) const in randomize()
89 using SubvectorType = RemoveReference_t<SVT>; in randomize()
108 template< typename SVT // Type of the subvector
114 using SubvectorType = RemoveReference_t<SVT>; in randomize()
157 template< typename SVT > // Type of the subvector
158 inline void randomize( SVT&& subvector ) const in randomize()
160 using SubvectorType = RemoveReference_t<SVT>; in randomize()
192 using SubvectorType = RemoveReference_t<SVT>; in randomize()
227 using SubvectorType = RemoveReference_t<SVT>; in randomize()
[all …]
/dports/multimedia/handbrake/x265_3.5/doc/reST/
H A Dsvthevc.rst1 SVT-HEVC
6 x265 has support for open source HEVC encoder `SVT-HEVC <https://01.org/svt>`_
7 and can generate SVT-HEVC compliant bitstreams. SVT-HEVC encoder can be enabled at run time
13 with SVT-HEVC and CLI options mapping between x265 and SVT-HEVC.
23 **SVT-HEVC**
25 1. Clone `SVT-HEVC <https://github.com/intel/SVT-HEVC>`_ (say at path "/home/app/") and build it (f…
31 * export SVT_HEVC_INCLUDE_DIR = /home/app/SVT-HEVC/Source/API/
32 * export SVT_HEVC_LIBRARY_DIR = /home/app/SVT-HEVC/Bin/Release/
37 Once x265 is compiled with SVT-HEVC, SVT-HEVC encoder can be invoked at run time using
41 SVT-HEVC encoder options (Name as shown in SVT-HEVC's sample configuration file)
[all …]
/dports/multimedia/x265/doc/reST/
H A Dsvthevc.rst1 SVT-HEVC
6 x265 has support for open source HEVC encoder `SVT-HEVC <https://01.org/svt>`_
7 and can generate SVT-HEVC compliant bitstreams. SVT-HEVC encoder can be enabled at run time
13 with SVT-HEVC and CLI options mapping between x265 and SVT-HEVC.
23 **SVT-HEVC**
25 1. Clone `SVT-HEVC <https://github.com/intel/SVT-HEVC>`_ (say at path "/home/app/") and build it (f…
31 * export SVT_HEVC_INCLUDE_DIR = /home/app/SVT-HEVC/Source/API/
32 * export SVT_HEVC_LIBRARY_DIR = /home/app/SVT-HEVC/Bin/Release/
37 Once x265 is compiled with SVT-HEVC, SVT-HEVC encoder can be invoked at run time using
41 SVT-HEVC encoder options (Name as shown in SVT-HEVC's sample configuration file)
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/views/subvector/
H A DSparseTest.cpp1723 SVT::Iterator it{}; in testIterator()
1725 if( it != SVT::Iterator() ) { in testIterator()
1737 SVT::ConstIterator it{}; in testIterator()
1739 if( it != SVT::ConstIterator() ) { in testIterator()
1752 SVT::ConstIterator it( begin( sv ) ); in testIterator()
1804 SVT::ConstIterator end( cend( sv ) ); in testIterator()
2316 SVT::Iterator pos = sv.set( 7UL, 9 ); in testSet()
2349 SVT::Iterator pos = sv.set( 0UL, 9 ); in testSet()
3151 SVT::Iterator pos = sv.find( 0UL ); in testFind()
3178 SVT::Iterator pos = sv.find( 2UL ); in testFind()
[all …]
H A DDenseUnalignedTest.cpp145 SVT sv = blaze::subvector( vec_, 2UL, 7UL ); in testConstructors()
157 SVT sv = blaze::subvector( vec_, 9UL, 0UL ); in testConstructors()
198 SVT sv = blaze::subvector( vec_, 2UL, 4UL ); in testAssignment()
317 SVT sv = blaze::subvector( vec, 5UL, 3UL ); in testAssignment()
2427 SVT::Iterator it{}; in testIterator()
2429 if( it != SVT::Iterator() ) { in testIterator()
2441 SVT::ConstIterator it{}; in testIterator()
2443 if( it != SVT::ConstIterator() ) { in testIterator()
2456 SVT::ConstIterator it( begin( sv ) ); in testIterator()
2543 SVT::ConstIterator it ( cbegin( sv ) ); in testIterator()
[all …]
/dports/multimedia/handbrake/x265_3.5/source/cmake/
H A DFindsvthevc.cmake1 # Module for locating SVT-HEVC Library
4 # Points to the SVT-HEVC include directory.
7 # Points to the SVT-HEVC library
26 DOC "SVT-HEVC include directory")
42 …message (SEND_ERROR "-- Found SVT-HEVC Lib Version: ${SVT_VERSION_MAJOR}.${SVT_VERSION_MINOR}.${SV…
44 …message(STATUS "-- Found SVT-HEVC Lib Version: ${SVT_VERSION_MAJOR}.${SVT_VERSION_MINOR}.${SVT_VER…
47 …message (SEND_ERROR "-- Required version of SVT-HEVC Lib: ${SVT_VERSION_MAJOR_REQUIRED}.${SVT_VERS…
59 DOC "SVT-HEVC library")
/dports/multimedia/svt-hevc/SVT-HEVC-1.5.1/ffmpeg_plugin/
H A DREADME.md1 # SVT-HEVC ffmpeg plugin installation
3 These instructions build a version of ffmpeg with the SVT-HEVC plugin. The steps differ depending
8 1\. Build and install SVT-HEVC
11 git clone https://github.com/OpenVisualCloud/SVT-HEVC
12 cd SVT-HEVC/Build/linux
27 1\. Build and install SVT-HEVC
29 git clone https://github.com/OpenVisualCloud/SVT-HEVC
33 cd SVT-HEVC/Build/windows
55 2\. Install FFmpeg with SVT-HEVC FFmpeg plugin
67 git am ../SVT-HEVC/ffmpeg_plugin/n4.4-0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch
[all …]
/dports/multimedia/gstreamer1-plugins-svt-hevc/SVT-HEVC-1.5.1/ffmpeg_plugin/
H A DREADME.md1 # SVT-HEVC ffmpeg plugin installation
3 These instructions build a version of ffmpeg with the SVT-HEVC plugin. The steps differ depending
8 1\. Build and install SVT-HEVC
11 git clone https://github.com/OpenVisualCloud/SVT-HEVC
12 cd SVT-HEVC/Build/linux
27 1\. Build and install SVT-HEVC
29 git clone https://github.com/OpenVisualCloud/SVT-HEVC
33 cd SVT-HEVC/Build/windows
55 2\. Install FFmpeg with SVT-HEVC FFmpeg plugin
67 git am ../SVT-HEVC/ffmpeg_plugin/n4.4-0001-lavc-svt_hevc-add-libsvt-hevc-encoder-wrapper.patch
[all …]
/dports/multimedia/x265/source/cmake/
H A DFindsvthevc.cmake1 # Module for locating SVT-HEVC Library
4 # Points to the SVT-HEVC include directory.
7 # Points to the SVT-HEVC library
26 DOC "SVT-HEVC include directory")
41 …message(STATUS "-- Found SVT-HEVC Lib Version: ${SVT_VERSION_MAJOR}.${SVT_VERSION_MINOR}.${SVT_VER…
43 …message (SEND_ERROR "-- Required version of SVT-HEVC Lib: ${SVT_VERSION_MAJOR_REQUIRED}.${SVT_VERS…
55 DOC "SVT-HEVC library")
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/openbenchmarking.org/
H A Dgit.index1SVT-AV1","description":"This is a benchmark of the SVT-AV1 open-source video encoder\/decoder. SVT
/dports/multimedia/svt-hevc/SVT-HEVC-1.5.1/gstreamer-plugin/
H A DREADME.md1 # GStreamer-SVT-HEVC
3 … to use the Scalable Video Technology for HEVC Encoder ([SVT-HEVC](https://github.com/intel/SVT-HE…
7 …* Scalable Video Technology for HEVC Encoder ([SVT-HEVC](https://github.com/intel/SVT-HEVC)) 1.3.0…
29 …* Scalable Video Technology for HEVC Encoder ([SVT-HEVC](https://github.com/intel/SVT-HEVC)) 1.3.0…
41 This plugin uses `meson` build tools and the dependency on SVT-HEVC library is set-up using `pkg-co…
44 Make sure first that SVT-HEVC library is installed and can be found using pkg-config. You can do th…
46 cmake -P SVT-HEVC/Build/linux/Release/cmake_install.cmake
53 Make sure first that SVT-HEVC library is installed and can be found using pkg-config. You can do th…
55 cmake -P SVT-HEVC\Build\Windows\cmake_install.cmake
59 Specify the path to pkgconfig configuration files for GStreamer and SVT-HEVC, and installation pref…
/dports/multimedia/gstreamer1-plugins-svt-hevc/SVT-HEVC-1.5.1/gstreamer-plugin/
H A DREADME.md1 # GStreamer-SVT-HEVC
3 … to use the Scalable Video Technology for HEVC Encoder ([SVT-HEVC](https://github.com/intel/SVT-HE…
7 …* Scalable Video Technology for HEVC Encoder ([SVT-HEVC](https://github.com/intel/SVT-HEVC)) 1.3.0…
29 …* Scalable Video Technology for HEVC Encoder ([SVT-HEVC](https://github.com/intel/SVT-HEVC)) 1.3.0…
41 This plugin uses `meson` build tools and the dependency on SVT-HEVC library is set-up using `pkg-co…
44 Make sure first that SVT-HEVC library is installed and can be found using pkg-config. You can do th…
46 cmake -P SVT-HEVC/Build/linux/Release/cmake_install.cmake
53 Make sure first that SVT-HEVC library is installed and can be found using pkg-config. You can do th…
55 cmake -P SVT-HEVC\Build\Windows\cmake_install.cmake
59 Specify the path to pkgconfig configuration files for GStreamer and SVT-HEVC, and installation pref…
/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/
H A DREADME.md1 # Scalable Video Technology for VP9 Encoder (SVT-VP9 Encoder)
2 …cts/status/github/OpenVisualCloud/SVT-VP9?branch=master&svg=true)](https://ci.appveyor.com/project…
3 …us](https://travis-ci.org/OpenVisualCloud/SVT-VP9.svg?branch=master)](https://travis-ci.org/OpenVi…
4 …lls.io/repos/github/OpenVisualCloud/SVT-VP9/badge.svg?branch=master)](https://coveralls.io/github/…
6 … Scalable Video Technology for VP9 Encoder (SVT-VP9 Encoder) is a VP9-compliant encoder library co…
12 SVT-VP9 Encoder also supports 3 modes:
22 SVT-VP9 Encoder is licensed under the OSI-approved BSD+Patent license. See [LICENSE](LICENSE.md) fo…
26 More details about the SVT-VP9 Encoder usage can be found under:
47 The SVT-VP9 Encoder library supports the x86 architecture
55 … supported by the SVT-VP9 Encoder, at least 10GB of RAM is required to run a 4k 8bit stream multi-…
[all …]
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/
H A DREADME.md1 # Scalable Video Technology for VP9 Encoder (SVT-VP9 Encoder)
2 …cts/status/github/OpenVisualCloud/SVT-VP9?branch=master&svg=true)](https://ci.appveyor.com/project…
3 …us](https://travis-ci.org/OpenVisualCloud/SVT-VP9.svg?branch=master)](https://travis-ci.org/OpenVi…
4 …lls.io/repos/github/OpenVisualCloud/SVT-VP9/badge.svg?branch=master)](https://coveralls.io/github/…
6 … Scalable Video Technology for VP9 Encoder (SVT-VP9 Encoder) is a VP9-compliant encoder library co…
12 SVT-VP9 Encoder also supports 3 modes:
22 SVT-VP9 Encoder is licensed under the OSI-approved BSD+Patent license. See [LICENSE](LICENSE.md) fo…
26 More details about the SVT-VP9 Encoder usage can be found under:
47 The SVT-VP9 Encoder library supports the x86 architecture
55 … supported by the SVT-VP9 Encoder, at least 10GB of RAM is required to run a 4k 8bit stream multi-…
[all …]
/dports/multimedia/svt-hevc/SVT-HEVC-1.5.1/Tests/
H A DREADME.md1 # SVT-HEVC Test Script Overview
252 python SVT-HEVC_FunctionalTests.py [Fast|Nightly|Full ] -type all
258 python SVT-HEVC_FunctionalTests.py [Fast|Nightly|Full ] -type vbv_test
259 python SVT-HEVC_FunctionalTests.py [Fast|Nightly|Full ] -type mcts_test
260 python SVT-HEVC_FunctionalTests.py [Fast|Nightly|Full ] -type hdr_test
268 python SVT-HEVC_FunctionalTests.py [Fast|Nightly|Full ] -type dlf_test
269 python SVT-HEVC_FunctionalTests.py [Fast|Nightly|Full ] -type sao_test
272 python SVT-HEVC_FunctionalTests.py [Fast|Nightly|Full ] -type me_hme_test
273 python SVT-HEVC_FunctionalTests.py [Fast|Nightly|Full ] -type asm_test
274 python SVT-HEVC_FunctionalTests.py [Fast|Nightly|Full ] -type decode_test
[all …]
/dports/multimedia/gstreamer1-plugins-svt-hevc/SVT-HEVC-1.5.1/Tests/
H A DREADME.md1 # SVT-HEVC Test Script Overview
252 python SVT-HEVC_FunctionalTests.py [Fast|Nightly|Full ] -type all
258 python SVT-HEVC_FunctionalTests.py [Fast|Nightly|Full ] -type vbv_test
259 python SVT-HEVC_FunctionalTests.py [Fast|Nightly|Full ] -type mcts_test
260 python SVT-HEVC_FunctionalTests.py [Fast|Nightly|Full ] -type hdr_test
268 python SVT-HEVC_FunctionalTests.py [Fast|Nightly|Full ] -type dlf_test
269 python SVT-HEVC_FunctionalTests.py [Fast|Nightly|Full ] -type sao_test
272 python SVT-HEVC_FunctionalTests.py [Fast|Nightly|Full ] -type me_hme_test
273 python SVT-HEVC_FunctionalTests.py [Fast|Nightly|Full ] -type asm_test
274 python SVT-HEVC_FunctionalTests.py [Fast|Nightly|Full ] -type decode_test
[all …]
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/
H A DREADME.md1 # Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder)
3SVT-AV1 Encoder and Decoder) is an AV1-compliant encoder/decoder library core. The SVT-AV1 encoder…
7 SVT-AV1 is licensed under the Alliance for Open Media license and Patent License. See [LICENSE](LIC…
11 More details about the SVT-AV1 usage and implementation can be found under:
33 The SVT-AV1 Encoder library supports the x86 architecture
102 ## SVT-AV1 ffmpeg plugin installation
104 ### 1. Build and install SVT-AV1
107 git clone --depth=1 https://gitlab.com/AOMediaCodec/SVT-AV1.git
108 cd SVT-AV1
117 …://gitlab.com/AOMediaCodec/SVT-AV1/tree/v0.8.4/ffmpeg_plugin) and consult that page to properly pa…
[all …]
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/
H A DREADME.md1 # Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder)
3SVT-AV1 Encoder and Decoder) is an AV1-compliant encoder/decoder library core. The SVT-AV1 encoder…
7 SVT-AV1 is licensed under the Alliance for Open Media license and Patent License. See [LICENSE](LIC…
11 More details about the SVT-AV1 usage and implementation can be found under:
33 The SVT-AV1 Encoder library supports the x86 architecture
102 ## SVT-AV1 ffmpeg plugin installation
104 ### 1. Build and install SVT-AV1
107 git clone --depth=1 https://gitlab.com/AOMediaCodec/SVT-AV1.git
108 cd SVT-AV1
117 …://gitlab.com/AOMediaCodec/SVT-AV1/tree/v0.8.4/ffmpeg_plugin) and consult that page to properly pa…
[all …]
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/gstreamer-plugin/
H A DREADME.md1 # GStreamer-SVT-AV1
5 …o use the Scalable Video Technology for AV1 Encoder ([SVT-AV1](https://gitlab.com/AOMediaCodec/SVT
46 * Scalable Video Technology for AV1 Encoder ([SVT-AV1](https://gitlab.com/AOMediaCodec/SVT-AV1))
56 This plugin uses `meson` build tools and the dependency on SVT-AV1 library is set-up using `pkg-con…
60 Make sure first that SVT-AV1 library is installed and can be found using pkg-config. You can do tha…
63 cmake -P SVT-AV1/Build/linux/Release/Source/Lib/Encoder/cmake_install.cmake
76 Make sure first that SVT-AV1 library is installed and can be found using pkg-config. You can do tha…
79 cmake -P SVT-AV1\Build\Windows\Source\Lib\Encoder\cmake_install.cmake
84 Specify the path to pkgconfig configuration files for GStreamer and SVT-AV1, and installation prefi…
/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/gstreamer-plugin/
H A DREADME.md1 # GStreamer-SVT-VP9
3 … use the Scalable Video Technology for VP9 Encoder ([SVT-VP9](https://github.com/OpenVisualCloud/S…
29 …* Scalable Video Technology for VP9 Encoder ([SVT-VP9](https://github.com/OpenVisualCloud/SVT-VP9))
39 This plugin uses `meson` build tools and the dependency on SVT-VP9 library is set-up using `pkg-con…
42 Make sure first that SVT-VP9 library is installed and can be found using pkg-config. You can do tha…
44 cmake -P SVT-VP9/Build/linux/release/Source/Lib/cmake_install.cmake
51 Make sure first that SVT-VP9 library is installed and can be found using pkg-config. You can do tha…
53 cmake -P SVT-VP9\Build\Windows\Source\Lib\cmake_install.cmake
57 Specify the path to pkgconfig configuration files for GStreamer and SVT-VP9, and installation prefi…
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/gstreamer-plugin/
H A DREADME.md1 # GStreamer-SVT-AV1
5 …o use the Scalable Video Technology for AV1 Encoder ([SVT-AV1](https://gitlab.com/AOMediaCodec/SVT
46 * Scalable Video Technology for AV1 Encoder ([SVT-AV1](https://gitlab.com/AOMediaCodec/SVT-AV1))
56 This plugin uses `meson` build tools and the dependency on SVT-AV1 library is set-up using `pkg-con…
60 Make sure first that SVT-AV1 library is installed and can be found using pkg-config. You can do tha…
63 cmake -P SVT-AV1/Build/linux/Release/Source/Lib/Encoder/cmake_install.cmake
76 Make sure first that SVT-AV1 library is installed and can be found using pkg-config. You can do tha…
79 cmake -P SVT-AV1\Build\Windows\Source\Lib\Encoder\cmake_install.cmake
84 Specify the path to pkgconfig configuration files for GStreamer and SVT-AV1, and installation prefi…
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/gstreamer-plugin/
H A DREADME.md1 # GStreamer-SVT-VP9
3 … use the Scalable Video Technology for VP9 Encoder ([SVT-VP9](https://github.com/OpenVisualCloud/S…
29 …* Scalable Video Technology for VP9 Encoder ([SVT-VP9](https://github.com/OpenVisualCloud/SVT-VP9))
39 This plugin uses `meson` build tools and the dependency on SVT-VP9 library is set-up using `pkg-con…
42 Make sure first that SVT-VP9 library is installed and can be found using pkg-config. You can do tha…
44 cmake -P SVT-VP9/Build/linux/release/Source/Lib/cmake_install.cmake
51 Make sure first that SVT-VP9 library is installed and can be found using pkg-config. You can do tha…
53 cmake -P SVT-VP9\Build\Windows\Source\Lib\cmake_install.cmake
57 Specify the path to pkgconfig configuration files for GStreamer and SVT-VP9, and installation prefi…
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/convex/
H A DSVT.hpp22 SVT( Matrix<F>& A, Base<F> tau, bool relative=false ) in SVT() function
30 SVT( DistMatrix<F>& A, Base<F> tau, bool relative=false ) in SVT() function
39 SVT( Matrix<F>& A, Base<F> tau, Int relaxedRank, bool relative=false ) in SVT() function
48 SVT( DistMatrix<F>& A, Base<F> tau, Int relaxedRank, bool relative=false ) in SVT() function
58 SVT( DistMatrix<F,U,STAR>& A, Base<F> tau, bool relative=false ) in SVT() function
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/git/svt-av1-1.2.0/
H A Dinstall.sh5 rm -rf SVT-AV1-master
6 git clone https://github.com/OpenVisualCloud/SVT-AV1.git SVT-AV1-master
7 cd SVT-AV1-master/Build/linux
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/git/svt-hevc-1.0.0/
H A Dinstall.sh5 rm -rf SVT-HEVC-master
6 git clone https://github.com/intel/SVT-HEVC.git SVT-HEVC-master
7 cd SVT-HEVC-master/

12345678910>>...30