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

  /external/libxcam/modules/soft/
soft_geo_tasks_priv.cpp 63 Uchar luma_uc[8]; local
79 convert_to_uchar_N<float, 8> (luma_value, luma_uc);
83 out_luma->write_array_no_check<8> (out_x, out_y, luma_uc);
104 convert_to_uchar_N<float, 8> (luma_value, luma_uc);
108 out_luma->write_array_no_check<8> (out_x, out_y + 1, luma_uc);
soft_blender_tasks_priv.cpp 222 Uchar luma_uc[8]; local
226 convert_to_uchar_N<float, 8> (luma_blend, luma_uc);
227 out_luma->write_array_no_check<8> (in_x, in_y, luma_uc);
231 convert_to_uchar_N<float, 8> (luma_blend, luma_uc);
232 out_luma->write_array_no_check<8> (in_x, in_y + 1, luma_uc);

Completed in 104 milliseconds