Home
last modified time | relevance | path

Searched refs:iLevel (Results 1 – 25 of 1176) sorted by relevance

12345678910>>...48

/dports/biology/clustal-omega/clustal-omega-1.2.4/src/clustal/
H A Dlog.c192 assert(iLevel>=0 && iLevel<=LOG_NUM_LEVELS); in Log()
201 prFunc = prLog->prFunc[iLevel]; in Log()
202 prFP = prLog->prFP[iLevel]; in Log()
225 assert(iLevel>=0 && iLevel<=LOG_NUM_LEVELS); in LogSetFP()
227 prLog->prFP[iLevel] = prFP; in LogSetFP()
241 assert(iLevel>=0 && iLevel<=LOG_NUM_LEVELS); in LogGetFP()
243 return prLog->prFP[iLevel]; in LogGetFP()
275 LogMute(log_t *prLog, int iLevel) in LogMute() argument
277 assert(iLevel>=0 && iLevel<=LOG_NUM_LEVELS); in LogMute()
279 prLog->prFunc[iLevel] = NULL; in LogMute()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/climate/climate_tools/
H A Dgrid_levels_interpolation.cpp469 for(iLevel=1; iLevel<Values.Get_Count()-1; iLevel++) in Get_Values()
536 int iLevel; in Get_Linear_Coeff() local
540 for(iLevel=1; iLevel<m_pVariables->Get_Grid_Count()-1; iLevel++) in Get_Linear_Coeff()
562 hh[0] = Values[iLevel - 1][0]; in Get_Linear_Coeff()
617 int iLevel; in Get_Spline() local
632 iLevel--; in Get_Spline()
637 if( iLevel > 1 ) in Get_Spline()
639 Spline.Add(Values[iLevel - 2][0], Values[iLevel - 2][1]); in Get_Spline()
642 Spline.Add(Values[iLevel - 1][0], Values[iLevel - 1][1]); in Get_Spline()
643 Spline.Add(Values[iLevel ][0], Values[iLevel ][1]); in Get_Spline()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/openfilegdb/
H A Dfilegdbindex.cpp1055 nSubPagesCount[iLevel] = GetUInt32(abyPage[iLevel] + 4, 0); in FindPages()
1064 iLastPageIdx[iLevel] = nSubPagesCount[iLevel]; in FindPages()
1075 iFirstPageIdx[iLevel] = iLastPageIdx[iLevel] = -1; in FindPages()
1243 iFirstPageIdx[iLevel] = iLastPageIdx[iLevel] = nSubPagesCount[iLevel]; in FindPages()
1245 else if( iLastPageIdx[iLevel] < (int)nSubPagesCount[iLevel] ) in FindPages()
1310 if( iLevel == 0 || !LoadNextPage(iLevel - 1) ) in LoadNextPage()
1673 for( GUInt32 iLevel = 0; iLevel < nIndexDepth - 1; iLevel ++ ) in GetMinMaxValue() local
2179 iFirstPageIdx[iLevel] = iLastPageIdx[iLevel] = -1; in FindPages()
2206 nSubPagesCount[iLevel] = GetUInt32(abyPage[iLevel] + 4, 0); in FindPages()
2220 iFirstPageIdx[iLevel] = iLastPageIdx[iLevel] = nSubPagesCount[iLevel]; in FindPages()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/openfilegdb/
H A Dfilegdbindex.cpp1055 nSubPagesCount[iLevel] = GetUInt32(abyPage[iLevel] + 4, 0); in FindPages()
1064 iLastPageIdx[iLevel] = nSubPagesCount[iLevel]; in FindPages()
1075 iFirstPageIdx[iLevel] = iLastPageIdx[iLevel] = -1; in FindPages()
1243 iFirstPageIdx[iLevel] = iLastPageIdx[iLevel] = nSubPagesCount[iLevel]; in FindPages()
1245 else if( iLastPageIdx[iLevel] < (int)nSubPagesCount[iLevel] ) in FindPages()
1310 if( iLevel == 0 || !LoadNextPage(iLevel - 1) ) in LoadNextPage()
1673 for( GUInt32 iLevel = 0; iLevel < nIndexDepth - 1; iLevel ++ ) in GetMinMaxValue() local
2179 iFirstPageIdx[iLevel] = iLastPageIdx[iLevel] = -1; in FindPages()
2206 nSubPagesCount[iLevel] = GetUInt32(abyPage[iLevel] + 4, 0); in FindPages()
2220 iFirstPageIdx[iLevel] = iLastPageIdx[iLevel] = nSubPagesCount[iLevel]; in FindPages()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/openfilegdb/
H A Dfilegdbindex.cpp1055 nSubPagesCount[iLevel] = GetUInt32(abyPage[iLevel] + 4, 0); in FindPages()
1064 iLastPageIdx[iLevel] = nSubPagesCount[iLevel]; in FindPages()
1075 iFirstPageIdx[iLevel] = iLastPageIdx[iLevel] = -1; in FindPages()
1243 iFirstPageIdx[iLevel] = iLastPageIdx[iLevel] = nSubPagesCount[iLevel]; in FindPages()
1245 else if( iLastPageIdx[iLevel] < (int)nSubPagesCount[iLevel] ) in FindPages()
1310 if( iLevel == 0 || !LoadNextPage(iLevel - 1) ) in LoadNextPage()
1673 for( GUInt32 iLevel = 0; iLevel < nIndexDepth - 1; iLevel ++ ) in GetMinMaxValue() local
2179 iFirstPageIdx[iLevel] = iLastPageIdx[iLevel] = -1; in FindPages()
2206 nSubPagesCount[iLevel] = GetUInt32(abyPage[iLevel] + 4, 0); in FindPages()
2220 iFirstPageIdx[iLevel] = iLastPageIdx[iLevel] = nSubPagesCount[iLevel]; in FindPages()
[all …]
/dports/editors/abiword/abiword-3.0.5/plugins/wordperfect/xp/
H A Die_imp_WordPerfect.h53 void setListID(const int iLevel, const UT_uint32 iID) { m_iListIDs[iLevel-1] = iID; } in setListID() argument
54 UT_uint32 getListID(const int iLevel) const { return m_iListIDs[iLevel-1]; } in getListID() argument
55 FL_ListType getListType(const int iLevel) const { return m_listTypes[iLevel-1]; } in getListType() argument
57 void incrementLevelNumber(const int iLevel) { m_iListNumbers[iLevel - 1]++; } in incrementLevelNumber() argument
58 … void setLevelNumber(const int iLevel, const int iNumber) { m_iListNumbers[iLevel - 1] = iNumber; } in setLevelNumber() argument
59 …void setListLeftOffset(const int iLevel, const float listLeftOffset) { m_listLeftOffset[iLevel - 1… in setListLeftOffset() argument
60 …void setListMinLabelWidth(const int iLevel, const float listMinLabelWidth) { m_listMinLabelWidth[i… in setListMinLabelWidth() argument
61 int getLevelNumber(const int iLevel) const { return m_iListNumbers[iLevel - 1]; } in getLevelNumber() argument
62 float getListLeftOffset(const int iLevel) const { return m_listLeftOffset[iLevel - 1]; } in getListLeftOffset() argument
63 float getListMinLabelWidth(const int iLevel) const { return m_listMinLabelWidth[iLevel - 1]; } in getListMinLabelWidth() argument
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/openfilegdb/
H A Dfilegdbindex.cpp973 nSubPagesCount[iLevel] = GetUInt32(abyPage[iLevel] + 4, 0); in FindPages()
982 iLastPageIdx[iLevel] = nSubPagesCount[iLevel]; in FindPages()
993 iFirstPageIdx[iLevel] = iLastPageIdx[iLevel] = -1; in FindPages()
1132 iLastPageIdx[iLevel] = nSubPagesCount[iLevel]; in FindPages()
1144 iLastPageIdx[iLevel] = nSubPagesCount[iLevel]; in FindPages()
1160 iFirstPageIdx[iLevel] = iLastPageIdx[iLevel] = nSubPagesCount[iLevel]; in FindPages()
1162 else if( iLastPageIdx[iLevel] < (int)nSubPagesCount[iLevel] ) in FindPages()
1200 nPage = GetUInt32(abyPage[iLevel] + 8, iCurPageIdx[iLevel]); in ReadPageNumber()
1217 if( iLevel == 0 || !LoadNextPage(iLevel - 1) ) in LoadNextPage()
1223 iCurPageIdx[iLevel] = (bAscending) ? iFirstPageIdx[iLevel] : in LoadNextPage()
[all …]
/dports/editors/abiword/abiword-3.0.5/plugins/opendocument/exp/xp/
H A DODe_HeadingSearcher_Listener.cpp55 for (UT_sint32 iLevel = 1; iLevel <= 4; iLevel++) { in openTOC() local
60 UT_UTF8String sSourceStyle = UT_UTF8String_sprintf("toc-source-style%d", iLevel); in openTOC()
63 m_rAuxiliaryData.m_headingStyles.addStyleName(pValue, iLevel); in openTOC()
67 m_rAuxiliaryData.m_headingStyles.addStyleName(pProp->getInitial(), iLevel); in openTOC()
71 UT_UTF8String sDestStyle = UT_UTF8String_sprintf("toc-dest-style%u", iLevel); in openTOC()
77 destStyle = fl_TOCLayout::getDefaultDestStyle(iLevel); in openTOC()
78 m_rAuxiliaryData.m_mDestStyles[iLevel] = destStyle; in openTOC()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/diagnostics/
H A Dlogswitch.cs23 internal volatile LoggingLevels iLevel; field in System.Diagnostics.LogSwitch
48 iLevel = LoggingLevels.ErrorLevel; in LogSwitch()
49 iOldLevel = iLevel; in LogSwitch()
67 iLevel = LoggingLevels.ErrorLevel; in LogSwitch()
68 iOldLevel = iLevel; in LogSwitch()
103 get { return iLevel; }
109 iLevel = value;
113 Log.ModifyLogSwitch ((int)iLevel, strName, strParentName);
115 Log.InvokeLogSwitchLevelHandlers (this, iLevel);
124 if (iLevel > level) in CheckLevel()
/dports/devel/codeworker/CodeWorker4_5_3/
H A DUtlTrace.h31 #define UTLTRACE_METHOD(iLevel, sClass, sMethod) UtlTrace traceInstance(iLevel, sClass, sMethod) argument
32 #define UTLTRACE_TEXT(iLevel, sText) if (UtlTrace::isValidLevel(iLevel)) UtlTrace::traceText(__FILE… argument
75 UtlTrace(int iLevel, const char* sClass, const char* sMethod);
82 static void setUpperLevel(int iLevel) { _iUpperLevel = iLevel; } in setUpperLevel() argument
83 …static bool isValidLevel(int iLevel) { return (iLevel >= getLowerLevel()) && (iLevel <= getUpperLe… in isValidLevel() argument
86 static void traceFormat(int iLevel, const char* sFormat, ...);
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/openh264/src/codec/common/src/
H A DwelsCodecTrace.cpp70 void welsCodecTrace::StaticCodecTrace (void* pCtx, const int32_t iLevel, const char* Str_Format, va… in StaticCodecTrace() argument
72 self->CodecTrace (iLevel, Str_Format, vl); in StaticCodecTrace()
75 void welsCodecTrace::CodecTrace (const int32_t iLevel, const char* Str_Format, va_list vl) { in CodecTrace() argument
76 if (m_iTraceLevel < iLevel) { in CodecTrace()
83 m_fpTrace (m_pTraceCtx, iLevel, pBuf); in CodecTrace()
91 void welsCodecTrace::SetTraceLevel (const int32_t iLevel) { in SetTraceLevel() argument
92 if (iLevel >= 0) in SetTraceLevel()
93 m_iTraceLevel = iLevel; in SetTraceLevel()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openh264/src/codec/common/src/
H A DwelsCodecTrace.cpp70 void welsCodecTrace::StaticCodecTrace (void* pCtx, const int32_t iLevel, const char* Str_Format, va… in StaticCodecTrace() argument
72 self->CodecTrace (iLevel, Str_Format, vl); in StaticCodecTrace()
75 void welsCodecTrace::CodecTrace (const int32_t iLevel, const char* Str_Format, va_list vl) { in CodecTrace() argument
76 if (m_iTraceLevel < iLevel) { in CodecTrace()
83 m_fpTrace (m_pTraceCtx, iLevel, pBuf); in CodecTrace()
91 void welsCodecTrace::SetTraceLevel (const int32_t iLevel) { in SetTraceLevel() argument
92 if (iLevel >= 0) in SetTraceLevel()
93 m_iTraceLevel = iLevel; in SetTraceLevel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openh264/src/codec/common/src/
H A DwelsCodecTrace.cpp70 void welsCodecTrace::StaticCodecTrace (void* pCtx, const int32_t iLevel, const char* Str_Format, va… in StaticCodecTrace() argument
72 self->CodecTrace (iLevel, Str_Format, vl); in StaticCodecTrace()
75 void welsCodecTrace::CodecTrace (const int32_t iLevel, const char* Str_Format, va_list vl) { in CodecTrace() argument
76 if (m_iTraceLevel < iLevel) { in CodecTrace()
83 m_fpTrace (m_pTraceCtx, iLevel, pBuf); in CodecTrace()
91 void welsCodecTrace::SetTraceLevel (const int32_t iLevel) { in SetTraceLevel() argument
92 if (iLevel >= 0) in SetTraceLevel()
93 m_iTraceLevel = iLevel; in SetTraceLevel()
/dports/multimedia/openh264/openh264-2.1.1/codec/common/src/
H A DwelsCodecTrace.cpp70 void welsCodecTrace::StaticCodecTrace (void* pCtx, const int32_t iLevel, const char* Str_Format, va… in StaticCodecTrace() argument
72 self->CodecTrace (iLevel, Str_Format, vl); in StaticCodecTrace()
75 void welsCodecTrace::CodecTrace (const int32_t iLevel, const char* Str_Format, va_list vl) { in CodecTrace() argument
76 if (m_iTraceLevel < iLevel) { in CodecTrace()
83 m_fpTrace (m_pTraceCtx, iLevel, pBuf); in CodecTrace()
91 void welsCodecTrace::SetTraceLevel (const int32_t iLevel) { in SetTraceLevel() argument
92 if (iLevel >= 0) in SetTraceLevel()
93 m_iTraceLevel = iLevel; in SetTraceLevel()
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/common/
H A DLFOTriangleIntMath.h53 iLevel += c; in render()
54 const int iSign = (iLevel >> signshifts) | 1; in render()
56 return normalizer * (float) (iSign * iLevel); in render()
58 return normalizer * (float) (iSign * iLevel) + offset; in render()
112 iLevel = (FlipPhase) ? 0 : intLimit >> 1; in trigger()
115 iLevel = (FlipPhase) ? intLimit / 4 * 3 : intLimit >> 2; in trigger()
118 iLevel = (FlipPhase) ? intLimit >> 1 : 0; in trigger()
132 unsigned int uiPhase = intLimit * phase + iLevel; in setPhase()
133 if (uiPhase > intLimit / 2) iLevel = uiPhase - intLimit; in setPhase()
134 else iLevel = uiPhase; in setPhase()
[all …]
/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/encode/
H A Dsegenc.c254 iLevel = pCoeffs[pScan[1].uScan]; in AdaptiveScanZero()
255 if (iLevel) { in AdaptiveScanZero()
265 if (iLevel) { in AdaptiveScanZero()
381 pResidual[pScan[1].uScan] = (iLevel ^ iTemp) * 4 + (6 & iTemp) + (iLevel != 0); in AdaptiveScan()
387 iLevel = pCoeffs[sk]; in AdaptiveScan()
410 pResidual[sk] = (iLevel ^ iTemp) * 4 + (6 & iTemp) + (iLevel != 0); in AdaptiveScan()
437 iLevel = ((iLevel + iTemp) >> iTrimBits) - iTemp; // round towards zero in AdaptiveScan()
439 pResidual[pScan[1].uScan] = (iLevel ^ iTemp) * 4 + (6 & iTemp) + (iLevel != 0); in AdaptiveScan()
444 iLevel = pCoeffs[sk]; in AdaptiveScan()
463 iLevel = ((iLevel + iTemp) >> iTrimBits) - iTemp; // round towards zero in AdaptiveScan()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pds/
H A Disis2dataset.cpp1027 VSILFILE *fpLabel, unsigned int iLevel, unsigned int & nWritingBytes, in WriteQUBE_Information() argument
1034 nWritingBytes += ISIS2Dataset::WriteKeyword( fpLabel, iLevel, "OBJECT", "QUBE"); in WriteQUBE_Information()
1035 iLevel++; in WriteQUBE_Information()
1036 nWritingBytes += ISIS2Dataset::WriteKeyword( fpLabel, iLevel, "AXES", "3"); in WriteQUBE_Information()
1075 nWritingBytes += ISIS2Dataset::WriteKeyword( fpLabel, iLevel, "CORE_BASE", "0.0"); in WriteQUBE_Information()
1078 nWritingBytes += ISIS2Dataset::WriteKeyword( fpLabel, iLevel, "SUFFIX_BYTES", "4"); in WriteQUBE_Information()
1080 iLevel--; in WriteQUBE_Information()
1081 nWritingBytes += ISIS2Dataset::WriteKeyword( fpLabel, iLevel, "END_OBJECT", "QUBE"); in WriteQUBE_Information()
1115 unsigned int iLevel(0); in WriteLabel() local
1165 VSILFILE *fpLabel, unsigned int iLevel, CPLString key, CPLString value) in WriteKeyword() argument
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pds/
H A Disis2dataset.cpp1005 VSILFILE *fpLabel, unsigned int iLevel, unsigned int & nWritingBytes, in WriteQUBE_Information() argument
1012 nWritingBytes += ISIS2Dataset::WriteKeyword( fpLabel, iLevel, "OBJECT", "QUBE"); in WriteQUBE_Information()
1013 iLevel++; in WriteQUBE_Information()
1014 nWritingBytes += ISIS2Dataset::WriteKeyword( fpLabel, iLevel, "AXES", "3"); in WriteQUBE_Information()
1053 nWritingBytes += ISIS2Dataset::WriteKeyword( fpLabel, iLevel, "CORE_BASE", "0.0"); in WriteQUBE_Information()
1056 nWritingBytes += ISIS2Dataset::WriteKeyword( fpLabel, iLevel, "SUFFIX_BYTES", "4"); in WriteQUBE_Information()
1058 iLevel--; in WriteQUBE_Information()
1093 const unsigned int iLevel(0); in WriteLabel() local
1144 VSILFILE *fpLabel, unsigned int iLevel, CPLString key, CPLString value) in WriteKeyword() argument
1148 iLevel *= 4; // each struct is indented by 4 spaces. in WriteKeyword()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/pds/
H A Disis2dataset.cpp1005 VSILFILE *fpLabel, unsigned int iLevel, unsigned int & nWritingBytes, in WriteQUBE_Information() argument
1012 nWritingBytes += ISIS2Dataset::WriteKeyword( fpLabel, iLevel, "OBJECT", "QUBE"); in WriteQUBE_Information()
1013 iLevel++; in WriteQUBE_Information()
1014 nWritingBytes += ISIS2Dataset::WriteKeyword( fpLabel, iLevel, "AXES", "3"); in WriteQUBE_Information()
1053 nWritingBytes += ISIS2Dataset::WriteKeyword( fpLabel, iLevel, "CORE_BASE", "0.0"); in WriteQUBE_Information()
1056 nWritingBytes += ISIS2Dataset::WriteKeyword( fpLabel, iLevel, "SUFFIX_BYTES", "4"); in WriteQUBE_Information()
1058 iLevel--; in WriteQUBE_Information()
1093 const unsigned int iLevel(0); in WriteLabel() local
1144 VSILFILE *fpLabel, unsigned int iLevel, CPLString key, CPLString value) in WriteKeyword() argument
1148 iLevel *= 4; // each struct is indented by 4 spaces. in WriteKeyword()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pds/
H A Disis2dataset.cpp1005 VSILFILE *fpLabel, unsigned int iLevel, unsigned int & nWritingBytes, in WriteQUBE_Information() argument
1012 nWritingBytes += ISIS2Dataset::WriteKeyword( fpLabel, iLevel, "OBJECT", "QUBE"); in WriteQUBE_Information()
1013 iLevel++; in WriteQUBE_Information()
1014 nWritingBytes += ISIS2Dataset::WriteKeyword( fpLabel, iLevel, "AXES", "3"); in WriteQUBE_Information()
1053 nWritingBytes += ISIS2Dataset::WriteKeyword( fpLabel, iLevel, "CORE_BASE", "0.0"); in WriteQUBE_Information()
1056 nWritingBytes += ISIS2Dataset::WriteKeyword( fpLabel, iLevel, "SUFFIX_BYTES", "4"); in WriteQUBE_Information()
1058 iLevel--; in WriteQUBE_Information()
1093 const unsigned int iLevel(0); in WriteLabel() local
1144 VSILFILE *fpLabel, unsigned int iLevel, CPLString key, CPLString value) in WriteKeyword() argument
1148 iLevel *= 4; // each struct is indented by 4 spaces. in WriteKeyword()
[all …]
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_RTF.h375 UT_uint32 iLevel);
383 bool isTab(UT_uint32 iLevel);
388 bool getDeleted(UT_uint32 iLevel);
389 bool isBoldChanged(UT_uint32 iLevel);
390 bool getBold(UT_uint32 iLevel);
392 bool getItalic(UT_uint32 iLevel);
394 bool getUnderline(UT_uint32 iLevel);
396 bool getStrikeout(UT_uint32 iLevel);
398 bool getSuperscript(UT_uint32 iLevel);
402 bool getSubscript(UT_uint32 iLevel);
[all …]
/dports/multimedia/jmref/JM/lencod/src/
H A Dhme_luma.c86 int iLevel, iWidth, iHeight; in GetHMEIntImagesLuma() local
89 for(iLevel=0; iLevel<iPyramidLevels; iLevel++) in GetHMEIntImagesLuma()
91 iWidth = size_x>>iLevel; in GetHMEIntImagesLuma()
92 iHeight = size_y>>iLevel; in GetHMEIntImagesLuma()
94 fillHMEIntImageMargin(cImgInt[iLevel], iWidth, iHeight, IMG_PAD_SIZE_X, IMG_PAD_SIZE_Y); in GetHMEIntImagesLuma()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/openh264/src/test/encoder/
H A DEncUT_EncoderMbAux.cpp22 WelsScan4x4Ac_c (iLevel, iDctA); in TEST()
23 EXPECT_EQ (iLevel[0], iDctB[1]); in TEST()
24 EXPECT_EQ (iLevel[1], iDctB[4]); in TEST()
25 EXPECT_EQ (iLevel[2], iDctB[8]); in TEST()
26 EXPECT_EQ (iLevel[3], iDctB[5]); in TEST()
27 EXPECT_EQ (iLevel[4], iDctB[2]); in TEST()
28 EXPECT_EQ (iLevel[5], iDctB[3]); in TEST()
29 EXPECT_EQ (iLevel[6], iDctB[6]); in TEST()
38 EXPECT_EQ (iLevel[15], 0); in TEST()
39 FREE_MEMORY (iLevel); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openh264/src/test/encoder/
H A DEncUT_EncoderMbAux.cpp22 WelsScan4x4Ac_c (iLevel, iDctA); in TEST()
23 EXPECT_EQ (iLevel[0], iDctB[1]); in TEST()
24 EXPECT_EQ (iLevel[1], iDctB[4]); in TEST()
25 EXPECT_EQ (iLevel[2], iDctB[8]); in TEST()
26 EXPECT_EQ (iLevel[3], iDctB[5]); in TEST()
27 EXPECT_EQ (iLevel[4], iDctB[2]); in TEST()
28 EXPECT_EQ (iLevel[5], iDctB[3]); in TEST()
29 EXPECT_EQ (iLevel[6], iDctB[6]); in TEST()
38 EXPECT_EQ (iLevel[15], 0); in TEST()
39 FREE_MEMORY (iLevel); in TEST()
[all …]
/dports/multimedia/openh264/openh264-2.1.1/test/encoder/
H A DEncUT_EncoderMbAux.cpp22 WelsScan4x4Ac_c (iLevel, iDctA); in TEST()
23 EXPECT_EQ (iLevel[0], iDctB[1]); in TEST()
24 EXPECT_EQ (iLevel[1], iDctB[4]); in TEST()
25 EXPECT_EQ (iLevel[2], iDctB[8]); in TEST()
26 EXPECT_EQ (iLevel[3], iDctB[5]); in TEST()
27 EXPECT_EQ (iLevel[4], iDctB[2]); in TEST()
28 EXPECT_EQ (iLevel[5], iDctB[3]); in TEST()
29 EXPECT_EQ (iLevel[6], iDctB[6]); in TEST()
38 EXPECT_EQ (iLevel[15], 0); in TEST()
39 FREE_MEMORY (iLevel); in TEST()
[all …]

12345678910>>...48