tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

enc_debug_tree.h (495B)


      1 // Copyright (c) the JPEG XL Project Authors. All rights reserved.
      2 //
      3 // Use of this source code is governed by a BSD-style
      4 // license that can be found in the LICENSE file.
      5 
      6 #ifndef LIB_JXL_MODULAR_ENCODING_ENC_DEBUG_TREE_H_
      7 #define LIB_JXL_MODULAR_ENCODING_ENC_DEBUG_TREE_H_
      8 
      9 #include <string>
     10 
     11 #include "lib/jxl/modular/encoding/dec_ma.h"
     12 
     13 namespace jxl {
     14 
     15 void PrintTree(const Tree &tree, const std::string &path);
     16 
     17 }  // namespace jxl
     18 
     19 #endif  // LIB_JXL_MODULAR_ENCODING_ENC_DEBUG_TREE_H_