Searched refs:pc (Results 1 – 11 of 11) sorted by relevance
8 pc-simulator
798 jd_yuv_t *py, *pc; in mcu_output() local820 pc = py = jd->mcubuf; in mcu_output()822 pc += 64 * 4 + (iy >> 1) * 8; in mcu_output()825 pc += mx * 8 + iy * 8; in mcu_output()829 cb = pc[0] - 128; /* Get Cb/Cr component and remove offset */ in mcu_output()830 cr = pc[64] - 128; in mcu_output()833 pc += ix & 1; /* Step forward chroma pointer every two pixels */ in mcu_output()835 pc++; /* Step forward chroma pointer every pixel */ in mcu_output()895 pc = jd->mcubuf + mx * my; in mcu_output()896 cb = pc[0] - 128; /* Get Cb/Cr component and restore right level */ in mcu_output()[all …]
19 - [ ] Reproduce the issue in a [Simulator](https://docs.lvgl.io/latest/en/html/get-started/pc-simul…
7 4. Set up a [Simulator](https://docs.lvgl.io/master/get-started/platforms/pc-simulator.html) (10 mi…
12 Go to the [Simulators](/get-started/pc-simulator) section to get ready-to-use projects that can be …
49 * 支持[模拟器](https://docs.lvgl.io/master/get-started/platforms/pc-simulator.html)仿真,可以无硬件依托进行开发127 4. 学习如何使用[模拟器](https://docs.lvgl.io/master/get-started/platforms/pc-simulator.html)来在电脑上仿真LVGL(10分钟)
47 * [Simulator](https://docs.lvgl.io/master/get-started/platforms/pc-simulator.html) to develop on PC…124 4. Set up a [Simulator](https://docs.lvgl.io/master/get-started/platforms/pc-simulator.html) (10 mi…
44 * [Simulador](https://docs.lvgl.io/master/get-started/platforms/pc-simulator.html) para desenvolver…140 4. Configure um [simulador](https://docs.lvgl.io/master/get-started/platforms/pc-simulator.html) (1…
182 Have you already started using LVGL in a [Simulator](/get-started/platforms/pc-simulator), a develo…
430 - docs(pc-simulator): add MDK with FastModel [`3318`](https://github.com/lvgl/lvgl/pull/3318)
3980 short pc = LODEPNG_ABS(a + b - c - c); in paethPredictor() local3983 return (pc < pa) ? c : a; in paethPredictor()