Searched refs:quant2 (Results 1 – 1 of 1) sorted by relevance
57 int quant2 = FloatToInt( alpha2, 15 ); in CompressAlphaDxt3() local65 quant2 = 0; in CompressAlphaDxt3()68 bytes[i] = ( u8 )( quant1 | ( quant2 << 4 ) ); in CompressAlphaDxt3()