MCPcopy 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
17namespace {
18constexpr int evenDown(int v) {
19 return v & ~1;
20}
21} // namespace
22
23JpegThumbnail encodeThumbnailJpeg(const DecodedFrame& src_in, int max_width, int quality) {

Callers 1

encodeThumbnailJpegFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected