Home
last modified time | relevance | path

Searched refs:diff_up (Results 1 – 23 of 23) sorted by relevance

/dports/www/phpbb3/phpBB3/phpbb/module/
H A Dmodule_manager.php527 $diff_up = (int) ($module_row['left_id'] - $target['left_id']);
538 $diff_up = (int) ($module_row['right_id'] + 1 - $module_row['left_id']);
548 WHEN left_id BETWEEN {$move_up_left} AND {$move_up_right} THEN -{$diff_up}
552 WHEN right_id BETWEEN {$move_up_left} AND {$move_up_right} THEN -{$diff_up}
/dports/math/octave-forge-signal/signal-1.4.1/src/
H A Dcl2bp_lib.cc249 double err, diff_up, diff_lo; in cl2bp() local
434 err = erru = erro = diff_up = diff_lo = 0; in cl2bp()
438 diff_up = x1[ik] - u[ik]; in cl2bp()
439 if ( diff_up > erru ) { in cl2bp()
440 erru = diff_up; in cl2bp()
/dports/chinese/phpbb3-tw/phpBB3/includes/acp/
H A Dacp_modules.php1026 $diff_up = (int) ($module_row['left_id'] - $target['left_id']);
1037 $diff_up = (int) ($module_row['right_id'] + 1 - $module_row['left_id']);
1047 WHEN left_id BETWEEN {$move_up_left} AND {$move_up_right} THEN -{$diff_up}
1051 WHEN right_id BETWEEN {$move_up_left} AND {$move_up_right} THEN -{$diff_up}
H A Dacp_forums.php1866 $diff_up = $forum_row['left_id'] - $target['left_id'];
1877 $diff_up = $forum_row['right_id'] + 1 - $forum_row['left_id'];
1887 WHEN left_id BETWEEN {$move_up_left} AND {$move_up_right} THEN -{$diff_up}
1891 WHEN right_id BETWEEN {$move_up_left} AND {$move_up_right} THEN -{$diff_up}
/dports/www/phpbb3/phpBB3/phpbb/tree/
H A Dnestedset.php296 $diff_up = (int) $item[$this->column_left_id] - (int) $target[$this->column_left_id];
307 $diff_up = (int) $item[$this->column_right_id] + 1 - (int) $item[$this->column_left_id];
317 WHEN ' . $this->column_left_id . " BETWEEN {$move_up_left} AND {$move_up_right} THEN -{$diff_up}
321 … WHEN ' . $this->column_right_id . " BETWEEN {$move_up_left} AND {$move_up_right} THEN -{$diff_up}
/dports/www/phpbb3/phpBB3/includes/acp/
H A Dacp_forums.php2129 $diff_up = $forum_row['left_id'] - $target['left_id'];
2140 $diff_up = $forum_row['right_id'] + 1 - $forum_row['left_id'];
2150 WHEN left_id BETWEEN {$move_up_left} AND {$move_up_right} THEN -{$diff_up}
2154 WHEN right_id BETWEEN {$move_up_left} AND {$move_up_right} THEN -{$diff_up}
/dports/graphics/freeimage/FreeImage/Source/LibWebP/src/enc/
H A Dpredictor_enc.c105 const int diff_up = MaxDiffBetweenPixels(current, up); in MaxDiffAroundPixel() local
109 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right)); in MaxDiffAroundPixel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebp/src/enc/
H A Dpredictor_enc.c105 const int diff_up = MaxDiffBetweenPixels(current, up); in MaxDiffAroundPixel() local
109 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right)); in MaxDiffAroundPixel()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libwebp-sys2-0.1.2/c_src/src/enc/
H A Dpredictor_enc.c105 const int diff_up = MaxDiffBetweenPixels(current, up); in MaxDiffAroundPixel() local
109 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right)); in MaxDiffAroundPixel()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libwebp/src/enc/
H A Dpredictor_enc.c105 const int diff_up = MaxDiffBetweenPixels(current, up); in MaxDiffAroundPixel() local
109 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right)); in MaxDiffAroundPixel()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libwebp/src/enc/
H A Dpredictor_enc.c105 const int diff_up = MaxDiffBetweenPixels(current, up); in MaxDiffAroundPixel() local
109 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right)); in MaxDiffAroundPixel()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebp/src/enc/
H A Dpredictor_enc.c105 const int diff_up = MaxDiffBetweenPixels(current, up); in MaxDiffAroundPixel() local
109 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right)); in MaxDiffAroundPixel()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/libwebp/src/enc/
H A Dpredictor_enc.c105 const int diff_up = MaxDiffBetweenPixels(current, up); in MaxDiffAroundPixel() local
109 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right)); in MaxDiffAroundPixel()
/dports/www/firefox/firefox-99.0/media/libwebp/src/enc/
H A Dpredictor_enc.c105 const int diff_up = MaxDiffBetweenPixels(current, up); in MaxDiffAroundPixel() local
109 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right)); in MaxDiffAroundPixel()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/WebP/src/enc/
H A Dpredictor_enc.c103 const int diff_up = MaxDiffBetweenPixels(current, up); in MaxDiffAroundPixel() local
107 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right)); in MaxDiffAroundPixel()
/dports/graphics/webp/libwebp-1.2.1/src/enc/
H A Dpredictor_enc.c105 const int diff_up = MaxDiffBetweenPixels(current, up); in MaxDiffAroundPixel() local
109 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right)); in MaxDiffAroundPixel()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/gowebp/libwebp_src/src/enc/
H A Dpredictor_enc.c105 const int diff_up = MaxDiffBetweenPixels(current, up); in MaxDiffAroundPixel() local
109 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right)); in MaxDiffAroundPixel()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libwebp/src/enc/
H A Dpredictor_enc.c105 const int diff_up = MaxDiffBetweenPixels(current, up); in MaxDiffAroundPixel() local
109 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right)); in MaxDiffAroundPixel()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libwebp/src/enc/
H A Dpredictor_enc.c105 const int diff_up = MaxDiffBetweenPixels(current, up); in MaxDiffAroundPixel() local
109 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right)); in MaxDiffAroundPixel()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libwebp/src/enc/
H A Dpredictor_enc.c105 const int diff_up = MaxDiffBetweenPixels(current, up); in MaxDiffAroundPixel() local
109 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right)); in MaxDiffAroundPixel()
/dports/www/zola/zola-0.15.2/cargo-crates/libwebp-sys-0.2.0/vendor/src/enc/
H A Dpredictor_enc.c105 const int diff_up = MaxDiffBetweenPixels(current, up); in MaxDiffAroundPixel() local
109 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right)); in MaxDiffAroundPixel()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libwebp-sys2-0.1.2/c_src/src/enc/
H A Dpredictor_enc.c105 const int diff_up = MaxDiffBetweenPixels(current, up); in MaxDiffAroundPixel() local
109 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right)); in MaxDiffAroundPixel()
/dports/graphics/qt5-imageformats/kde-qtimageformats-5.15.2p3/src/3rdparty/libwebp/src/enc/
H A Dpredictor_enc.c105 const int diff_up = MaxDiffBetweenPixels(current, up); in MaxDiffAroundPixel() local
109 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right)); in MaxDiffAroundPixel()