Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/Squish/
H A Dalpha.cpp57 int quant2 = FloatToInt( alpha2, 15 ); in CompressAlphaDxt3() local
65 quant2 = 0; in CompressAlphaDxt3()
68 bytes[i] = ( u8 )( quant1 | ( quant2 << 4 ) ); in CompressAlphaDxt3()