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:
@@ -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 ); }
|
||||
|
||||
Reference in New Issue
Block a user