Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/tjpgd/
Dtjpgd.h20 typedef int16_t jd_yuv_t; typedef
22 typedef uint8_t jd_yuv_t;
81 jd_yuv_t * mcubuf; /* Working buffer for the MCU */
Dtjpgd.c613 jd_yuv_t * dst /* Pointer to the destination to store the block as byte array */ in block_idct()
743 jd_yuv_t * bp; in jd_mcu_load()
800 d = (jd_yuv_t)((*tmp / 256) + 128); in jd_mcu_load()
837 jd_yuv_t * py, * pc; in jd_mcu_output()
1062 … jd->mcubuf = alloc_pool(jd, (n + 2) * 64 * sizeof(jd_yuv_t)); /* Allocate MCU working buffer */ in jd_prepare()