Home
last modified time | relevance | path

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

/external/libxcam/modules/soft/
Dsoft_blender_tasks_priv.cpp281 …alf_row_8x1 (UcharImage* image, uint32_t fixed_x, uint32_t next_y, float *last_gauss_v, float* ret) in interpolate_luma_half_row_8x1() argument
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()