Home
last modified time | relevance | path

Searched refs:convert_int (Results 1 – 4 of 4) sorted by relevance

/external/libxcam/cl_kernel/
Dkernel_retinex.cl78 y_in_lg.x = log_table[convert_int(y_in.x)];
79 y_in_lg.y = log_table[convert_int(y_in.y)];
80 y_in_lg.z = log_table[convert_int(y_in.z)];
81 y_in_lg.w = log_table[convert_int(y_in.w)];
117 y_lg.x += y_in_lg.x - log_table[convert_int(y_ga[i].x)];
118 y_lg.y += y_in_lg.y - log_table[convert_int(y_ga[i].y)];
119 y_lg.z += y_in_lg.z - log_table[convert_int(y_ga[i].z)];
120 y_lg.w += y_in_lg.w - log_table[convert_int(y_ga[i].w)];
Dkernel_bayer_basic.cl53 in_out->s0 = table[clamp(convert_int(in_out->s0 * 255.0f), 0, 255)];
54 in_out->s1 = table[clamp(convert_int(in_out->s1 * 255.0f), 0, 255)];
55 in_out->s2 = table[clamp(convert_int(in_out->s2 * 255.0f), 0, 255)];
56 in_out->s3 = table[clamp(convert_int(in_out->s3 * 255.0f), 0, 255)];
57 in_out->s4 = table[clamp(convert_int(in_out->s4 * 255.0f), 0, 255)];
58 in_out->s5 = table[clamp(convert_int(in_out->s5 * 255.0f), 0, 255)];
59 in_out->s6 = table[clamp(convert_int(in_out->s6 * 255.0f), 0, 255)];
60 in_out->s7 = table[clamp(convert_int(in_out->s7 * 255.0f), 0, 255)];
/external/mesa3d/src/mesa/main/
Dformat_utils.c1390 convert_int(void *void_dst, int num_dst_channels, in convert_int() function
1543 convert_int(void_dst, num_dst_channels, void_src, src_type, in _mesa_swizzle_and_convert()
/external/clang/lib/Headers/
Dopencl-c.h646 int __ovld __cnfn convert_int(char);
656 int __ovld __cnfn convert_int(uchar);
666 int __ovld __cnfn convert_int(short);
676 int __ovld __cnfn convert_int(ushort);
686 int __ovld __cnfn convert_int(int);
696 int __ovld __cnfn convert_int(uint);
706 int __ovld __cnfn convert_int(long);
716 int __ovld __cnfn convert_int(ulong);
726 int __ovld __cnfn convert_int(float);
5116 int __ovld __cnfn convert_int(double);
[all …]