Home
last modified time | relevance | path

Searched refs:getBits (Results 1 – 25 of 1594) sorted by relevance

12345678910>>...64

/dports/multimedia/w_scan2/w_scan2-1.0.13/src/
H A Datsc_psip_section.c28 v.descriptor_tag = getBits(b, 0, 8); in read_ATSC_extended_channel_name_descriptor()
30 v.TODO = getBits(b, 16, 1); in read_ATSC_extended_channel_name_descriptor()
40 v.reserved = getBits(b, 16, 3); in read_ATSC_service_location_descriptor()
41 v.PCR_PID = getBits(b, 19, 13); in read_ATSC_service_location_descriptor()
50 v.stream_type = getBits(b, 0, 8); in read_ATSC_service_location_element()
51 v.reserved = getBits(b, 8, 3); in read_ATSC_service_location_element()
61 v.short_name0 = getBits(b, 0, 16); in read_tvct_channel()
68 v.reserved0 = getBits(b, 112, 4); in read_tvct_channel()
77 v.hidden = getBits(b, 211, 1); in read_tvct_channel()
78 v.reserved1 = getBits(b, 212, 2); in read_tvct_channel()
[all …]
/dports/comms/redsea/redsea-0.20/src/
H A Dgroups.cc40 uint16_t day = getBits<5>(pin, 11); in decodePIN()
41 uint16_t hour = getBits<5>(pin, 6); in decodePIN()
42 uint16_t minute = getBits<6>(pin, 0); in decodePIN()
444 cc_ = getBits<4>(pi_, 12); in decodeType1()
621 getBits<8>(group.getBlock3(), 8), in decodeType5()
622 getBits<8>(group.getBlock3(), 0), in decodeType5()
623 getBits<8>(group.getBlock4(), 8), in decodeType5()
962 pac = getBits<6>(block4, 4); in decode1ABlock4()
963 opc = getBits<4>(block4, 0); in decode1ABlock4()
967 ecc = getBits<6>(block4, 0); in decode1ABlock4()
[all …]
/dports/multimedia/dvbsnoop/dvbsnoop-1.4.50/src/pes/
H A Dpes_std.c108 p.reserved1 = getBits (b, 0, 0, 2); in PES_decode_std()
109 p.PES_scrambling_control = getBits (b, 0, 2, 2); in PES_decode_std()
110 p.PES_priority = getBits (b, 0, 4, 1); in PES_decode_std()
112 p.copyright = getBits (b, 0, 6, 1); in PES_decode_std()
113 p.original_or_copy = getBits (b, 0, 7, 1); in PES_decode_std()
114 p.PTS_DTS_flags = getBits (b, 0, 8, 2); in PES_decode_std()
115 p.ESCR_flag = getBits (b, 0, 10, 1); in PES_decode_std()
116 p.ES_rate_flag = getBits (b, 0, 11, 1); in PES_decode_std()
117 p.DSM_trick_mode_flag = getBits (b, 0, 12, 1); in PES_decode_std()
119 p.PES_CRC_flag = getBits (b, 0, 14, 1); in PES_decode_std()
[all …]
H A Dpes_data_sync.c81 p.data_identifier = getBits (b, 0, 0, 8); in PES_decodeDATA_SYNC()
82 p.sub_stream_id = getBits (b, 0, 8, 8); in PES_decodeDATA_SYNC()
83 p.PTS_extension_flag = getBits (b, 0, 16, 1); in PES_decodeDATA_SYNC()
84 p.output_data_rate_flag = getBits (b, 0, 17, 1); in PES_decodeDATA_SYNC()
85 p.reserved = getBits (b, 0, 18, 2); in PES_decodeDATA_SYNC()
86 p.PES_data_packet_header_length = getBits (b, 0, 20, 4); in PES_decodeDATA_SYNC()
103 out_SB_NL (6,"reserved: ", getBits (b, 0, 0, 7) ); in PES_decodeDATA_SYNC()
104 out_SW_NL (4,"PTS_extension: ", getBits (b, 0, 7, 9) ); in PES_decodeDATA_SYNC()
115 out_SB_NL (6,"reserved: ", getBits (b, 0, 0, 4) ); in PES_decodeDATA_SYNC()
116 out_SL_NL (4,"output_data_rate: ", getBits (b, 0, 4, 28) ); in PES_decodeDATA_SYNC()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_core/ADM_coreUtils/src/
H A DADM_getbits.cpp46 getBits::getBits(const getBits &source) in getBits() function in getBits
53 void getBits::align(void) in align()
60 getBits::getBits(int bufferSize, uint8_t *buffer) in getBits() function in getBits
70 getBits::~getBits() in ~getBits()
76 int getBits::show(int nb) in show()
82 int getBits::get(int nb) in get()
87 int getBits::skip(int nb) in skip()
92 int getBits::getUEG(void) in getUEG()
96 int getBits::getSEG(void) in getSEG()
100 int getBits::getUEG31(void) in getUEG31()
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_core/ADM_coreUtils/src/
H A DADM_getbits.cpp46 getBits::getBits(const getBits &source) in getBits() function in getBits
53 void getBits::align(void) in align()
60 getBits::getBits(int bufferSize, uint8_t *buffer) in getBits() function in getBits
70 getBits::~getBits() in ~getBits()
76 int getBits::show(int nb) in show()
82 int getBits::get(int nb) in get()
87 int getBits::skip(int nb) in skip()
92 int getBits::getUEG(void) in getUEG()
96 int getBits::getSEG(void) in getSEG()
100 int getBits::getUEG31(void) in getUEG31()
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_core/ADM_coreUtils/src/
H A DADM_getbits.cpp46 getBits::getBits(const getBits &source) in getBits() function in getBits
53 void getBits::align(void) in align()
60 getBits::getBits(int bufferSize, uint8_t *buffer) in getBits() function in getBits
70 getBits::~getBits() in ~getBits()
76 int getBits::show(int nb) in show()
82 int getBits::get(int nb) in get()
87 int getBits::skip(int nb) in skip()
92 int getBits::getUEG(void) in getUEG()
96 int getBits::getSEG(void) in getSEG()
100 int getBits::getUEG31(void) in getUEG31()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_core/ADM_coreUtils/src/
H A DADM_getbits.cpp46 getBits::getBits(const getBits &source) in getBits() function in getBits
53 void getBits::align(void) in align()
60 getBits::getBits(int bufferSize, uint8_t *buffer) in getBits() function in getBits
70 getBits::~getBits() in ~getBits()
76 int getBits::show(int nb) in show()
82 int getBits::get(int nb) in get()
87 int getBits::skip(int nb) in skip()
92 int getBits::getUEG(void) in getUEG()
96 int getBits::getSEG(void) in getSEG()
100 int getBits::getUEG31(void) in getUEG31()
[all …]
/dports/multimedia/dvbsnoop/dvbsnoop-1.4.50/src/sections/
H A Deit.c130 e.reserved_1 = getBits (b, 0, 9, 1); in section_EIT()
131 e.reserved_2 = getBits (b, 0, 10, 2); in section_EIT()
132 e.section_length = getBits (b, 0, 12, 12); in section_EIT()
133 e.service_id = getBits (b, 0, 24, 16); in section_EIT()
134 e.reserved_3 = getBits (b, 0, 40, 2); in section_EIT()
135 e.version_number = getBits (b, 0, 42, 5); in section_EIT()
137 e.section_number = getBits (b, 0, 48, 8); in section_EIT()
142 e.last_table_id = getBits (b, 0,104, 8); in section_EIT()
184 e2.event_id = getBits (b, 0, 0, 16); in section_EIT()
187 e2.duration = getBits (b, 0, 56, 24); in section_EIT()
[all …]
H A Dsdt.c130 s.reserved_1 = getBits (b, 0, 9, 1); in section_SDT()
131 s.reserved_2 = getBits (b, 0, 10, 2); in section_SDT()
132 s.section_length = getBits (b, 0, 12, 12); in section_SDT()
134 s.reserved_3 = getBits (b, 0, 40, 2); in section_SDT()
135 s.version_number = getBits (b, 0, 42, 5); in section_SDT()
137 s.section_number = getBits (b, 0, 48, 8); in section_SDT()
140 s.reserved_4 = getBits (b, 0, 80, 8); in section_SDT()
178 s2.service_id = getBits (b, 0, 0, 16); in section_SDT()
179 s2.reserved_1 = getBits (b, 0, 16, 6); in section_SDT()
183 s2.free_CA_mode = getBits (b, 0, 27, 1); in section_SDT()
[all …]
H A Dpmt.c132 p.b_null = getBits (b, 0, 9, 1); in section_PMT()
133 p.reserved_1 = getBits (b, 0, 10, 2); in section_PMT()
134 p.section_length = getBits (b, 0, 12, 12); in section_PMT()
135 p.program_number = getBits (b, 0, 24, 16); in section_PMT()
136 p.reserved_2 = getBits (b, 0, 40, 2); in section_PMT()
137 p.version_number = getBits (b, 0, 42, 5); in section_PMT()
141 p.reserved_3 = getBits (b, 0, 64, 3); in section_PMT()
142 p.pcr_pid = getBits (b, 0, 67, 13); in section_PMT()
143 p.reserved_4 = getBits (b, 0, 80, 4); in section_PMT()
200 p2.reserved_1 = getBits (b, 0, 8, 3); in section_PMT()
[all …]
H A Dbat.c124 t.reserved_1 = getBits (b, 0, 9, 1); in section_BAT()
125 t.reserved_2 = getBits (b, 0, 10, 2); in section_BAT()
126 t.section_length = getBits (b, 0, 12, 12); in section_BAT()
127 t.bouquet_id = getBits (b, 0, 24, 16); in section_BAT()
128 t.reserved_3 = getBits (b, 0, 40, 2); in section_BAT()
129 t.version_number = getBits (b, 0, 42, 5); in section_BAT()
131 t.section_number = getBits (b, 0, 48, 8); in section_BAT()
133 t.reserved_4 = getBits (b, 0, 64, 4); in section_BAT()
177 t.reserved_5 = getBits (b, 0, 0, 4); in section_BAT()
191 t2.reserved_1 = getBits (b, 0, 32, 4); in section_BAT()
[all …]
H A Dnit.c122 n.reserved_1 = getBits (b, 0, 9, 1); in section_NIT()
123 n.reserved_2 = getBits (b, 0, 10, 2); in section_NIT()
124 n.section_length = getBits (b, 0, 12, 12); in section_NIT()
125 n.network_id = getBits (b, 0, 24, 16); in section_NIT()
126 n.reserved_3 = getBits (b, 0, 40, 2); in section_NIT()
127 n.version_number = getBits (b, 0, 42, 5); in section_NIT()
129 n.section_number = getBits (b, 0, 48, 8); in section_NIT()
131 n.reserved_4 = getBits (b, 0, 64, 4); in section_NIT()
182 n.reserved_5 = getBits (b, 0, 0, 4); in section_NIT()
197 nt.reserved_1 = getBits (b, 0, 32, 4); in section_NIT()
[all …]
H A Dsit.c119 s.reserved_1 = getBits (b, 0, 9, 1); in section_SIT()
120 s.reserved_2 = getBits (b, 0, 10, 2); in section_SIT()
121 s.section_length = getBits (b, 0, 12, 12); in section_SIT()
122 s.reserved_3 = getBits (b, 0, 24, 16); in section_SIT()
123 s.reserved_4 = getBits (b, 0, 40, 2); in section_SIT()
124 s.version_number = getBits (b, 0, 42, 5); in section_SIT()
126 s.section_number = getBits (b, 0, 48, 8); in section_SIT()
128 s.reserved_5 = getBits (b, 0, 64, 4); in section_SIT()
179 s2.service_id = getBits (b, 0, 0, 16); in section_SIT()
180 s2.reserved_1 = getBits (b, 0, 16, 1); in section_SIT()
[all …]
H A Dpat.c110 p.reserved_1 = getBits (b, 0, 10, 2); in section_PAT()
111 p.section_length = getBits (b, 0, 12, 12); in section_PAT()
112 p.transport_stream_id = getBits (b, 0, 24, 16); in section_PAT()
113 p.reserved_2 = getBits (b, 0, 40, 2); in section_PAT()
114 p.version_number = getBits (b, 0, 42, 5); in section_PAT()
116 p.section_number = getBits (b, 0, 48, 8); in section_PAT()
117 p.last_section_number = getBits (b, 0, 56, 8); in section_PAT()
153 pl.program_number = getBits (b, 0, 0, 16); in section_PAT()
154 pl.reserved = getBits (b, 0, 16, 3); in section_PAT()
155 pl.network_pmt_PID = getBits (b, 0, 19, 13); in section_PAT()
[all …]
/dports/multimedia/dvbsnoop/dvbsnoop-1.4.50/src/descriptors/
H A Dmpeg_descriptor.c365 d.ID = getBits (b, 0, 17, 1); in descriptorMPEG_AudioStream()
366 d.layer = getBits (b, 0, 18, 2); in descriptorMPEG_AudioStream()
368 d.reserved_1 = getBits (b, 0, 21, 3); in descriptorMPEG_AudioStream()
413 d.reserved_1 = getBits (b, 0, 16, 4); in descriptorMPEG_Hierarchy()
415 d.reserved_2 = getBits (b, 0, 24, 2); in descriptorMPEG_Hierarchy()
417 d.reserved_3 = getBits (b, 0, 32, 2); in descriptorMPEG_Hierarchy()
633 d.reserved = getBits (b, 0, 32, 3); in descriptorMPEG_CA()
634 d.CA_PID = getBits (b, 0, 35, 13); in descriptorMPEG_CA()
694 d2.audio_type = getBits (b,0,24,8); in descriptorMPEG_ISO639_Lang()
948 d.sb_size = getBits (b, 0, 42, 22); in descriptorMPEG_SmoothingBuf()
[all …]
H A Ddvb_descriptor.c457 frequency = getBits (b, 0, 16, 32); in descriptorDVB_SatDelivSys()
461 roll_off = getBits (b, 0, 67, 2); in descriptorDVB_SatDelivSys()
1013 table_id = getBits (b, 0, 0, 8); in sub_descriptorDVB_Linkage0x0C()
1017 bouquet_id = getBits (b, 0, 8, 16); in sub_descriptorDVB_Linkage0x0C()
1659 d2.rating = getBits (b,0,24,8); in descriptorDVB_ParentalRating()
1969 cfreq = getBits (b, 0, 16, 32); in descriptorDVB_TerrestDelivSys()
3002 day = getBits (b,0,20,5); in descriptorDVB_PDC()
3003 month = getBits (b,0,25,4); in descriptorDVB_PDC()
3004 hour = getBits (b,0,29,5); in descriptorDVB_PDC()
3005 minute = getBits (b,0,34,6); in descriptorDVB_PDC()
[all …]
/dports/cad/digital/Digital-0.27/src/test/java/de/neemann/digital/core/wiring/
H A DPortsTest.java20 assertEquals(1, outs.get(0).getBits()); in testPortsSimple()
21 assertEquals(2, outs.get(1).getBits()); in testPortsSimple()
22 assertEquals(1, outs.get(2).getBits()); in testPortsSimple()
23 assertEquals(4, outs.get(3).getBits()); in testPortsSimple()
30 assertEquals(1, outs.get(0).getBits()); in testPortsMult()
31 assertEquals(1, outs.get(1).getBits()); in testPortsMult()
32 assertEquals(1, outs.get(2).getBits()); in testPortsMult()
33 assertEquals(1, outs.get(3).getBits()); in testPortsMult()
34 assertEquals(4, outs.get(4).getBits()); in testPortsMult()
35 assertEquals(4, outs.get(5).getBits()); in testPortsMult()
[all …]
/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/subtitle/
H A DDVBSubpicture.java153 private int getBits(int N) in getBits() method in DVBSubpicture
523 int CLUT_id = getBits(8); in region_composition()
615 Y = getBits(8); in CLUT_definition()
616 Cr = getBits(8); in CLUT_definition()
617 Cb = getBits(8); in CLUT_definition()
618 T = getBits(8); in CLUT_definition()
622 Y = getBits(6)<<2; in CLUT_definition()
623 Cr = getBits(4)<<4; in CLUT_definition()
624 Cb = getBits(4)<<4; in CLUT_definition()
625 T = getBits(2)<<6; in CLUT_definition()
[all …]
/dports/multimedia/dvbsnoop/dvbsnoop-1.4.50/src/datacarousel/
H A Ddatagram.c144 d.reserved_1 = getBits (b, 0, 10, 2); in section_DSMCC_DATAGRAM()
145 d.section_length = getBits (b, 0, 12, 12); in section_DSMCC_DATAGRAM()
147 d.MAC_addr6 = getBits (b, 0, 24, 8); in section_DSMCC_DATAGRAM()
148 d.MAC_addr5 = getBits (b, 0, 32, 8); in section_DSMCC_DATAGRAM()
149 d.reserved_2 = getBits (b, 0, 40, 2); in section_DSMCC_DATAGRAM()
152 d.LLC_SNAP_flag = getBits (b, 0, 46, 1); in section_DSMCC_DATAGRAM()
155 d.section_number = getBits (b, 0, 48, 8); in section_DSMCC_DATAGRAM()
158 d.MAC_addr4 = getBits (b, 0, 64, 8); in section_DSMCC_DATAGRAM()
159 d.MAC_addr3 = getBits (b, 0, 72, 8); in section_DSMCC_DATAGRAM()
160 d.MAC_addr2 = getBits (b, 0, 80, 8); in section_DSMCC_DATAGRAM()
[all …]
/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/audio/
H A DAudioFormatAC3.java576 getBits(frame, BitPos, 16); //sync in getBSI()
577 getBits(frame, BitPos, 16); //crc1 in getBSI()
578 getBits(frame, BitPos, 2); //freq in getBSI()
579 getBits(frame, BitPos, 6); //size in getBSI()
580 getBits(frame, BitPos, 5); //bsi in getBSI()
581 getBits(frame, BitPos, 3); //bsmod in getBSI()
591 getBits(frame, BitPos, 1); //lfeon in getBSI()
592 getBits(frame, BitPos, 5); //dialnorm in getBSI()
595 getBits(frame, BitPos, 8); //compr in getBSI()
598 getBits(frame, BitPos, 8); //langcod in getBSI()
[all …]
/dports/textproc/pear-Horde_Xml_Wbxml/Horde_Xml_Wbxml-2.0.4/lib/Horde/Xml/
H A DWbxml.php73 $bytes0 = 0 | Horde_Xml_Wbxml::getBits(0, $i);
74 $bytes1 = 128 | Horde_Xml_Wbxml::getBits(1, $i);
75 $bytes2 = 128 | Horde_Xml_Wbxml::getBits(2, $i);
76 $bytes3 = 128 | Horde_Xml_Wbxml::getBits(3, $i);
77 $bytes4 = 128 | Horde_Xml_Wbxml::getBits(4, $i);
81 $bytes0 = 0 | Horde_Xml_Wbxml::getBits(0, $i);
82 $bytes1 = 128 | Horde_Xml_Wbxml::getBits(1, $i);
88 $bytes0 = 0 | Horde_Xml_Wbxml::getBits(0, $i);
94 $bytes0 = 0 | Horde_Xml_Wbxml::getBits(0, $i);
99 $bytes0 = 0 | Horde_Xml_Wbxml::getBits(0, $i);
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/external/rawspeed/src/librawspeed/decompressors/
H A DSamsungV2Decompressor.cpp111 width = startpump.getBits(16); in SamsungV2Decompressor()
112 height = startpump.getBits(16); in SamsungV2Decompressor()
114 startpump.getBits(4); // reserved in SamsungV2Decompressor()
124 startpump.getBits(8); // reserved in SamsungV2Decompressor()
125 startpump.getBits(8); // Inc in SamsungV2Decompressor()
126 startpump.getBits(2); // reserved in SamsungV2Decompressor()
127 initVal = startpump.getBits(14); in SamsungV2Decompressor()
159 uint32_t i = pump.getBits(2); in prepareBaselineValues()
166 else if (!pump.getBits(1)) in prepareBaselineValues()
167 motion = pump.getBits(3); in prepareBaselineValues()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/external/rawspeed/src/librawspeed/decompressors/
H A DSamsungV2Decompressor.cpp113 width = startpump.getBits(16); in SamsungV2Decompressor()
114 height = startpump.getBits(16); in SamsungV2Decompressor()
116 startpump.getBits(4); // reserved in SamsungV2Decompressor()
126 startpump.getBits(8); // reserved in SamsungV2Decompressor()
127 startpump.getBits(8); // Inc in SamsungV2Decompressor()
128 startpump.getBits(2); // reserved in SamsungV2Decompressor()
129 initVal = startpump.getBits(14); in SamsungV2Decompressor()
161 uint32_t i = pump.getBits(2); in prepareBaselineValues()
168 else if (!pump.getBits(1)) in prepareBaselineValues()
169 motion = pump.getBits(3); in prepareBaselineValues()
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/rawspeed/src/librawspeed/decompressors/
H A DSamsungV2Decompressor.cpp113 width = startpump.getBits(16); in SamsungV2Decompressor()
114 height = startpump.getBits(16); in SamsungV2Decompressor()
116 startpump.getBits(4); // reserved in SamsungV2Decompressor()
126 startpump.getBits(8); // reserved in SamsungV2Decompressor()
127 startpump.getBits(8); // Inc in SamsungV2Decompressor()
128 startpump.getBits(2); // reserved in SamsungV2Decompressor()
129 initVal = startpump.getBits(14); in SamsungV2Decompressor()
160 uint32_t i = pump->getBits(2); in prepareBaselineValues()
167 else if (!pump->getBits(1)) in prepareBaselineValues()
168 motion = pump->getBits(3); in prepareBaselineValues()
[all …]

12345678910>>...64