Searched refs:dstUint (Results 1 – 1 of 1) sorted by relevance
567 unsigned int* dstUint = reinterpret_cast<unsigned int*>(dst); in convertUInt_24_8() local572 dstUint[0] = (d & 0xFFFFFF00) | (s & 0xFF); in convertUInt_24_8()612 unsigned int* dstUint = reinterpret_cast<unsigned int*>(dst); in convertUInt_2_10_10_10_rev() local621 dstUint[0] = (a & 0xC0000000) | (b & 0x3FF00000) | (g & 0x000FFC00) | (r & 0x000003FF); in convertUInt_2_10_10_10_rev()