Searched refs:JPU_JPEG_QTBL_SIZE (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/media/platform/ |
D | rcar_jpu.c | 50 #define JPU_JPEG_QTBL_SIZE 0x40 macro 320 #define QTBL_SIZE (ALIGN(JPU_JPEG_QTBL_SIZE, \ 333 0xff, SOI, 0xff, DQT, 0x00, JPU_JPEG_QTBL_SIZE + 0x3, JPU_JPEG_LUM, \ 335 JPU_JPEG_QTBL_LUM_OFFSET + JPU_JPEG_QTBL_SIZE - 1] = 0x00, \ 336 0xff, DQT, 0x00, JPU_JPEG_QTBL_SIZE + 0x3, JPU_JPEG_CHR, \ 338 JPU_JPEG_QTBL_SIZE - 1] = 0x00, 0xff, SOF0, 0x00, 0x11, 0x08, \
|