analysis_cache_ | yaze::gfx::BppFormatManager | private |
AnalyzeColorDepth(const std::vector< uint8_t > &data, int width, int height) | yaze::gfx::BppFormatManager | private |
AnalyzeGraphicsSheet(const std::vector< uint8_t > &sheet_data, int sheet_id, const SnesPalette &palette) | yaze::gfx::BppFormatManager | |
AnalyzeTileUsagePattern(const std::vector< uint8_t > &data, int width, int height, int tile_size) | yaze::gfx::BppFormatManager | private |
BppFormatManager()=default | yaze::gfx::BppFormatManager | private |
cache_memory_usage_ | yaze::gfx::BppFormatManager | private |
CalculateCompressionRatio(const std::vector< uint8_t > &original, const std::vector< uint8_t > &compressed) | yaze::gfx::BppFormatManager | private |
ClearCache() | yaze::gfx::BppFormatManager | |
conversion_cache_ | yaze::gfx::BppFormatManager | private |
conversion_stats_ | yaze::gfx::BppFormatManager | private |
Convert2BppTo8Bpp(const std::vector< uint8_t > &data, int width, int height) | yaze::gfx::BppFormatManager | private |
Convert3BppTo8Bpp(const std::vector< uint8_t > &data, int width, int height) | yaze::gfx::BppFormatManager | private |
Convert4BppTo8Bpp(const std::vector< uint8_t > &data, int width, int height) | yaze::gfx::BppFormatManager | private |
Convert8BppTo2Bpp(const std::vector< uint8_t > &data, int width, int height) | yaze::gfx::BppFormatManager | private |
Convert8BppTo3Bpp(const std::vector< uint8_t > &data, int width, int height) | yaze::gfx::BppFormatManager | private |
Convert8BppTo4Bpp(const std::vector< uint8_t > &data, int width, int height) | yaze::gfx::BppFormatManager | private |
ConvertFormat(const std::vector< uint8_t > &data, BppFormat from_format, BppFormat to_format, int width, int height) | yaze::gfx::BppFormatManager | |
CountUsedColors(const std::vector< uint8_t > &data, int max_colors) | yaze::gfx::BppFormatManager | private |
DetectFormat(const std::vector< uint8_t > &data, int width, int height) | yaze::gfx::BppFormatManager | |
format_info_ | yaze::gfx::BppFormatManager | private |
GenerateCacheKey(const std::vector< uint8_t > &data, BppFormat from_format, BppFormat to_format, int width, int height) | yaze::gfx::BppFormatManager | private |
Get() | yaze::gfx::BppFormatManager | static |
GetAvailableFormats() const | yaze::gfx::BppFormatManager | |
GetConversionStats() const | yaze::gfx::BppFormatManager | |
GetFormatInfo(BppFormat format) const | yaze::gfx::BppFormatManager | |
GetMemoryStats() const | yaze::gfx::BppFormatManager | |
Initialize() | yaze::gfx::BppFormatManager | |
InitializeFormatInfo() | yaze::gfx::BppFormatManager | private |
max_cache_size_ | yaze::gfx::BppFormatManager | private |
OptimizePaletteForFormat(const SnesPalette &palette, BppFormat target_format, const std::vector< int > &used_colors) | yaze::gfx::BppFormatManager | |
~BppFormatManager()=default | yaze::gfx::BppFormatManager | private |