#include <compression.h>
Public Attributes | |
std::array< std::array< char, 2 >, 5 > | arguments |
std::array< uint, 5 > | cmd_size |
std::array< uint, 5 > | data_size |
Definition at line 55 of file compression.h.
std::array<std::array<char, 2>, 5> yaze::app::gfx::lc_lz2::CompressionCommand::arguments |
Definition at line 57 of file compression.h.
Referenced by yaze::app::gfx::lc_lz2::AddAlternativeCompressionCommand(), yaze::app::gfx::lc_lz2::AddCompressionToChain(), yaze::app::gfx::lc_lz2::CheckAvailableCompressionCommands(), yaze::app::gfx::lc_lz2::CheckByteRepeatV2(), yaze::app::gfx::lc_lz2::CheckByteRepeatV3(), yaze::app::gfx::lc_lz2::CheckIncByteV2(), yaze::app::gfx::lc_lz2::CheckIncByteV3(), yaze::app::gfx::lc_lz2::CheckIntraCopyV2(), yaze::app::gfx::lc_lz2::CheckIntraCopyV3(), yaze::app::gfx::lc_lz2::CheckWordRepeatV2(), yaze::app::gfx::lc_lz2::CheckWordRepeatV3(), yaze::app::gfx::lc_lz2::CompressionCommandAlternativeV2(), and yaze::app::gfx::lc_lz2::CompressV2().
std::array<uint, 5> yaze::app::gfx::lc_lz2::CompressionCommand::cmd_size |
Definition at line 60 of file compression.h.
Referenced by yaze::app::gfx::lc_lz2::AddAlternativeCompressionCommand(), yaze::app::gfx::lc_lz2::AddCompressionToChain(), yaze::app::gfx::lc_lz2::CompressionCommandAlternativeV2(), yaze::app::gfx::lc_lz2::CompressV2(), and yaze::app::gfx::lc_lz2::DetermineBestCompression().
std::array<uint, 5> yaze::app::gfx::lc_lz2::CompressionCommand::data_size |
Definition at line 63 of file compression.h.
Referenced by yaze::app::gfx::lc_lz2::AddCompressionToChain(), yaze::app::gfx::lc_lz2::CheckAvailableCompressionCommands(), yaze::app::gfx::lc_lz2::CheckByteRepeatV2(), yaze::app::gfx::lc_lz2::CheckByteRepeatV3(), yaze::app::gfx::lc_lz2::CheckIncByteV2(), yaze::app::gfx::lc_lz2::CheckIncByteV3(), yaze::app::gfx::lc_lz2::CheckIntraCopyV2(), yaze::app::gfx::lc_lz2::CheckIntraCopyV3(), yaze::app::gfx::lc_lz2::CheckWordRepeatV2(), yaze::app::gfx::lc_lz2::CheckWordRepeatV3(), yaze::app::gfx::lc_lz2::CompressV2(), yaze::app::gfx::lc_lz2::DetermineBestCompression(), and yaze::app::gfx::lc_lz2::ValidateForByteGainV2().