MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / loadLookupTable

Method loadLookupTable

src/cpu_depth_packet_processor.cpp:870–873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

868}
869
870void CpuDepthPacketProcessor::loadLookupTable(const short *lut)
871{
872 std::copy(lut, lut + LUT_SIZE, impl_->lut11to16);
873}
874
875/**
876 * Process a packet.

Callers

nothing calls this directly

Calls 1

copyFunction · 0.85

Tested by

no test coverage detected