HomeSort by relevance Sort by last modified time
    Searched refs:s15Fixed16Number_to_float (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/qcms/src/
transform_util.c 281 result.m[0][0] = s15Fixed16Number_to_float(p->redColorant.X);
282 result.m[0][1] = s15Fixed16Number_to_float(p->greenColorant.X);
283 result.m[0][2] = s15Fixed16Number_to_float(p->blueColorant.X);
284 result.m[1][0] = s15Fixed16Number_to_float(p->redColorant.Y);
285 result.m[1][1] = s15Fixed16Number_to_float(p->greenColorant.Y);
286 result.m[1][2] = s15Fixed16Number_to_float(p->blueColorant.Y);
287 result.m[2][0] = s15Fixed16Number_to_float(p->redColorant.Z);
288 result.m[2][1] = s15Fixed16Number_to_float(p->greenColorant.Z);
289 result.m[2][2] = s15Fixed16Number_to_float(p->blueColorant.Z);
chain.c 36 result.m[0][0] = s15Fixed16Number_to_float(lut->e00);
37 result.m[0][1] = s15Fixed16Number_to_float(lut->e01);
38 result.m[0][2] = s15Fixed16Number_to_float(lut->e02);
39 result.m[1][0] = s15Fixed16Number_to_float(lut->e10);
40 result.m[1][1] = s15Fixed16Number_to_float(lut->e11);
41 result.m[1][2] = s15Fixed16Number_to_float(lut->e12);
42 result.m[2][0] = s15Fixed16Number_to_float(lut->e20);
43 result.m[2][1] = s15Fixed16Number_to_float(lut->e21);
44 result.m[2][2] = s15Fixed16Number_to_float(lut->e22);
57 result.m[0][0] = s15Fixed16Number_to_float(lut->e00)
    [all...]
iccread.c 272 rX = s15Fixed16Number_to_float(profile->redColorant.X);
273 rY = s15Fixed16Number_to_float(profile->redColorant.Y);
274 rZ = s15Fixed16Number_to_float(profile->redColorant.Z);
276 gX = s15Fixed16Number_to_float(profile->greenColorant.X);
277 gY = s15Fixed16Number_to_float(profile->greenColorant.Y);
278 gZ = s15Fixed16Number_to_float(profile->greenColorant.Z);
280 bX = s15Fixed16Number_to_float(profile->blueColorant.X);
281 bY = s15Fixed16Number_to_float(profile->blueColorant.Y);
282 bZ = s15Fixed16Number_to_float(profile->blueColorant.Z);
380 matrix.m[i/3][i%3] = s15Fixed16Number_to_float(read_s15Fixed16Number(src, offset+8+i*4))
    [all...]
qcmsint.h 261 static inline float s15Fixed16Number_to_float(s15Fixed16Number a)

Completed in 161 milliseconds