Searched refs:v1 (Results 1 – 5 of 5) sorted by relevance
/lvgl-3.7.0/src/extra/libs/sjpg/ |
D | tjpgd.c | 585 int32_t v0, v1, v2, v3, v4, v5, v6, v7; in block_idct() local 592 v1 = src[8 * 2]; in block_idct() 598 t11 = (v1 - v3) * M13 >> 12; in block_idct() 599 v3 += v1; in block_idct() 603 v1 = t11 + t12; in block_idct() 625 src[8 * 1] = v1 + v6; in block_idct() 626 src[8 * 6] = v1 - v6; in block_idct() 639 v1 = src[2]; in block_idct() 645 t11 = (v1 - v3) * M13 >> 12; in block_idct() 646 v3 += v1; in block_idct() [all …]
|
/lvgl-3.7.0/src/misc/ |
D | lv_math.c | 91 uint32_t v1 = (t_rem3 * u0) >> 10; in lv_bezier3() local 96 return v1 + v2 + v3 + v4; in lv_bezier3()
|
/lvgl-3.7.0/src/core/ |
D | lv_obj_style.c | 332 lv_style_value_t v1 = lv_obj_get_style_prop(obj, part, tr_dsc->prop); in _lv_obj_style_create_transition() local 337 if(v1.ptr == v2.ptr && v1.num == v2.num && v1.color.full == v2.color.full) return; in _lv_obj_style_create_transition() 339 v1 = lv_obj_get_style_prop(obj, part, tr_dsc->prop); in _lv_obj_style_create_transition() 343 …lv_style_set_prop(style_trans->style, tr_dsc->prop, v1); /*Be sure `trans_style` has a valid val… in _lv_obj_style_create_transition() 346 if(v1.num == LV_RADIUS_CIRCLE || v2.num == LV_RADIUS_CIRCLE) { in _lv_obj_style_create_transition() 349 if(v1.num == LV_RADIUS_CIRCLE) v1.num = LV_MIN(whalf + 1, hhalf + 1); in _lv_obj_style_create_transition() 357 tr->start_value = v1; in _lv_obj_style_create_transition()
|
/lvgl-3.7.0/docs/get-started/platforms/ |
D | cmake.md | 5 - [MicroPython](https://docs.micropython.org/en/v1.15/develop/cmodules.html)
|
/lvgl-3.7.0/docs/ |
D | CHANGELOG.md | 389 - feat(cmsis-pack): monthly update for April (v1.0.3-alpha) [`3271`](https://github.com/lvgl/lvgl/p…
|