Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/astc-codec/src/decoder/
H A Dphysical_astc_block.cc537 int num_color_vals = DecodeNumColorValues(astc_bits_); in IsIllegalEncoding() local
538 if (num_color_vals > 18) { in IsIllegalEncoding()
551 const int required_color_bits = ((13 * num_color_vals) + 4) / 5; in IsIllegalEncoding()
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/astc-codec/src/decoder/
H A Dphysical_astc_block.cc537 int num_color_vals = DecodeNumColorValues(astc_bits_); in IsIllegalEncoding() local
538 if (num_color_vals > 18) { in IsIllegalEncoding()
551 const int required_color_bits = ((13 * num_color_vals) + 4) / 5; in IsIllegalEncoding()