Searched refs:tmpBufSize (Results 1 – 1 of 1) sorted by relevance
9371 size_t tmpBufSize, size_t inLen, int num_channels, in DecompressPiz() argument9374 if (inLen == tmpBufSize) { in DecompressPiz()9427 std::vector<unsigned short> tmpBuffer(tmpBufSize); in DecompressPiz()9469 applyLut(lut.data(), &tmpBuffer.at(0), static_cast<int>(tmpBufSize)); in DecompressPiz()