Home
last modified time | relevance | path

Searched refs:is_twelve_bit (Results 1 – 1 of 1) sorted by relevance

/external/libgav1/src/
Dobu_parser.cc147 const bool is_twelve_bit = scratch != 0; in ParseColorConfig() local
148 color_config->bitdepth = is_twelve_bit ? 12 : 10; in ParseColorConfig()