Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/
Drcar_jpu.c324 #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()