Home
last modified time | relevance | path

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

/external/libxcam/modules/soft/
Dsoft_blender_tasks_priv.cpp283 float next_gauss_v[5]; in interpolate_luma_half_row_8x1() local
285 image->read_array<float, 5> (fixed_x, next_y, next_gauss_v); in interpolate_luma_half_row_8x1()
286 ret[0] = (last_gauss_v[0] + next_gauss_v[0]) / 2.0f; in interpolate_luma_half_row_8x1()
287 ret[2] = (last_gauss_v[1] + next_gauss_v[1]) / 2.0f; in interpolate_luma_half_row_8x1()
288 ret[4] = (last_gauss_v[2] + next_gauss_v[2]) / 2.0f; in interpolate_luma_half_row_8x1()
289 ret[6] = (last_gauss_v[3] + next_gauss_v[3]) / 2.0f; in interpolate_luma_half_row_8x1()
290 tmp = (last_gauss_v[4] + next_gauss_v[4]) / 2.0f; in interpolate_luma_half_row_8x1()