Searched refs:HACTBL_SIZE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/ |
H A D | rcar_jpu.c | 324 #define HACTBL_SIZE (ALIGN(JPU_JPEG_HACTBL_SIZE, \ macro 426 static const unsigned int hactbl_lum[HACTBL_SIZE] = { 437 static const unsigned int hactbl_chr[HACTBL_SIZE] = { 512 jpu_set_tbl(jpu, JCHTBA(0), hactbl_lum, HACTBL_SIZE); in jpu_set_htbl() 514 jpu_set_tbl(jpu, JCHTBA(1), hactbl_chr, HACTBL_SIZE); in jpu_set_htbl()
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/ |
H A D | rcar_jpu.c | 311 #define HACTBL_SIZE (ALIGN(JPU_JPEG_HACTBL_SIZE, \ macro 419 static const unsigned int hactbl_lum[HACTBL_SIZE] = { 430 static const unsigned int hactbl_chr[HACTBL_SIZE] = { 505 jpu_set_tbl(jpu, JCHTBA(0), hactbl_lum, HACTBL_SIZE); in jpu_set_htbl() 507 jpu_set_tbl(jpu, JCHTBA(1), hactbl_chr, HACTBL_SIZE); in jpu_set_htbl()
|
Completed in 6 milliseconds