Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/draw/sw/
Dlv_draw_sw_dither.c114 #define FS_COMPUTE_ERROR(e) { coef[0] = (e<<3) - e; coef[1] = (e<<2) - e; coef[2] = (e<<2) + e; coe… in lv_dither_err_diff_hor() macro
131 FS_COMPUTE_ERROR(error.r); in lv_dither_err_diff_hor()
137 FS_COMPUTE_ERROR(error.g); in lv_dither_err_diff_hor()
143 FS_COMPUTE_ERROR(error.b); in lv_dither_err_diff_hor()