Searched refs:jd_yuv_t (Results 1 – 2 of 2) sorted by relevance
19 typedef int16_t jd_yuv_t; typedef21 typedef uint8_t jd_yuv_t;74 jd_yuv_t* mcubuf; /* Working buffer for the MCU */
581 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()