Searched refs:prev_l (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.4.0/src/draw/sw/ |
D | lv_draw_sw_dither.c | 184 lv_scolor24_t next_px_err, prev_l = grad->error_acc[0]; in lv_dither_err_diff_ver() local 194 FS_COMPONENTS3(t, +, next_px_err, 6, prev_l, 1, grad->error_acc[0], 9); in lv_dither_err_diff_ver() 202 FS_COMPONENTS3(t, +, next_px_err, 6, prev_l, 1, grad->error_acc[x], 9); in lv_dither_err_diff_ver() 203 prev_l = grad->error_acc[x]; in lv_dither_err_diff_ver()
|