Home
last modified time | relevance | path

Searched refs:highest_bit (Results 1 – 25 of 140) sorted by relevance

123456

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libwebp-sys2-0.1.2/c_src/src/dsp/
H A Dlossless_common.h101 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeBitsNoLUT() local
102 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeBitsNoLUT()
103 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeBitsNoLUT()
104 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeBitsNoLUT()
110 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeNoLUT() local
111 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeNoLUT()
112 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeNoLUT()
114 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeNoLUT()
/dports/www/firefox-esr/firefox-91.8.0/media/libwebp/src/dsp/
H A Dlossless_common.h101 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeBitsNoLUT() local
102 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeBitsNoLUT()
103 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeBitsNoLUT()
104 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeBitsNoLUT()
110 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeNoLUT() local
111 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeNoLUT()
112 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeNoLUT()
114 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeNoLUT()
/dports/www/firefox/firefox-99.0/media/libwebp/src/dsp/
H A Dlossless_common.h101 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeBitsNoLUT() local
102 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeBitsNoLUT()
103 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeBitsNoLUT()
104 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeBitsNoLUT()
110 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeNoLUT() local
111 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeNoLUT()
112 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeNoLUT()
114 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeNoLUT()
/dports/graphics/webp/libwebp-1.2.1/src/dsp/
H A Dlossless_common.h101 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeBitsNoLUT() local
102 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeBitsNoLUT()
103 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeBitsNoLUT()
104 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeBitsNoLUT()
110 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeNoLUT() local
111 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeNoLUT()
112 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeNoLUT()
114 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeNoLUT()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/gowebp/libwebp_src/src/dsp/
H A Dlossless_common.h101 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeBitsNoLUT() local
102 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeBitsNoLUT()
103 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeBitsNoLUT()
104 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeBitsNoLUT()
110 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeNoLUT() local
111 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeNoLUT()
112 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeNoLUT()
114 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeNoLUT()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libwebp/src/dsp/
H A Dlossless_common.h101 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeBitsNoLUT() local
102 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeBitsNoLUT()
103 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeBitsNoLUT()
104 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeBitsNoLUT()
110 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeNoLUT() local
111 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeNoLUT()
112 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeNoLUT()
114 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeNoLUT()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libwebp/src/dsp/
H A Dlossless_common.h101 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeBitsNoLUT() local
102 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeBitsNoLUT()
103 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeBitsNoLUT()
104 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeBitsNoLUT()
110 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeNoLUT() local
111 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeNoLUT()
112 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeNoLUT()
114 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeNoLUT()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libwebp-sys2-0.1.2/c_src/src/dsp/
H A Dlossless_common.h101 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeBitsNoLUT() local
102 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeBitsNoLUT()
103 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeBitsNoLUT()
104 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeBitsNoLUT()
110 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeNoLUT() local
111 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeNoLUT()
112 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeNoLUT()
114 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeNoLUT()
/dports/graphics/freeimage/FreeImage/Source/LibWebP/src/dsp/
H A Dlossless_common.h101 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeBitsNoLUT() local
102 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeBitsNoLUT()
103 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeBitsNoLUT()
104 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeBitsNoLUT()
110 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeNoLUT() local
111 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeNoLUT()
112 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeNoLUT()
114 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeNoLUT()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebp/src/dsp/
H A Dlossless_common.h101 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeBitsNoLUT() local
102 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeBitsNoLUT()
103 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeBitsNoLUT()
104 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeBitsNoLUT()
110 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeNoLUT() local
111 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeNoLUT()
112 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeNoLUT()
114 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeNoLUT()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libwebp/src/dsp/
H A Dlossless_common.h101 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeBitsNoLUT() local
102 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeBitsNoLUT()
103 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeBitsNoLUT()
104 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeBitsNoLUT()
110 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeNoLUT() local
111 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeNoLUT()
112 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeNoLUT()
114 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeNoLUT()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebp/src/dsp/
H A Dlossless_common.h101 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeBitsNoLUT() local
102 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeBitsNoLUT()
103 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeBitsNoLUT()
104 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeBitsNoLUT()
110 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeNoLUT() local
111 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeNoLUT()
112 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeNoLUT()
114 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeNoLUT()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/libwebp/src/dsp/
H A Dlossless_common.h101 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeBitsNoLUT() local
102 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeBitsNoLUT()
103 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeBitsNoLUT()
104 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeBitsNoLUT()
110 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeNoLUT() local
111 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeNoLUT()
112 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeNoLUT()
114 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeNoLUT()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Headers/Private/libwebp/
H A Dlossless_common.h101 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeBitsNoLUT() local
102 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeBitsNoLUT()
103 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeBitsNoLUT()
104 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeBitsNoLUT()
110 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeNoLUT() local
111 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeNoLUT()
112 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeNoLUT()
114 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeNoLUT()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/WebP/src/dsp/
H A Dlossless_common.h101 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeBitsNoLUT() local
102 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeBitsNoLUT()
103 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeBitsNoLUT()
104 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeBitsNoLUT()
110 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeNoLUT() local
111 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeNoLUT()
112 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeNoLUT()
114 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeNoLUT()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libwebp/src/dsp/
H A Dlossless_common.h101 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeBitsNoLUT() local
102 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeBitsNoLUT()
103 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeBitsNoLUT()
104 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeBitsNoLUT()
110 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeNoLUT() local
111 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeNoLUT()
112 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeNoLUT()
114 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeNoLUT()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libwebp/src/dsp/
H A Dlossless_common.h101 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeBitsNoLUT() local
102 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeBitsNoLUT()
103 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeBitsNoLUT()
104 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeBitsNoLUT()
110 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeNoLUT() local
111 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeNoLUT()
112 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeNoLUT()
114 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeNoLUT()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libwebp/src/dsp/
H A Dlossless_common.h101 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeBitsNoLUT() local
102 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeBitsNoLUT()
103 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeBitsNoLUT()
104 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeBitsNoLUT()
110 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeNoLUT() local
111 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeNoLUT()
112 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeNoLUT()
114 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeNoLUT()
/dports/www/zola/zola-0.15.2/cargo-crates/libwebp-sys-0.2.0/vendor/src/dsp/
H A Dlossless_common.h101 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeBitsNoLUT() local
102 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeBitsNoLUT()
103 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeBitsNoLUT()
104 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeBitsNoLUT()
110 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeNoLUT() local
111 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeNoLUT()
112 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeNoLUT()
114 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeNoLUT()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libwebp/src/dsp/
H A Dlossless_common.h101 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeBitsNoLUT() local
102 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeBitsNoLUT()
103 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeBitsNoLUT()
104 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeBitsNoLUT()
110 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeNoLUT() local
111 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeNoLUT()
112 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeNoLUT()
114 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeNoLUT()
/dports/graphics/qt5-imageformats/kde-qtimageformats-5.15.2p3/src/3rdparty/libwebp/src/dsp/
H A Dlossless_common.h101 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeBitsNoLUT() local
102 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeBitsNoLUT()
103 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeBitsNoLUT()
104 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeBitsNoLUT()
110 const int highest_bit = BitsLog2Floor(--distance); in VP8LPrefixEncodeNoLUT() local
111 const int second_highest_bit = (distance >> (highest_bit - 1)) & 1; in VP8LPrefixEncodeNoLUT()
112 *extra_bits = highest_bit - 1; in VP8LPrefixEncodeNoLUT()
114 *code = 2 * highest_bit + second_highest_bit; in VP8LPrefixEncodeNoLUT()
/dports/games/wesnoth/wesnoth-1.14.17/src/units/
H A Did.hpp25 static const size_t highest_bit = static_cast<size_t>(1) << (sizeof(size_t) * 8 - 1); member
28 bool is_fake() const { return (value & highest_bit) != 0; } in is_fake()
32 static unit_id create_fake(size_t val) { return unit_id(val | highest_bit); } in create_fake()
H A Did.cpp29 assert(next_id_ < unit_id::highest_bit); in next_id()
36 assert(fake_id_ < unit_id::highest_bit); in next_fake_id()
/dports/emulators/anese/ANESE-0.9.1/roms/tests/ppu/ppu_read_buffer/source/filler/
H A Dapacker-filler.cc159 while(highest_bit != 0 in GammaScore()
161 highest_bit >>= 1; in GammaScore()
162 if(value & highest_bit) in GammaScore()
163 highest_bit >>= 1; in GammaScore()
168 highest_bit >>= 1; in GammaScore()
169 if(!highest_bit) break; in GammaScore()
923 while(highest_bit != 0 in PrimSendGamma()
925 highest_bit >>= 1; in PrimSendGamma()
926 if(value & highest_bit) in PrimSendGamma()
927 highest_bit >>= 1; in PrimSendGamma()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/ArmPlatformPkg/Scripts/Ds5/
H A Dfirmware_volume.py205 highest_bit = 0x80;
206 while (highest_bit != 0) and ((highest_bit & state) == 0):
207 highest_bit >>= 1
209 return highest_bit

123456