Home
last modified time | relevance | path

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

/external/libxcam/modules/soft/
Dsoft_blender_tasks_priv.cpp48 multiply_coeff_y (sum0, line, coeffs[0]); in gauss_luma_2x2()
50 multiply_coeff_y (sum0, line, coeffs[1]); in gauss_luma_2x2()
52 multiply_coeff_y (sum0, line, coeffs[2]); in gauss_luma_2x2()
53 multiply_coeff_y (sum1, line, coeffs[0]); in gauss_luma_2x2()
55 multiply_coeff_y (sum0, line, coeffs[3]); in gauss_luma_2x2()
56 multiply_coeff_y (sum1, line, coeffs[1]); in gauss_luma_2x2()
58 multiply_coeff_y (sum0, line, coeffs[4]); in gauss_luma_2x2()
59 multiply_coeff_y (sum1, line, coeffs[2]); in gauss_luma_2x2()
61 multiply_coeff_y (sum1, line, coeffs[3]); in gauss_luma_2x2()
63 multiply_coeff_y (sum1, line, coeffs[4]); in gauss_luma_2x2()
Dsoft_blender_tasks_priv.h61 inline void multiply_coeff_y (float *out, const float *in, float coef) { in multiply_coeff_y() function