Home
last modified time | relevance | path

Searched refs:HACTBL_SIZE (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/platform/renesas/
H A Drcar_jpu.c311 #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()