Searched refs:JPU_JPEG_QTBL_SIZE (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/media/platform/renesas/ |
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, \
|