Home
last modified time | relevance | path

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

/external/libxcam/modules/soft/
Dsoft_blender_tasks_priv.cpp346 Float2 next_gauss_uv[3]; in interpolate_uv_half_row_4x1() local
347 image->read_array<Float2, 3> (x, y, next_gauss_uv); in interpolate_uv_half_row_4x1()
348 ret[0] = (gauss_value[0] + next_gauss_uv[0]) * 0.5f; in interpolate_uv_half_row_4x1()
349 ret[2] = (gauss_value[1] + next_gauss_uv[1]) * 0.5f; in interpolate_uv_half_row_4x1()
350 Float2 tmp = (gauss_value[2] + next_gauss_uv[2]) * 0.5f; in interpolate_uv_half_row_4x1()