Home
last modified time | relevance | path

Searched refs:CTB (Results 1 – 25 of 181) sorted by relevance

12345678

/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/packet/header/
H A Dctb.rs201 pub enum CTB { enum
208 impl CTB { impl
211 CTB::New(CTBNew::new(tag)) in new()
217 CTB::New(c) => c.tag(), in tag()
218 CTB::Old(c) => c.tag(), in tag()
223 impl TryFrom<u8> for CTB { implementation
248 CTB::New(CTBNew { in try_from()
256 CTB::Old(CTBOld { in try_from()
271 if let CTB::Old(ctb) = CTB::try_from(0x99).unwrap() { in ctb()
279 if let CTB::Old(ctb) = CTB::try_from(0xa3).unwrap() { in ctb()
[all …]
H A Dmod.rs23 CTB,
37 ctb: CTB,
44 pub fn new(ctb: CTB, length: BodyLength) -> Self { in new() argument
49 pub fn ctb(&self) -> &CTB { in ctb() argument
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/packet/header/
H A Dctb.rs201 pub enum CTB { enum
208 impl CTB { impl
211 CTB::New(CTBNew::new(tag)) in new()
217 CTB::New(c) => c.tag(), in tag()
218 CTB::Old(c) => c.tag(), in tag()
223 impl TryFrom<u8> for CTB { implementation
248 CTB::New(CTBNew { in try_from()
256 CTB::Old(CTBOld { in try_from()
271 if let CTB::Old(ctb) = CTB::try_from(0x99).unwrap() { in ctb()
279 if let CTB::Old(ctb) = CTB::try_from(0xa3).unwrap() { in ctb()
[all …]
H A Dmod.rs23 CTB,
37 ctb: CTB,
44 pub fn new(ctb: CTB, length: BodyLength) -> Self { in new() argument
49 pub fn ctb(&self) -> &CTB { in ctb() argument
/dports/graphics/libbpg/libbpg-0.9.8/libavcodec/
H A Dhevc_filter.c238 #define CTB(tab, x, y) ((tab)[(y) * s->sps->ctb_width + (x)]) macro
248 SAOParams *sao = &CTB(s->sao, x_ctb, y_ctb); in sao_filter_CTB()
253 uint8_t lfase = CTB(s->filter_slice_edges, x_ctb, y_ctb); in sao_filter_CTB()
270 …vert_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, … in sao_filter_CTB()
274 …vert_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, … in sao_filter_CTB()
278 …horiz_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address,… in sao_filter_CTB()
282 …horiz_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address,… in sao_filter_CTB()
285 …diag_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
288 …diag_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
291 …diag_edge[2] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dhevc_filter.c186 #define CTB(tab, x, y) ((tab)[(y) * s->sps->ctb_width + (x)]) macro
196 SAOParams *sao = &CTB(s->sao, x_ctb, y_ctb); in sao_filter_CTB()
201 uint8_t lfase = CTB(s->filter_slice_edges, x_ctb, y_ctb); in sao_filter_CTB()
218 …vert_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, … in sao_filter_CTB()
222 …vert_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, … in sao_filter_CTB()
226 …horiz_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address,… in sao_filter_CTB()
230 …horiz_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address,… in sao_filter_CTB()
233 …diag_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
236 …diag_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
239 …diag_edge[2] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dhevc_filter.c186 #define CTB(tab, x, y) ((tab)[(y) * s->sps->ctb_width + (x)]) macro
196 SAOParams *sao = &CTB(s->sao, x_ctb, y_ctb); in sao_filter_CTB()
201 uint8_t lfase = CTB(s->filter_slice_edges, x_ctb, y_ctb); in sao_filter_CTB()
218 …vert_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, … in sao_filter_CTB()
222 …vert_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, … in sao_filter_CTB()
226 …horiz_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address,… in sao_filter_CTB()
230 …horiz_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address,… in sao_filter_CTB()
233 …diag_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
236 …diag_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
239 …diag_edge[2] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
[all …]
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/addons/
H A Dacadctb.rst3 Plot Style Files (CTB/STB)
6 CTB and STB files store plot styles used by AutoCAD and BricsCAD for printing and plotting.
9 a change of a plot style affects any object that uses that plot style. CTB files contain color depe…
17 - AUTODESK KNOWLEDGE NETWORK: How to `install`_ CTB files in AutoCAD
31 Color dependent plot style table (CTB file), table entries are :class:`PlotStyle` objects.
49 …Set ``1`` for showing lineweight in inch in AutoCAD CTB editor window, but lineweights are always …
72 Save CTB file as `filename` to the file system.
76 Compress and write CTB file to binary `stream`.
99 …Set ``1`` for showing lineweight in inch in AutoCAD CTB editor window, but lineweights are always …
338 …pport/autocad/learn-explore/caas/sfdcarticles/sfdcarticles/How-to-insert-a-CTB-or-STB-file-from-an…
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dhevc_filter.c244 #define CTB(tab, x, y) ((tab)[(y) * s->ps.sps->ctb_width + (x)]) macro
256 SAOParams *sao = &CTB(s->sao, x_ctb, y_ctb); in sao_filter_CTB()
261 uint8_t lfase = CTB(s->filter_slice_edges, x_ctb, y_ctb); in sao_filter_CTB()
278 …vert_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, … in sao_filter_CTB()
282 …vert_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, … in sao_filter_CTB()
286 …horiz_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address,… in sao_filter_CTB()
290 …horiz_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address,… in sao_filter_CTB()
293 …diag_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
296 …diag_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
299 …diag_edge[2] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dhevc_filter.c244 #define CTB(tab, x, y) ((tab)[(y) * s->ps.sps->ctb_width + (x)]) macro
256 SAOParams *sao = &CTB(s->sao, x_ctb, y_ctb); in sao_filter_CTB()
261 uint8_t lfase = CTB(s->filter_slice_edges, x_ctb, y_ctb); in sao_filter_CTB()
278 …vert_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, … in sao_filter_CTB()
282 …vert_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, … in sao_filter_CTB()
286 …horiz_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address,… in sao_filter_CTB()
290 …horiz_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address,… in sao_filter_CTB()
293 …diag_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
296 …diag_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
299 …diag_edge[2] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dhevc_filter.c244 #define CTB(tab, x, y) ((tab)[(y) * s->ps.sps->ctb_width + (x)]) macro
256 SAOParams *sao = &CTB(s->sao, x_ctb, y_ctb); in sao_filter_CTB()
261 uint8_t lfase = CTB(s->filter_slice_edges, x_ctb, y_ctb); in sao_filter_CTB()
278 …vert_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, … in sao_filter_CTB()
282 …vert_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, … in sao_filter_CTB()
286 …horiz_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address,… in sao_filter_CTB()
290 …horiz_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address,… in sao_filter_CTB()
293 …diag_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
296 …diag_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
299 …diag_edge[2] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dhevc_filter.c244 #define CTB(tab, x, y) ((tab)[(y) * s->ps.sps->ctb_width + (x)]) macro
256 SAOParams *sao = &CTB(s->sao, x_ctb, y_ctb); in sao_filter_CTB()
261 uint8_t lfase = CTB(s->filter_slice_edges, x_ctb, y_ctb); in sao_filter_CTB()
278 …vert_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, … in sao_filter_CTB()
282 …vert_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, … in sao_filter_CTB()
286 …horiz_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address,… in sao_filter_CTB()
290 …horiz_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address,… in sao_filter_CTB()
293 …diag_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
296 …diag_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
299 …diag_edge[2] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dhevc_filter.c244 #define CTB(tab, x, y) ((tab)[(y) * s->ps.sps->ctb_width + (x)]) macro
256 SAOParams *sao = &CTB(s->sao, x_ctb, y_ctb); in sao_filter_CTB()
261 uint8_t lfase = CTB(s->filter_slice_edges, x_ctb, y_ctb); in sao_filter_CTB()
278 …vert_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, … in sao_filter_CTB()
282 …vert_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, … in sao_filter_CTB()
286 …horiz_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address,… in sao_filter_CTB()
290 …horiz_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address,… in sao_filter_CTB()
293 …diag_edge[0] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
296 …diag_edge[1] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
299 …diag_edge[2] = (!lfase && CTB(s->tab_slice_address, x_ctb, y_ctb) != CTB(s->tab_slice_address, x_c… in sao_filter_CTB()
[all …]
/dports/security/pgpin/pgp263in/doc/
H A Dpgformat.doc81 Cipher Type Byte (CTB)
89 Bit 7: Always 1, which designates this as a CTB
102 Other CTB packet types are unimplemented.
162 "literal" CTB prefix.
416 0 1 CTB for Compressed data packet
433 0 1 CTB for raw literal data packet
464 0 1 CTB for Comment packet
476 0 1 CTB for secret key certificate
516 0 1 CTB for public key certificate
542 0 1 CTB for User ID packet
[all …]
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/concepts/
H A Daci.rst10 This pen table can be edited by the user or loaded from an :term:`CTB` or :term:`STB` file.
17 user redefined an ACI and do not provide a :term:`CTB` or :term:`STB` file, you have no ability to …
/dports/science/openbabel/openbabel-3.1.1/test/pdb_ligands_sdf/
H A D5ctb_57j.sdf3 Coordinates from PDB:5CTB:A:2301 Model:1 without hydrogens
137 5CTB
H A D4ctb_kvc.sdf3 Coordinates from PDB:4CTB:A:2402 Model:1 without hydrogens
149 4CTB
/dports/devel/py-magic/file-5.40/magic/Magdir/
H A Dpgp-binary-keys18 # A PGP packet is described by a single byte: the so-called CTB. The
20 # new-style CTB; if bit 6 is clear, then it is a so-called old-style
21 # CTB. Old-style CTBs have only four bits of type information; bits
25 # Following the CTB is the packet's length in bytes. If we blindly
32 # New Style CTB
64 # The CTB is followed by the length header, which is densely encoded:
76 # Old Style CTB
81 # CTB:
/dports/biology/molden/molden5.8/plush/
H A DCTB1 mol="CTB" Charge="0"
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/matlab/Tutorials/
H A DPatch_Antenna_Phased_Array.m32 addpath('C:\CTB');
34 % using git: https://github.com/thliebig/CTB
35 % or zip: https://github.com/thliebig/CTB/archive/master.zip
/dports/math/libflame/libflame-5.2.0/old/lapack-test/lapack-timing/
H A Dcband.in17 CTB
/dports/math/openblas/large/
H A DCBAND.in17 CTB
/dports/math/openblas/TIMING/
H A Dcband.in17 CTB
H A DCBAND.in17 CTB
/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Sources/
H A DSystem.pm208 fopen( CTB, "$datadir/$updatethread.ctb", 1 );
209 while ( my $inp = <CTB> ) {
212 fclose(CTB);

12345678