Searched refs:multiply_coeff_y (Results 1 – 2 of 2) sorted by relevance
/external/libxcam/modules/soft/ |
D | soft_blender_tasks_priv.cpp | 48 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()
|
D | soft_blender_tasks_priv.h | 61 inline void multiply_coeff_y (float *out, const float *in, float coef) { in multiply_coeff_y() function
|