Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/extra/libs/sjpg/
Dtjpgd.h19 typedef int16_t jd_yuv_t; typedef
21 typedef uint8_t jd_yuv_t;
74 jd_yuv_t* mcubuf; /* Working buffer for the MCU */
Dtjpgd.c581 jd_yuv_t* dst /* Pointer to the destination to store the block as byte array */ in block_idct()
709 jd_yuv_t *bp; in mcu_load()
763 d = (jd_yuv_t)((*tmp / 256) + 128); in mcu_load()
798 jd_yuv_t *py, *pc; in mcu_output()
1078 jd->mcubuf = alloc_pool(jd, (n + 2) * 64 * sizeof (jd_yuv_t)); /* Allocate MCU working buffer */ in jd_prepare()