Home
last modified time | relevance | path

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

/haiku/src/add-ons/translators/raw/
H A DRAW.cpp139 fOutputProfile(NULL), in DCRaw()
1981 fOutputProfile = (uint32 *)calloc(phead[0], 1); in _ConvertToRGB()
1982 if (fOutputProfile == NULL) in _ConvertToRGB()
1985 memcpy(fOutputProfile, phead, sizeof(phead)); in _ConvertToRGB()
1987 fOutputProfile[4] = fOutputProfile[5]; in _ConvertToRGB()
1989 fOutputProfile[0] = 132 + 12 * pbody[0]; in _ConvertToRGB()
1991 fOutputProfile[fOutputProfile[0] / 4] in _ConvertToRGB()
1993 pbody[i*3+2] = fOutputProfile[0]; in _ConvertToRGB()
1994 fOutputProfile[0] += (pbody[i*3+3] + 3) & -4; in _ConvertToRGB()
1997 memcpy(fOutputProfile + 32, pbody, sizeof(pbody)); in _ConvertToRGB()
[all …]
H A DRAW.h179 uint32* fOutputProfile; variable