Home
last modified time | relevance | path

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

/external/libxcam/modules/soft/
Dsoft_blender_tasks_priv.cpp395 reconstruct_luma_8x1 (float *lap, float *up_sample, Uchar *result) in reconstruct_luma_8x1() argument
397 #define RECONSTRUCT_UP_SAMPLE(i) result[i] = convert_to_uchar<float>(up_sample[i] + lap[i] * 2.0f -… in reconstruct_luma_8x1()
409 reconstruct_luma_4x1 (Float2 *lap, Float2 *up_sample, Uchar2 *uv_uc) in reconstruct_luma_4x1() argument
412 uv_uc[i].x = convert_to_uchar<float>(up_sample[i].x + lap[i].x * 2.0f - 256.0f); \ in reconstruct_luma_4x1()
413 uv_uc[i].y = convert_to_uchar<float>(up_sample[i].y + lap[i].y * 2.0f - 256.0f) in reconstruct_luma_4x1()