Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dobu_parser.cc146 const auto is_twelve_bit = static_cast<bool>(scratch); in ParseColorConfig() local
147 color_config->bitdepth = is_twelve_bit ? 12 : 10; in ParseColorConfig()