Home
last modified time | relevance | path

Searched refs:Uchar (Results 1 – 5 of 5) sorted by relevance

/external/libxcam/modules/soft/
Dsoft_image.h31 typedef uint8_t Uchar; typedef
265 inline Uchar convert_to_uchar (const T& v) { in convert_to_uchar()
268 return (Uchar)(v + 0.5f); in convert_to_uchar()
272 inline void convert_to_uchar_N (const T *in, Uchar *out) { in convert_to_uchar_N()
291 typedef SoftImage<Uchar> UcharImage;
Dsoft_blender_tasks_priv.cpp66 Uchar out[2]; in gauss_luma_2x2()
222 Uchar luma_uc[8]; in work_range()
253 minus_array_8 (float *orig, float *gauss, Uchar *ret) in minus_array_8()
306 Uchar lap_ret[8]; in interplate_luma_8x2()
395 reconstruct_luma_8x1 (float *lap, float *up_sample, Uchar *result) in reconstruct_luma_8x1()
443 Uchar luma_uchar[8]; in work_range()
Dsoft_geo_tasks_priv.cpp30 static const Uchar zero_luma_byte[8] = {0, 0, 0, 0, 0, 0, 0, 0}; in work_range()
63 Uchar luma_uc[8]; in work_range()
Dsoft_blender.cpp262 std::vector<Uchar> mask_line; in init_first_masks()
280 mask_line[i] = (Uchar)gauss_table[j]; in init_first_masks()
287 Uchar *ptr = orig_mask->get_buf_ptr (0, h); in init_first_masks()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp178 Uchar, enumerator
633 case PrimTy::Uchar: in outputPre()
1684 Ty->Prim = PrimTy::Uchar; in demangleBasicType()