Home
last modified time | relevance | path

Searched refs:coords_all_1s (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.cc524 bool coords_all_1s = true; in IsIllegalEncoding() local
526 coords_all_1s &= coord == ((1 << 13) - 1); in IsIllegalEncoding()
529 if (!coords_all_1s && (coords[0] >= coords[1] || coords[2] >= coords[3])) { in IsIllegalEncoding()
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/astc-codec/src/decoder/
H A Dphysical_astc_block.cc524 bool coords_all_1s = true; in IsIllegalEncoding() local
526 coords_all_1s &= coord == ((1 << 13) - 1); in IsIllegalEncoding()
529 if (!coords_all_1s && (coords[0] >= coords[1] || coords[2] >= coords[3])) { in IsIllegalEncoding()