Searched refs:sourceD32 (Results 1 – 1 of 1) sorted by relevance
356 const unsigned int *sourceD32 = reinterpret_cast<const unsigned int*>(source); in LoadImageRow() local361 destF[x] = (float)sourceD32[x] / 0xFFFFFFFF; in LoadImageRow()