Home
last modified time | relevance | path

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

/lvgl-3.4.0/src/extra/libs/sjpg/
Dtjpgd.c585 int32_t v0, v1, v2, v3, v4, v5, v6, v7; in block_idct() local
593 v2 = src[8 * 4]; in block_idct()
596 t10 = v0 + v2; /* Process the even elements */ in block_idct()
597 t12 = v0 - v2; in block_idct()
604 v2 = t12 - t11; in block_idct()
627 src[8 * 2] = v2 + v5; in block_idct()
628 src[8 * 5] = v2 - v5; in block_idct()
640 v2 = src[4]; in block_idct()
643 t10 = v0 + v2; /* Process the even elements */ in block_idct()
644 t12 = v0 - v2; in block_idct()
[all …]
/lvgl-3.4.0/src/misc/
Dlv_math.c92 uint32_t v2 = (3 * t_rem2 * t * u1) >> 20; in lv_bezier3() local
96 return v1 + v2 + v3 + v4; in lv_bezier3()
/lvgl-3.4.0/src/core/
Dlv_obj_style.c309 lv_style_value_t v2 = lv_obj_get_style_prop(obj, part, tr_dsc->prop); in _lv_obj_style_create_transition() local
312 if(v1.ptr == v2.ptr && v1.num == v2.num && v1.color.full == v2.color.full) return; in _lv_obj_style_create_transition()
321 if(v1.num == LV_RADIUS_CIRCLE || v2.num == LV_RADIUS_CIRCLE) { in _lv_obj_style_create_transition()
325 if(v2.num == LV_RADIUS_CIRCLE) v2.num = LV_MIN(whalf + 1, hhalf + 1); in _lv_obj_style_create_transition()
333 tr->end_value = v2; in _lv_obj_style_create_transition()
/lvgl-3.4.0/docs/get-started/
Dnuttx.md89 $ sudo openocd -f interface/stlink-v2.cfg -f target/stm32f4x.cfg -c init -c "reset halt" -c "flash …
/lvgl-3.4.0/docs/
DCHANGELOG.md252 - ci switch to codecov v2 [`6b84155`](https://github.com/littlevgl/lvgl/commit/6b841555cd847d07375b…