Searched refs:JPU_JPEG_QTBL_SIZE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/ |
H A 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, \
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/ |
H A D | rcar_jpu.c | 50 #define JPU_JPEG_QTBL_SIZE 0x40 macro 307 #define QTBL_SIZE (ALIGN(JPU_JPEG_QTBL_SIZE, \ 321 JPU_JPEG_QTBL_SIZE + 0x3, JPU_JPEG_LUM, \ 323 JPU_JPEG_QTBL_LUM_OFFSET + JPU_JPEG_QTBL_SIZE - 1] = 0x00, \ 324 0xff, JPEG_MARKER_DQT, 0x00, JPU_JPEG_QTBL_SIZE + 0x3, JPU_JPEG_CHR, \ 326 JPU_JPEG_QTBL_SIZE - 1] = 0x00, \
|
Completed in 5 milliseconds