24 #ifndef PXR_BASE_TF_FAST_COMPRESSION_H
25 #define PXR_BASE_TF_FAST_COMPRESSION_H
65 size_t compressedSize,
size_t maxOutputSize);
71 #endif // PXR_BASE_TF_FAST_COMPRESSION_H
static TF_API size_t CompressToBuffer(char const *input, char *compressed, size_t inputSize)
static TF_API size_t DecompressFromBuffer(char const *compressed, char *output, size_t compressedSize, size_t maxOutputSize)
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
static TF_API size_t GetCompressedBufferSize(size_t inputSize)
#define PXR_NAMESPACE_CLOSE_SCOPE
static TF_API size_t GetMaxInputSize()