Home
last modified time | relevance | path

Searched refs:uiValue (Results 1 – 25 of 85) sorted by relevance

1234

/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/openh264/src/codec/decoder/core/inc/
H A Ddec_golomb.h107 uiValue >>= 16; in GetPrefixBits()
111 uiValue >>= 8; in GetPrefixBits()
115 if (uiValue & 0xf0) { in GetPrefixBits()
116 uiValue >>= 4; in GetPrefixBits()
132 uint32_t uiValue; in GetLeadingZeroBits() local
135 if (uiValue) { in GetLeadingZeroBits()
140 if (uiValue) { in GetLeadingZeroBits()
145 if (uiValue) { in GetLeadingZeroBits()
150 if (uiValue) { in GetLeadingZeroBits()
227 if (uiValue & 1) in BsGetTrailingBits()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openh264/src/codec/decoder/core/inc/
H A Ddec_golomb.h107 uiValue >>= 16; in GetPrefixBits()
111 uiValue >>= 8; in GetPrefixBits()
115 if (uiValue & 0xf0) { in GetPrefixBits()
116 uiValue >>= 4; in GetPrefixBits()
132 uint32_t uiValue; in GetLeadingZeroBits() local
135 if (uiValue) { in GetLeadingZeroBits()
140 if (uiValue) { in GetLeadingZeroBits()
145 if (uiValue) { in GetLeadingZeroBits()
150 if (uiValue) { in GetLeadingZeroBits()
227 if (uiValue & 1) in BsGetTrailingBits()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openh264/src/codec/decoder/core/inc/
H A Ddec_golomb.h107 uiValue >>= 16; in GetPrefixBits()
111 uiValue >>= 8; in GetPrefixBits()
115 if (uiValue & 0xf0) { in GetPrefixBits()
116 uiValue >>= 4; in GetPrefixBits()
132 uint32_t uiValue; in GetLeadingZeroBits() local
135 if (uiValue) { in GetLeadingZeroBits()
140 if (uiValue) { in GetLeadingZeroBits()
145 if (uiValue) { in GetLeadingZeroBits()
150 if (uiValue) { in GetLeadingZeroBits()
227 if (uiValue & 1) in BsGetTrailingBits()
[all …]
/dports/multimedia/openh264/openh264-2.1.1/codec/decoder/core/inc/
H A Ddec_golomb.h107 uiValue >>= 16; in GetPrefixBits()
111 uiValue >>= 8; in GetPrefixBits()
115 if (uiValue & 0xf0) { in GetPrefixBits()
116 uiValue >>= 4; in GetPrefixBits()
132 uint32_t uiValue; in GetLeadingZeroBits() local
135 if (uiValue) { in GetLeadingZeroBits()
140 if (uiValue) { in GetLeadingZeroBits()
145 if (uiValue) { in GetLeadingZeroBits()
150 if (uiValue) { in GetLeadingZeroBits()
227 if (uiValue & 1) in BsGetTrailingBits()
[all …]
/dports/multimedia/assimp/assimp-5.1.3/contrib/Open3DGC/
H A Do3dgcArithmeticCodec.h277 unsigned long uiValue = acd.decode(mModelValues); in DecodeIntACEGC() local
278 if (uiValue == M) in DecodeIntACEGC()
282 return UIntToInt(uiValue); in DecodeIntACEGC()
291 unsigned long uiValue = acd.decode(mModelValues); in DecodeUIntACEGC() local
292 if (uiValue == M) in DecodeUIntACEGC()
296 return uiValue; in DecodeUIntACEGC()
306 unsigned long uiValue = IntToUInt(predResidual); in EncodeIntACEGC() local
307 if (uiValue < M) in EncodeIntACEGC()
309 ace.encode(uiValue, mModelValues); in EncodeIntACEGC()
325 if (uiValue < M) in EncodeUIntACEGC()
[all …]
/dports/devel/upp/upp/bazaar/plugin/assimp/contrib/Open3DGC/
H A Do3dgcArithmeticCodec.h276 unsigned long uiValue = acd.decode(mModelValues); in DecodeIntACEGC() local
277 if (uiValue == M) in DecodeIntACEGC()
281 return UIntToInt(uiValue); in DecodeIntACEGC()
290 unsigned long uiValue = acd.decode(mModelValues); in DecodeUIntACEGC() local
291 if (uiValue == M) in DecodeUIntACEGC()
295 return uiValue; in DecodeUIntACEGC()
305 unsigned long uiValue = IntToUInt(predResidual); in EncodeIntACEGC() local
306 if (uiValue < M) in EncodeIntACEGC()
308 ace.encode(uiValue, mModelValues); in EncodeIntACEGC()
324 if (uiValue < M) in EncodeUIntACEGC()
[all …]
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/contrib/Open3DGC/
H A Do3dgcArithmeticCodec.h276 unsigned long uiValue = acd.decode(mModelValues); in DecodeIntACEGC() local
277 if (uiValue == M) in DecodeIntACEGC()
281 return UIntToInt(uiValue); in DecodeIntACEGC()
290 unsigned long uiValue = acd.decode(mModelValues); in DecodeUIntACEGC() local
291 if (uiValue == M) in DecodeUIntACEGC()
295 return uiValue; in DecodeUIntACEGC()
305 unsigned long uiValue = IntToUInt(predResidual); in EncodeIntACEGC() local
306 if (uiValue < M) in EncodeIntACEGC()
308 ace.encode(uiValue, mModelValues); in EncodeIntACEGC()
324 if (uiValue < M) in EncodeUIntACEGC()
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/glslang/MachineIndependent/
H A Dattribute.cpp269 uiValue = (unsigned int)value; in handleLoopAttributes()
284 uiValue = (unsigned int)value; in handleLoopAttributes()
294 unsigned uiValue = 0; in handleLoopAttributes() local
314 if (unsignedArgument("min_iterations", uiValue)) in handleLoopAttributes()
315 loop->setMinIterations(uiValue); in handleLoopAttributes()
320 loop->setMaxIterations(uiValue); in handleLoopAttributes()
325 loop->setIterationMultiple(uiValue); in handleLoopAttributes()
329 if (unsignedArgument("peel_count", uiValue)) in handleLoopAttributes()
330 loop->setPeelCount(uiValue); in handleLoopAttributes()
334 if (unsignedArgument("partial_count", uiValue)) in handleLoopAttributes()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/glslang/MachineIndependent/
H A Dattribute.cpp269 uiValue = (unsigned int)value;
284 uiValue = (unsigned int)value;
294 unsigned uiValue = 0;
314 if (unsignedArgument("min_iterations", uiValue))
315 loop->setMinIterations(uiValue);
320 loop->setMaxIterations(uiValue);
325 loop->setIterationMultiple(uiValue);
329 if (unsignedArgument("peel_count", uiValue))
330 loop->setPeelCount(uiValue);
334 if (unsignedArgument("partial_count", uiValue))
[all …]
/dports/devel/love/love-11.3/src/libraries/glslang/glslang/MachineIndependent/
H A Dattribute.cpp267 uiValue = (unsigned int)value; in handleLoopAttributes()
282 uiValue = (unsigned int)value; in handleLoopAttributes()
292 unsigned uiValue = 0; in handleLoopAttributes() local
312 if (unsignedArgument("min_iterations", uiValue)) in handleLoopAttributes()
313 loop->setMinIterations(uiValue); in handleLoopAttributes()
318 loop->setMaxIterations(uiValue); in handleLoopAttributes()
323 loop->setIterationMultiple(uiValue); in handleLoopAttributes()
327 if (unsignedArgument("peel_count", uiValue)) in handleLoopAttributes()
328 loop->setPeelCount(uiValue); in handleLoopAttributes()
332 if (unsignedArgument("partial_count", uiValue)) in handleLoopAttributes()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glslang/src/glslang/MachineIndependent/
H A Dattribute.cpp269 uiValue = (unsigned int)value; in handleLoopAttributes()
284 uiValue = (unsigned int)value; in handleLoopAttributes()
294 unsigned uiValue = 0; in handleLoopAttributes() local
314 if (unsignedArgument("min_iterations", uiValue)) in handleLoopAttributes()
315 loop->setMinIterations(uiValue); in handleLoopAttributes()
320 loop->setMaxIterations(uiValue); in handleLoopAttributes()
325 loop->setIterationMultiple(uiValue); in handleLoopAttributes()
329 if (unsignedArgument("peel_count", uiValue)) in handleLoopAttributes()
330 loop->setPeelCount(uiValue); in handleLoopAttributes()
334 if (unsignedArgument("partial_count", uiValue)) in handleLoopAttributes()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/glslang/glslang/MachineIndependent/
H A Dattribute.cpp269 uiValue = (unsigned int)value; in handleLoopAttributes()
284 uiValue = (unsigned int)value; in handleLoopAttributes()
294 unsigned uiValue = 0; in handleLoopAttributes() local
314 if (unsignedArgument("min_iterations", uiValue)) in handleLoopAttributes()
315 loop->setMinIterations(uiValue); in handleLoopAttributes()
320 loop->setMaxIterations(uiValue); in handleLoopAttributes()
325 loop->setIterationMultiple(uiValue); in handleLoopAttributes()
329 if (unsignedArgument("peel_count", uiValue)) in handleLoopAttributes()
330 loop->setPeelCount(uiValue); in handleLoopAttributes()
334 if (unsignedArgument("partial_count", uiValue)) in handleLoopAttributes()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/glslang/MachineIndependent/
H A Dattribute.cpp269 uiValue = (unsigned int)value; in handleLoopAttributes()
284 uiValue = (unsigned int)value; in handleLoopAttributes()
294 unsigned uiValue = 0; in handleLoopAttributes() local
314 if (unsignedArgument("min_iterations", uiValue)) in handleLoopAttributes()
315 loop->setMinIterations(uiValue); in handleLoopAttributes()
320 loop->setMaxIterations(uiValue); in handleLoopAttributes()
325 loop->setIterationMultiple(uiValue); in handleLoopAttributes()
329 if (unsignedArgument("peel_count", uiValue)) in handleLoopAttributes()
330 loop->setPeelCount(uiValue); in handleLoopAttributes()
334 if (unsignedArgument("partial_count", uiValue)) in handleLoopAttributes()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/glslang/MachineIndependent/
H A Dattribute.cpp269 uiValue = (unsigned int)value; in handleLoopAttributes()
284 uiValue = (unsigned int)value; in handleLoopAttributes()
294 unsigned uiValue = 0; in handleLoopAttributes() local
314 if (unsignedArgument("min_iterations", uiValue)) in handleLoopAttributes()
315 loop->setMinIterations(uiValue); in handleLoopAttributes()
320 loop->setMaxIterations(uiValue); in handleLoopAttributes()
325 loop->setIterationMultiple(uiValue); in handleLoopAttributes()
329 if (unsignedArgument("peel_count", uiValue)) in handleLoopAttributes()
330 loop->setPeelCount(uiValue); in handleLoopAttributes()
334 if (unsignedArgument("partial_count", uiValue)) in handleLoopAttributes()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/glslang/MachineIndependent/
H A Dattribute.cpp269 uiValue = (unsigned int)value; in handleLoopAttributes()
284 uiValue = (unsigned int)value; in handleLoopAttributes()
294 unsigned uiValue = 0; in handleLoopAttributes() local
314 if (unsignedArgument("min_iterations", uiValue)) in handleLoopAttributes()
315 loop->setMinIterations(uiValue); in handleLoopAttributes()
320 loop->setMaxIterations(uiValue); in handleLoopAttributes()
325 loop->setIterationMultiple(uiValue); in handleLoopAttributes()
329 if (unsignedArgument("peel_count", uiValue)) in handleLoopAttributes()
330 loop->setPeelCount(uiValue); in handleLoopAttributes()
334 if (unsignedArgument("partial_count", uiValue)) in handleLoopAttributes()
[all …]
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/glslang/glslang/MachineIndependent/
H A Dattribute.cpp269 uiValue = (unsigned int)value; in handleLoopAttributes()
284 uiValue = (unsigned int)value; in handleLoopAttributes()
294 unsigned uiValue = 0; in handleLoopAttributes() local
314 if (unsignedArgument("min_iterations", uiValue)) in handleLoopAttributes()
315 loop->setMinIterations(uiValue); in handleLoopAttributes()
320 loop->setMaxIterations(uiValue); in handleLoopAttributes()
325 loop->setIterationMultiple(uiValue); in handleLoopAttributes()
329 if (unsignedArgument("peel_count", uiValue)) in handleLoopAttributes()
330 loop->setPeelCount(uiValue); in handleLoopAttributes()
334 if (unsignedArgument("partial_count", uiValue)) in handleLoopAttributes()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/glslang/MachineIndependent/
H A Dattribute.cpp269 uiValue = (unsigned int)value; in handleLoopAttributes()
284 uiValue = (unsigned int)value; in handleLoopAttributes()
294 unsigned uiValue = 0; in handleLoopAttributes() local
314 if (unsignedArgument("min_iterations", uiValue)) in handleLoopAttributes()
315 loop->setMinIterations(uiValue); in handleLoopAttributes()
320 loop->setMaxIterations(uiValue); in handleLoopAttributes()
325 loop->setIterationMultiple(uiValue); in handleLoopAttributes()
329 if (unsignedArgument("peel_count", uiValue)) in handleLoopAttributes()
330 loop->setPeelCount(uiValue); in handleLoopAttributes()
334 if (unsignedArgument("partial_count", uiValue)) in handleLoopAttributes()
[all …]
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/glslang/MachineIndependent/
H A Dattribute.cpp269 uiValue = (unsigned int)value; in handleLoopAttributes()
284 uiValue = (unsigned int)value; in handleLoopAttributes()
294 unsigned uiValue = 0; in handleLoopAttributes() local
314 if (unsignedArgument("min_iterations", uiValue)) in handleLoopAttributes()
315 loop->setMinIterations(uiValue); in handleLoopAttributes()
320 loop->setMaxIterations(uiValue); in handleLoopAttributes()
325 loop->setIterationMultiple(uiValue); in handleLoopAttributes()
329 if (unsignedArgument("peel_count", uiValue)) in handleLoopAttributes()
330 loop->setPeelCount(uiValue); in handleLoopAttributes()
334 if (unsignedArgument("partial_count", uiValue)) in handleLoopAttributes()
[all …]
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/glslang/glslang/MachineIndependent/
H A Dattribute.cpp269 uiValue = (unsigned int)value; in handleLoopAttributes()
284 uiValue = (unsigned int)value; in handleLoopAttributes()
294 unsigned uiValue = 0; in handleLoopAttributes() local
314 if (unsignedArgument("min_iterations", uiValue)) in handleLoopAttributes()
315 loop->setMinIterations(uiValue); in handleLoopAttributes()
320 loop->setMaxIterations(uiValue); in handleLoopAttributes()
325 loop->setIterationMultiple(uiValue); in handleLoopAttributes()
329 if (unsignedArgument("peel_count", uiValue)) in handleLoopAttributes()
330 loop->setPeelCount(uiValue); in handleLoopAttributes()
334 if (unsignedArgument("partial_count", uiValue)) in handleLoopAttributes()
[all …]
/dports/graphics/glslang/glslang-11.7.1/glslang/MachineIndependent/
H A Dattribute.cpp271 uiValue = (unsigned int)value; in handleLoopAttributes()
286 uiValue = (unsigned int)value; in handleLoopAttributes()
296 unsigned uiValue = 0; in handleLoopAttributes() local
316 if (unsignedArgument("min_iterations", uiValue)) in handleLoopAttributes()
317 loop->setMinIterations(uiValue); in handleLoopAttributes()
322 loop->setMaxIterations(uiValue); in handleLoopAttributes()
327 loop->setIterationMultiple(uiValue); in handleLoopAttributes()
331 if (unsignedArgument("peel_count", uiValue)) in handleLoopAttributes()
332 loop->setPeelCount(uiValue); in handleLoopAttributes()
336 if (unsignedArgument("partial_count", uiValue)) in handleLoopAttributes()
[all …]
/dports/www/R-cran-shiny/shiny/R/
H A Dshinyui.R204 uiValue <- NULL functionVar
209 uiValue <- ..stacktraceon..(ui(req))
212 uiValue <- ..stacktraceon..(ui())
218 uiValue <- ui
221 if (is.null(uiValue))
224 if (inherits(uiValue, "httpResponse")) {
225 return(uiValue)
227 html <- renderPage(uiValue, showcaseMode, testMode)
/dports/games/hllib/HLLib/
H A DHLLib.cpp186 hlUInt uiValue = (hlUInt)*pValue; in hlGetIntegerValidate() local
188 *pValue = (hlInt)uiValue; in hlGetIntegerValidate()
199 hlUInt uiValue = 0; in hlGetUnsignedInteger() local
200 hlGetUnsignedIntegerValidate(eOption, &uiValue); in hlGetUnsignedInteger()
201 return uiValue; in hlGetUnsignedInteger()
284 hlULongLong uiValue = (hlLongLong)*pValue; in hlGetLongLongValidate() local
286 *pValue = (hlLongLong)uiValue; in hlGetLongLongValidate()
297 hlULongLong uiValue = 0; in hlGetUnsignedLongLong() local
298 hlGetUnsignedLongLongValidate(eOption, &uiValue); in hlGetUnsignedLongLong()
299 return uiValue; in hlGetUnsignedLongLong()
[all …]
/dports/archivers/hlextract/HLLib/
H A DHLLib.cpp186 hlUInt uiValue = (hlUInt)*pValue; in hlGetIntegerValidate() local
188 *pValue = (hlInt)uiValue; in hlGetIntegerValidate()
199 hlUInt uiValue = 0; in hlGetUnsignedInteger() local
200 hlGetUnsignedIntegerValidate(eOption, &uiValue); in hlGetUnsignedInteger()
201 return uiValue; in hlGetUnsignedInteger()
284 hlULongLong uiValue = (hlLongLong)*pValue; in hlGetLongLongValidate() local
286 *pValue = (hlLongLong)uiValue; in hlGetLongLongValidate()
297 hlULongLong uiValue = 0; in hlGetUnsignedLongLong() local
298 hlGetUnsignedLongLongValidate(eOption, &uiValue); in hlGetUnsignedLongLong()
299 return uiValue; in hlGetUnsignedLongLong()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/openh264/src/codec/decoder/core/src/
H A Dbit_stream.cpp46 uint32_t uiValue = 0; in GetValue4Bytes() local
47 uiValue = (pDstNal[0] << 24) | (pDstNal[1] << 16) | (pDstNal[2] << 8) | (pDstNal[3]); in GetValue4Bytes()
48 return uiValue; in GetValue4Bytes()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openh264/src/codec/decoder/core/src/
H A Dbit_stream.cpp46 uint32_t uiValue = 0; in GetValue4Bytes() local
47 uiValue = (pDstNal[0] << 24) | (pDstNal[1] << 16) | (pDstNal[2] << 8) | (pDstNal[3]); in GetValue4Bytes()
48 return uiValue; in GetValue4Bytes()

1234