Home
last modified time | relevance | path

Searched refs:DCT (Results 1 – 25 of 1982) sorted by relevance

12345678910>>...80

/dports/textproc/p5-RDFStore/RDFStore-0.51/lib/RDFStore/Vocabulary/
H A DDCT.pm14 package RDFStore::Vocabulary::DCT;
70 $RDFStore::Vocabulary::DCT::Collection = undef;
71 $RDFStore::Vocabulary::DCT::Dataset = undef;
72 $RDFStore::Vocabulary::DCT::Event = undef;
73 $RDFStore::Vocabulary::DCT::Image = undef;
75 $RDFStore::Vocabulary::DCT::Service = undef;
76 $RDFStore::Vocabulary::DCT::Software = undef;
77 $RDFStore::Vocabulary::DCT::Sound = undef;
78 $RDFStore::Vocabulary::DCT::Text = undef;
80 $RDFStore::Vocabulary::DCT::StillImage = undef;
[all …]
/dports/math/jacop/jacop-4.8.0/src/test/java/org/jacop/
H A DFilterBenchmarkTest.java94 {new int[]{1, 1}, new DCT(), "experiment1", 34}, in testData()
95 {new int[]{1, 2}, new DCT(), "experiment1", 32}, in testData()
96 {new int[]{2, 2}, new DCT(), "experiment1", 18}, in testData()
97 {new int[]{2, 3}, new DCT(), "experiment1", 16}, in testData()
98 {new int[]{3, 3}, new DCT(), "experiment1", 14}, in testData()
99 {new int[]{3, 4}, new DCT(), "experiment1", 11}, in testData()
100 {new int[]{4, 4}, new DCT(), "experiment1", 10}, in testData()
117 {new int[]{4, 3}, new DCT(), "experiment1PM", 9}, in testData()
118 {new int[]{5, 4}, new DCT(), "experiment1PM", 8}, in testData()
119 {new int[]{6, 5}, new DCT(), "experiment1PM", 7}, in testData()
[all …]
/dports/games/flightgear-data/fgdata/Aircraft/Generic/DualControl/
H A Dcopilot-dual-control.nas11 var DCT = dual_control_tools;
99 DCT.Translator.new
101 DCT.Translator.new
103 DCT.Translator.new
106 DCT.Translator.new
109 DCT.Translator.new
110 (pilot.getNode(DCT.pitch_mpp),
112 DCT.Translator.new
113 (pilot.getNode(DCT.roll_mpp),
116 DCT.Translator.new
[all …]
/dports/games/flightgear-aircraft/fgaircraft/R44/Nasal/
H A Dcopilot-dual-control.nas12 var DCT = dual_control_tools;
104 DCT.Translator.new
105 (pilot.getNode(DCT.lat_mpp),
107 DCT.Translator.new
108 (pilot.getNode(DCT.lon_mpp),
110 DCT.Translator.new
114 DCT.Translator.new
117 DCT.Translator.new
120 DCT.Translator.new
124 DCT.Translator.new
[all …]
H A Draven-dual-control.nas12 var DCT = dual_control_tools;
86 DCT.Translator.new
89 DCT.Translator.new
92 DCT.Translator.new
95 DCT.Translator.new
99 DCT.Translator.new
102 DCT.Translator.new
105 DCT.Translator.new
108 DCT.Translator.new
H A Dclipper-dual-control.nas12 var DCT = dual_control_tools;
86 DCT.Translator.new
89 DCT.Translator.new
92 DCT.Translator.new
95 DCT.Translator.new
99 DCT.Translator.new
102 DCT.Translator.new
105 DCT.Translator.new
108 DCT.Translator.new
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/ext/qm-dsp/dsp/transforms/
H A DDCT.cpp20 DCT::DCT(int n) : in DCT() function in DCT
31 DCT::~DCT() in ~DCT()
36 DCT::forward(const double *in, double *out) in forward()
51 DCT::forwardUnitary(const double *in, double *out) in forwardUnitary()
61 DCT::inverse(const double *in, double *out) in inverse()
83 DCT::inverseUnitary(const double *in, double *out) in inverseUnitary()
/dports/audio/mixxx/mixxx-2.3.0/lib/qm-dsp/dsp/transforms/
H A DDCT.cpp20 DCT::DCT(int n) : in DCT() function in DCT
31 DCT::~DCT() in ~DCT()
36 DCT::forward(const double *in, double *out) in forward()
51 DCT::forwardUnitary(const double *in, double *out) in forwardUnitary()
61 DCT::inverse(const double *in, double *out) in inverse()
83 DCT::inverseUnitary(const double *in, double *out) in inverseUnitary()
/dports/games/libretro-scummvm/scummvm-7b1e929/common/
H A Ddct.cpp33 DCT::DCT(int bits, TransformType trans) : _bits(bits), _cos(1 << (_bits + 2) ), _trans(trans), _rdf… in DCT() function in Common::DCT
46 DCT::~DCT() { in ~DCT()
51 void DCT::calc(float *data) { in calc()
73 void DCT::calcDCTI(float *data) { in calcDCTI()
105 void DCT::calcDCTII(float *data) { in calcDCTII()
142 void DCT::calcDCTIII(float *data) { in calcDCTIII()
176 void DCT::calcDSTI(float *data) { in calcDSTI()
/dports/games/scummvm/scummvm-2.5.1/common/
H A Ddct.cpp33 DCT::DCT(int bits, TransformType trans) : _bits(bits), _cos(1 << (_bits + 2) ), _trans(trans), _rdf… in DCT() function in Common::DCT
46 DCT::~DCT() { in ~DCT()
51 void DCT::calc(float *data) { in calc()
75 void DCT::calcDCTI(float *data) { in calcDCTI()
107 void DCT::calcDCTII(float *data) { in calcDCTII()
144 void DCT::calcDCTIII(float *data) { in calcDCTIII()
178 void DCT::calcDSTI(float *data) { in calcDSTI()
/dports/games/residualvm/residualvm-0.3.1/common/
H A Ddct.cpp33 DCT::DCT(int bits, TransformType trans) : _bits(bits), _cos(_bits + 2), _trans(trans), _rdft(0) { in DCT() function in Common::DCT
46 DCT::~DCT() { in ~DCT()
51 void DCT::calc(float *data) { in calc()
73 void DCT::calcDCTI(float *data) { in calcDCTI()
105 void DCT::calcDCTII(float *data) { in calcDCTII()
142 void DCT::calcDCTIII(float *data) { in calcDCTIII()
176 void DCT::calcDSTI(float *data) { in calcDSTI()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/rustdct-0.4.0/
H A DRELEASES.md9 …- DCT Type 4 instances can also compute DST Type 4. They implement the "Type4" trait, which includ…
17 …- All of the `DCT#ViaFFT` algorithms now allocate a Vec for internal scratch space, rather than us…
18 - [Breaking Change] The `process` method of all DCT traits take `&self` instead of `&mut self`
19 …- [Breaking Change] Because all DCT instances are now immutable, all DCT instances that depend on …
20DCT instances are now immutable, the DCT planner now creates and stores `Arc` pointers to DCT inst…
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/dsp/fourier/
H A Dsincos.go10 type DCT struct { struct
17 func NewDCT(n int) *DCT {
18 var t DCT
24 func (t *DCT) Len() int { return len(t.work) / 3 } argument
28 func (t *DCT) Reset(n int) { argument
50 func (t *DCT) Transform(dst, src []float64) []float64 { argument
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/fourier/
H A Dsincos.go10 type DCT struct { struct
17 func NewDCT(n int) *DCT {
18 var t DCT
24 func (t *DCT) Len() int { return len(t.work) / 3 } argument
28 func (t *DCT) Reset(n int) { argument
50 func (t *DCT) Transform(dst, src []float64) []float64 { argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/dav1d/tests/checkasm/
H A Ditx.c44 enum Tx1D { DCT, ADST, FLIPADST, IDENTITY, WHT }; enumerator
47 [DCT_DCT] = { DCT, DCT },
48 [ADST_DCT] = { DCT, ADST },
49 [DCT_ADST] = { ADST, DCT },
51 [FLIPADST_DCT] = { DCT, FLIPADST },
52 [DCT_FLIPADST] = { FLIPADST, DCT },
57 [V_DCT] = { IDENTITY, DCT },
58 [H_DCT] = { DCT, IDENTITY },
67 [DCT] = "dct",
181 case DCT: in ftx()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/dav1d/tests/checkasm/
H A Ditx.c44 enum Tx1D { DCT, ADST, FLIPADST, IDENTITY, WHT }; enumerator
47 [DCT_DCT] = { DCT, DCT },
48 [ADST_DCT] = { DCT, ADST },
49 [DCT_ADST] = { ADST, DCT },
51 [FLIPADST_DCT] = { DCT, FLIPADST },
52 [DCT_FLIPADST] = { FLIPADST, DCT },
57 [V_DCT] = { IDENTITY, DCT },
58 [H_DCT] = { DCT, IDENTITY },
67 [DCT] = "dct",
198 case DCT: in ftx()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/dav1d/tests/checkasm/
H A Ditx.c44 enum Tx1D { DCT, ADST, FLIPADST, IDENTITY, WHT }; enumerator
47 [DCT_DCT] = { DCT, DCT },
48 [ADST_DCT] = { DCT, ADST },
49 [DCT_ADST] = { ADST, DCT },
51 [FLIPADST_DCT] = { DCT, FLIPADST },
52 [DCT_FLIPADST] = { FLIPADST, DCT },
57 [V_DCT] = { IDENTITY, DCT },
58 [H_DCT] = { DCT, IDENTITY },
67 [DCT] = "dct",
198 case DCT: in ftx()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dav1d/libdav1d/tests/checkasm/
H A Ditx.c44 enum Tx1D { DCT, ADST, FLIPADST, IDENTITY, WHT }; enumerator
47 [DCT_DCT] = { DCT, DCT },
48 [ADST_DCT] = { DCT, ADST },
49 [DCT_ADST] = { ADST, DCT },
51 [FLIPADST_DCT] = { DCT, FLIPADST },
52 [DCT_FLIPADST] = { FLIPADST, DCT },
57 [V_DCT] = { IDENTITY, DCT },
58 [H_DCT] = { DCT, IDENTITY },
67 [DCT] = "dct",
181 case DCT: in ftx()
[all …]
/dports/multimedia/handbrake/dav1d-0.9.0/tests/checkasm/
H A Ditx.c44 enum Tx1D { DCT, ADST, FLIPADST, IDENTITY, WHT }; enumerator
47 [DCT_DCT] = { DCT, DCT },
48 [ADST_DCT] = { DCT, ADST },
49 [DCT_ADST] = { ADST, DCT },
51 [FLIPADST_DCT] = { DCT, FLIPADST },
52 [DCT_FLIPADST] = { FLIPADST, DCT },
57 [V_DCT] = { IDENTITY, DCT },
58 [H_DCT] = { DCT, IDENTITY },
67 [DCT] = "dct",
198 case DCT: in ftx()
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/src/transform/
H A Dmod.rs334 DCT, enumerator
342 TxType::DCT_DCT => (TxType1D::DCT, TxType1D::DCT), in get_1d_tx_types()
352 TxType::V_DCT => (TxType1D::DCT, TxType1D::IDTX), in get_1d_tx_types()
362 TxType1D::DCT,
364 TxType1D::DCT,
367 TxType1D::DCT,
372 TxType1D::DCT,
381 TxType1D::DCT,
382 TxType1D::DCT,
385 TxType1D::DCT,
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/src/transform/
H A Dmod.rs334 DCT, enumerator
342 TxType::DCT_DCT => (TxType1D::DCT, TxType1D::DCT), in get_1d_tx_types()
352 TxType::V_DCT => (TxType1D::DCT, TxType1D::IDTX), in get_1d_tx_types()
362 TxType1D::DCT,
364 TxType1D::DCT,
367 TxType1D::DCT,
372 TxType1D::DCT,
381 TxType1D::DCT,
382 TxType1D::DCT,
385 TxType1D::DCT,
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/transform/
H A Dmod.rs334 DCT, enumerator
342 TxType::DCT_DCT => (TxType1D::DCT, TxType1D::DCT), in get_1d_tx_types()
352 TxType::V_DCT => (TxType1D::DCT, TxType1D::IDTX), in get_1d_tx_types()
362 TxType1D::DCT,
364 TxType1D::DCT,
367 TxType1D::DCT,
372 TxType1D::DCT,
381 TxType1D::DCT,
382 TxType1D::DCT,
385 TxType1D::DCT,
[all …]
/dports/multimedia/dav1d/dav1d-99172b11470776177939c3d2bc366fe8d904eab7/tests/checkasm/
H A Ditx.c44 enum Tx1D { DCT, ADST, FLIPADST, IDENTITY, WHT }; enumerator
47 [DCT_DCT] = { DCT, DCT },
48 [ADST_DCT] = { DCT, ADST },
49 [DCT_ADST] = { ADST, DCT },
51 [FLIPADST_DCT] = { DCT, FLIPADST },
52 [DCT_FLIPADST] = { FLIPADST, DCT },
57 [V_DCT] = { IDENTITY, DCT },
58 [H_DCT] = { DCT, IDENTITY },
67 [DCT] = "dct",
198 case DCT: in ftx()
[all …]
/dports/www/firefox/firefox-99.0/third_party/dav1d/tests/checkasm/
H A Ditx.c44 enum Tx1D { DCT, ADST, FLIPADST, IDENTITY, WHT }; enumerator
47 [DCT_DCT] = { DCT, DCT },
48 [ADST_DCT] = { DCT, ADST },
49 [DCT_ADST] = { ADST, DCT },
51 [FLIPADST_DCT] = { DCT, FLIPADST },
52 [DCT_FLIPADST] = { FLIPADST, DCT },
57 [V_DCT] = { IDENTITY, DCT },
58 [H_DCT] = { DCT, IDENTITY },
67 [DCT] = "dct",
198 case DCT: in ftx()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/fftw/tests/unit_tests/
H A Ddct_part2.dia.ref11 function x=DCT(y,flag,sel)
90 y_ref=DCT(x,-1,sel);
97 y_ref=DCT(x,-1,sel);
104 y_ref=DCT(x,-1,sel);
112 y_ref=DCT(x,-1,sel);
121 y_ref=DCT(x,-1,sel);
132 y_ref=DCT(x,-1,sel);
138 y_ref=DCT(x,-1,sel);
154 y_ref=DCT(x,-1,sel);
170 y_ref=DCT(x,-1,sel);
[all …]

12345678910>>...80