Home
last modified time | relevance | path

Searched refs:sectionInfo (Results 1 – 25 of 414) sorted by relevance

12345678910>>...17

/dports/audio/vo-aacenc/vo-aacenc-0.1.3/aacenc/src/
H A Ddyn_bits.c114 for (i=0; i+sectionInfo[i].sfbCnt < maxSfb; i += sectionInfo[i].sfbCnt) { in findMaxMerge()
140 SplitBits = sectionInfo[ndx1].sectionBits + sectionInfo[ndx2].sectionBits; in CalcMergeGain()
142 MergeBits = sideInfoTab[sectionInfo[ndx1].sfbCnt + sectionInfo[ndx2].sfbCnt] + in CalcMergeGain()
220 for (i=0; i+sectionInfo[i].sfbCnt<maxSfb; i+=sectionInfo[i].sfbCnt) { in gmStage2()
240 sectionInfo[maxNdx].sfbCnt = sectionInfo[maxNdx].sfbCnt + sectionInfo[maxNdxNext].sfbCnt; in gmStage2()
241 sectionInfo[maxNdx].sectionBits = sectionInfo[maxNdx].sectionBits + in gmStage2()
258 sectionInfo[maxNdxNext - 1].sfbStart = sectionInfo[maxNdx].sfbStart; in gmStage2()
316 sectionInfo = sectionData->sectionInfo + sectionData->noOfSections; in noiselessCounter()
339 gmStage2(sectionInfo, in noiselessCounter()
351 sectionInfo[i].sfbStart = sectionInfo[i].sfbStart + grpNdx; in noiselessCounter()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/content_suggestions/
H A Dmediator_util.mm29 sectionInfo.title = nil;
31 sectionInfo.showIfEmpty = NO;
34 return sectionInfo;
65 suggestion.suggestionIdentifier.sectionInfo = sectionInfo;
92 sectionInfo.emptyText =
102 return sectionInfo;
115 sectionInfo.title = nil;
120 return sectionInfo;
143 sectionInfo.title =
148 return sectionInfo;
[all …]
H A Dcontent_suggestions_collection_updater.mm256 toSectionInfo:sectionInfo];
321 withSectionInfo:sectionInfo];
347 toSectionInfo:sectionInfo];
376 withSectionInfo:sectionInfo];
521 (!sectionInfo.showIfEmpty &&
550 if (sectionInfo.expanded)
663 sectionInfo.title) {
688 title:sectionInfo.title
692 header.expanded = sectionInfo.expanded;
820 if (!sectionInfo.emptyText || !sectionInfo.expanded)
[all …]
H A Dcontent_suggestions_collection_updater_unittest.mm41 suggestion.suggestionIdentifier.sectionInfo =
44 suggestion.suggestionIdentifier.sectionInfo.showIfEmpty = YES;
47 suggestion.suggestionIdentifier.sectionInfo
78 suggestion.suggestionIdentifier.sectionInfo =
81 suggestion.suggestionIdentifier.sectionInfo.showIfEmpty = YES;
82 suggestion.suggestionIdentifier.sectionInfo.emptyText = nil;
84 suggestion.suggestionIdentifier.sectionInfo
110 suggestion.suggestionIdentifier.sectionInfo =
113 suggestion.suggestionIdentifier.sectionInfo.showIfEmpty = YES;
114 suggestion.suggestionIdentifier.sectionInfo.emptyText = @"empty";
[all …]
H A Dcontent_suggestions_metrics_recorder.mm74 ContentSuggestionsSectionInformation* sectionInfo =
75 item.suggestionIdentifier.sectionInfo;
77 [self.delegate categoryWrapperForSectionInfo:sectionInfo];
89 ContentSuggestionsSectionInformation* sectionInfo =
90 item.suggestionIdentifier.sectionInfo;
92 [self.delegate categoryWrapperForSectionInfo:sectionInfo];
107 ContentSuggestionsSectionInformation* sectionInfo =
108 suggestion.suggestionIdentifier.sectionInfo;
120 sectionInfo {
132 ContentSuggestionsSectionInformation* sectionInfo =
[all …]
H A Dcontent_suggestions_data_sink.h22 (ContentSuggestionsSectionInformation*)sectionInfo
27 - (void)section:(ContentSuggestionsSectionInformation*)sectionInfo
42 - (void)clearSection:(ContentSuggestionsSectionInformation*)sectionInfo;
46 - (void)reloadSection:(ContentSuggestionsSectionInformation*)sectionInfo;
H A Dcontent_suggestions_mediator.mm308 if (sectionInfo == self.logoSectionInfo) {
310 } else if (sectionInfo == self.promoSectionInfo) {
325 } else if (sectionInfo == self.discoverSectionInfo) {
383 if (identifier.sectionInfo != sectionInfo)
482 [self.dataSink clearSection:sectionInfo];
629 ContentSuggestionsSectionInformation* sectionInfo =
642 [self.dataSink reloadSection:sectionInfo];
662 ContentSuggestionsSectionInformation* sectionInfo =
683 ContentSuggestionsSectionInformation* sectionInfo =
687 wrapperWithCategory:category]] = sectionInfo;
[all …]
/dports/multimedia/handbrake/fdk-aac-2.0.1/libAACdec/src/
H A Daacdec_hcr.cpp465 pTmp2 = pHcr->sectionInfo.extendedSortedCodebookIdx; in HcrDecoder()
468 pTmp5 = pHcr->sectionInfo.maxLenOfCbInExtSrtSecIdx; in HcrDecoder()
482 pHcr->sectionInfo.extendedSortedCodebookIdx = pTmp2; in HcrDecoder()
485 pHcr->sectionInfo.maxLenOfCbInExtSrtSecIdx = pTmp5; in HcrDecoder()
529 pHcr->sectionInfo.pNumSortedCodewordInSection; in HcrReorderQuantizedSpectralCoefficients()
689 pHcr->sectionInfo.numCodeword = numCodeword; in HcrCalcNumCodeword()
713 pHcr->sectionInfo.pNumSortedCodewordInSection; in HcrSortCodebookAndNumCodewordInSection()
733 pHcr->sectionInfo.numSortedSection = in HcrSortCodebookAndNumCodewordInSection()
759 pCodebookSwitch = pHcr->sectionInfo.pCodebookSwitch; in HcrSortCodebookAndNumCodewordInSection()
815 pHcr->sectionInfo.pNumSortedCodewordInSection; in HcrPrepareSegmentationGrid()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/content_suggestions/identifier/
H A Dcontent_suggestion_identifier_unittest.mm28 ContentSuggestionsSectionInformation* sectionInfo =
34 suggestionIdentifier1.sectionInfo = sectionInfo;
39 suggestionIdentifier2.sectionInfo = sectionInfo;
44 subclass.sectionInfo = sectionInfo;
78 suggestionIdentifier1.sectionInfo = sectionInfo1;
83 suggestionIdentifier2.sectionInfo = sectionInfo1;
88 suggestionIdentifier3.sectionInfo = sectionInfo2;
/dports/games/libretro-scummvm/scummvm-7b1e929/devtools/create_supernova/create_image/
H A Dcreate_image.cpp30 std::ifstream sectionInfo(filename.c_str()); in writeSections() local
31 if (!sectionInfo.is_open()) { in writeSections()
36 sectionInfo >> numSections; in writeSections()
43 sectionInfo >> input; in writeSections()
47 sectionInfo >> input; in writeSections()
51 sectionInfo >> input; in writeSections()
54 sectionInfo >> input; in writeSections()
57 sectionInfo >> input; in writeSections()
60 sectionInfo >> input; in writeSections()
64 sectionInfo >> input; in writeSections()
[all …]
/dports/games/scummvm/scummvm-2.5.1/devtools/create_supernova/create_image/
H A Dcreate_image.cpp30 std::ifstream sectionInfo(filename.c_str()); in writeSections() local
31 if (!sectionInfo.is_open()) { in writeSections()
36 sectionInfo >> numSections; in writeSections()
43 sectionInfo >> input; in writeSections()
47 sectionInfo >> input; in writeSections()
51 sectionInfo >> input; in writeSections()
54 sectionInfo >> input; in writeSections()
57 sectionInfo >> input; in writeSections()
60 sectionInfo >> input; in writeSections()
64 sectionInfo >> input; in writeSections()
[all …]
/dports/audio/fdk-aac/fdk-aac-2.0.2/libAACdec/src/
H A Daacdec_hcr.cpp465 pTmp2 = pHcr->sectionInfo.extendedSortedCodebookIdx; in HcrDecoder()
468 pTmp5 = pHcr->sectionInfo.maxLenOfCbInExtSrtSecIdx; in HcrDecoder()
482 pHcr->sectionInfo.extendedSortedCodebookIdx = pTmp2; in HcrDecoder()
485 pHcr->sectionInfo.maxLenOfCbInExtSrtSecIdx = pTmp5; in HcrDecoder()
529 pHcr->sectionInfo.pNumSortedCodewordInSection; in HcrReorderQuantizedSpectralCoefficients()
689 pHcr->sectionInfo.numCodeword = numCodeword; in HcrCalcNumCodeword()
713 pHcr->sectionInfo.pNumSortedCodewordInSection; in HcrSortCodebookAndNumCodewordInSection()
733 pHcr->sectionInfo.numSortedSection = in HcrSortCodebookAndNumCodewordInSection()
759 pCodebookSwitch = pHcr->sectionInfo.pCodebookSwitch; in HcrSortCodebookAndNumCodewordInSection()
815 pHcr->sectionInfo.pNumSortedCodewordInSection; in HcrPrepareSegmentationGrid()
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/google/gopacket/gopacket-1.1.18/pcapgo/
H A Dngread_test.go48 sectionInfo NgSectionInfo member
101 if !reflect.DeepEqual(sectionInfo, currentSection.sectionInfo) {
207 sectionInfo: NgSectionInfo{
266 sectionInfo: NgSectionInfo{
280 sectionInfo: NgSectionInfo{
301 sectionInfo: NgSectionInfo{
365 sectionInfo: NgSectionInfo{
429 sectionInfo: NgSectionInfo{
495 sectionInfo: NgSectionInfo{
534 sectionInfo: NgSectionInfo{
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/google/gopacket/pcapgo/
H A Dngread_test.go48 sectionInfo NgSectionInfo member
101 if !reflect.DeepEqual(sectionInfo, currentSection.sectionInfo) {
207 sectionInfo: NgSectionInfo{
266 sectionInfo: NgSectionInfo{
280 sectionInfo: NgSectionInfo{
301 sectionInfo: NgSectionInfo{
365 sectionInfo: NgSectionInfo{
429 sectionInfo: NgSectionInfo{
495 sectionInfo: NgSectionInfo{
534 sectionInfo: NgSectionInfo{
[all …]
/dports/misc/fq/fq-0.0.2/vendor/github.com/google/gopacket/pcapgo/
H A Dngread_test.go48 sectionInfo NgSectionInfo member
101 if !reflect.DeepEqual(sectionInfo, currentSection.sectionInfo) {
207 sectionInfo: NgSectionInfo{
266 sectionInfo: NgSectionInfo{
280 sectionInfo: NgSectionInfo{
301 sectionInfo: NgSectionInfo{
365 sectionInfo: NgSectionInfo{
429 sectionInfo: NgSectionInfo{
495 sectionInfo: NgSectionInfo{
534 sectionInfo: NgSectionInfo{
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/google/gopacket/pcapgo/
H A Dngread_test.go48 sectionInfo NgSectionInfo member
102 if !reflect.DeepEqual(sectionInfo, currentSection.sectionInfo) {
209 sectionInfo: NgSectionInfo{
268 sectionInfo: NgSectionInfo{
282 sectionInfo: NgSectionInfo{
303 sectionInfo: NgSectionInfo{
367 sectionInfo: NgSectionInfo{
431 sectionInfo: NgSectionInfo{
497 sectionInfo: NgSectionInfo{
536 sectionInfo: NgSectionInfo{
[all …]
/dports/devel/kpublictransport/kpublictransport-21.12.3/src/lib/backends/
H A Dhafasqueryparser.cpp276 … const auto sectionInfo = reinterpret_cast<const HafasJourneyResponseSection*>(rawData.constData() in parseQueryJourneyResponse() local
280 qDebug() << stringTable.lookup(sectionInfo->lineNameStr) << sectionInfo->type; in parseQueryJourneyResponse()
285 + sectionInfo->departureStationIdx * sizeof(HafasJourneyResponseStation)); in parseQueryJourneyResponse()
294 + sectionInfo->arrivalStationIdx * sizeof(HafasJourneyResponseStation)); in parseQueryJourneyResponse()
304 … section.setScheduledDepartureTime(parseDateTime(baseDate, sectionInfo->scheduledDepartureTime)); in parseQueryJourneyResponse()
305 … section.setScheduledArrivalTime(parseDateTime(baseDate, sectionInfo->scheduledArrivalTime)); in parseQueryJourneyResponse()
315 if (sectionInfo->type == HafasJourneyResponseSectionMode::PublicTransport) { in parseQueryJourneyResponse()
318 line.setName(stringTable.lookup(sectionInfo->lineNameStr).trimmed()); in parseQueryJourneyResponse()
392 } else if (sectionInfo->type == HafasJourneyResponseSectionMode::Walk) { in parseQueryJourneyResponse()
394 …} else if (sectionInfo->type == HafasJourneyResponseSectionMode::Transfer1 || sectionInfo->type ==… in parseQueryJourneyResponse()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_legacy_reporter_adapter.hpp36 void LegacyReporterAdapter::sectionStarting( SectionInfo const& sectionInfo ) { in sectionStarting() argument
37 m_legacyReporter->StartSection( sectionInfo.name, sectionInfo.description ); in sectionStarting()
62 m_legacyReporter->NoAssertionsInSection( sectionStats.sectionInfo.name ); in sectionEnded()
63 m_legacyReporter->EndSection( sectionStats.sectionInfo.name, sectionStats.assertions ); in sectionEnded()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/internal/
H A Dcatch_legacy_reporter_adapter.hpp36 void LegacyReporterAdapter::sectionStarting( SectionInfo const& sectionInfo ) { in sectionStarting() argument
37 m_legacyReporter->StartSection( sectionInfo.name, sectionInfo.description ); in sectionStarting()
62 m_legacyReporter->NoAssertionsInSection( sectionStats.sectionInfo.name ); in sectionEnded()
63 m_legacyReporter->EndSection( sectionStats.sectionInfo.name, sectionStats.assertions ); in sectionEnded()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/internal/
H A Dcatch_legacy_reporter_adapter.hpp36 void LegacyReporterAdapter::sectionStarting( SectionInfo const& sectionInfo ) { in sectionStarting() argument
37 m_legacyReporter->StartSection( sectionInfo.name, sectionInfo.description ); in sectionStarting()
62 m_legacyReporter->NoAssertionsInSection( sectionStats.sectionInfo.name ); in sectionEnded()
63 m_legacyReporter->EndSection( sectionStats.sectionInfo.name, sectionStats.assertions ); in sectionEnded()
/dports/emulators/mame/mame-mame0226/3rdparty/catch/include/internal/
H A Dcatch_legacy_reporter_adapter.hpp36 void LegacyReporterAdapter::sectionStarting( SectionInfo const& sectionInfo ) { in sectionStarting() argument
37 m_legacyReporter->StartSection( sectionInfo.name, sectionInfo.description ); in sectionStarting()
62 m_legacyReporter->NoAssertionsInSection( sectionStats.sectionInfo.name ); in sectionEnded()
63 m_legacyReporter->EndSection( sectionStats.sectionInfo.name, sectionStats.assertions ); in sectionEnded()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/tools/restore/
H A DRestore.cpp141 Uint32 sectionInfo[2]; in readMetaTableList() local
143 if (buffer_read(&sectionInfo, sizeof(sectionInfo), 1) != 1){ in readMetaTableList()
147 sectionInfo[0] = ntohl(sectionInfo[0]); in readMetaTableList()
148 sectionInfo[1] = ntohl(sectionInfo[1]); in readMetaTableList()
164 Uint32 sectionInfo[3]; in readMetaTableDesc() local
167 Uint32 sz = sizeof(sectionInfo) >> 2; in readMetaTableDesc()
177 sectionInfo[0] = ntohl(sectionInfo[0]); in readMetaTableDesc()
178 sectionInfo[1] = ntohl(sectionInfo[1]); in readMetaTableDesc()
179 sectionInfo[2] = ntohl(sectionInfo[2]); in readMetaTableDesc()
192 DictObject obj = { sectionInfo[2], 0 }; in readMetaTableDesc()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/include/reporters/
H A Dcatch_reporter_bases.hpp121 return stats.sectionInfo.lineInfo == other.stats.sectionInfo.lineInfo; in operator ==()
140 return ((node->stats.sectionInfo.name == m_other.name) && in operator ()()
141 (node->stats.sectionInfo.lineInfo == m_other.lineInfo)); in operator ()()
170 virtual void sectionStarting( SectionInfo const& sectionInfo ) CATCH_OVERRIDE { in sectionStarting()
171 SectionStats incompleteStats( sectionInfo, Counts(), 0, false ); in sectionStarting()
183 BySectionInfo( sectionInfo ) ); in sectionStarting()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/include/reporters/
H A Dcatch_reporter_bases.hpp121 return stats.sectionInfo.lineInfo == other.stats.sectionInfo.lineInfo; in operator ==()
140 return ((node->stats.sectionInfo.name == m_other.name) && in operator ()()
141 (node->stats.sectionInfo.lineInfo == m_other.lineInfo)); in operator ()()
170 virtual void sectionStarting( SectionInfo const& sectionInfo ) CATCH_OVERRIDE { in sectionStarting()
171 SectionStats incompleteStats( sectionInfo, Counts(), 0, false ); in sectionStarting()
183 BySectionInfo( sectionInfo ) ); in sectionStarting()
/dports/math/e-antic/Catch2-ff349a5/include/reporters/
H A Dcatch_reporter_bases.hpp121 return stats.sectionInfo.lineInfo == other.stats.sectionInfo.lineInfo; in operator ==()
140 return ((node->stats.sectionInfo.name == m_other.name) && in operator ()()
141 (node->stats.sectionInfo.lineInfo == m_other.lineInfo)); in operator ()()
177 void sectionStarting( SectionInfo const& sectionInfo ) override { in sectionStarting()
178 SectionStats incompleteStats( sectionInfo, Counts(), 0, false ); in sectionStarting()
190 BySectionInfo( sectionInfo ) ); in sectionStarting()

12345678910>>...17