1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Perform rate distortion optimization on frame images.

This commit is contained in:
Bartosz Taudul
2020-04-05 15:04:18 +02:00
parent b19d5731ac
commit f1f4f48c38
4 changed files with 149 additions and 2 deletions
+1
View File
@@ -36,6 +36,7 @@ public:
const char* Unpack( const FrameImage& image );
void Rdo( char* data, size_t blocks );
void FixOrder( char* data, size_t blocks );
uint64_t GetInputBytesCount() const { return m_inputBytes.load( std::memory_order_relaxed ); }