Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/
Drcar_jpu.c331 #define HACTBL_SIZE (ALIGN(JPU_JPEG_HACTBL_SIZE, \ macro
433 static const unsigned int hactbl_lum[HACTBL_SIZE] = {
444 static const unsigned int hactbl_chr[HACTBL_SIZE] = {
519 jpu_set_tbl(jpu, JCHTBA(0), hactbl_lum, HACTBL_SIZE); in jpu_set_htbl()
521 jpu_set_tbl(jpu, JCHTBA(1), hactbl_chr, HACTBL_SIZE); in jpu_set_htbl()