| 828 | } |
| 829 | |
| 830 | void OpenCLKdeDepthPacketProcessor::loadXZTables(const float *xtable, const float *ztable) |
| 831 | { |
| 832 | impl_->fill_xz_tables(xtable, ztable); |
| 833 | } |
| 834 | |
| 835 | void OpenCLKdeDepthPacketProcessor::loadLookupTable(const short *lut) |
| 836 | { |
nothing calls this directly
no test coverage detected