OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:device_b
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/qcms/src/
transform.c
252
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
...]
chain.c
87
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
,
[
all
...]
Completed in 392 milliseconds