Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ evenDown
Function
evenDown
pj_scene2D/core/src/thumbnail_codec.cpp:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
17
namespace {
18
constexpr int evenDown(int v) {
19
return v & ~1;
20
}
21
} // namespace
22
23
JpegThumbnail encodeThumbnailJpeg(const DecodedFrame& src_in, int max_width, int quality) {
Callers
1
encodeThumbnailJpeg
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected