Searched refs:device_b (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/qcms/src/
H A Dtransform.c252 unsigned char device_b = *src++;
256 float linear_b = transform->input_gamma_table_b[device_b];
386 unsigned char device_b = *src++; local
391 float linear_b = transform->input_gamma_table_b[device_b];
423 unsigned char device_b = *src++; local
429 float linear_b = transform->input_gamma_table_b[device_b];
763 unsigned char device_b = *src++; local
768 float linear_b = transform->input_gamma_table_b[device_b];
802 unsigned char device_b = *src++; local
808 float linear_b = transform->input_gamma_table_b[device_b];
[all...]
H A Dchain.c87 float device_b = *src++ * 255.0f - 128.0f; local
92 float Z = f_1((y - 0.005f * device_b)) * WhitePointZ;
193 float device_b = *src++; local
198 float linear_b = lut_interp_linear_float(device_b,
266 float device_b = *src++;
271 float linear_b = lut_interp_linear_float(device_b,

Completed in 660 milliseconds