Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/
Drcar_jpu.c322 #define HDCTBL_SIZE (ALIGN(JPU_JPEG_HDCTBL_SIZE, \ macro
416 static const unsigned int hdctbl_lum[HDCTBL_SIZE] = {
421 static const unsigned int hdctbl_chr[HDCTBL_SIZE] = {
511 jpu_set_tbl(jpu, JCHTBD(0), hdctbl_lum, HDCTBL_SIZE); in jpu_set_htbl()
513 jpu_set_tbl(jpu, JCHTBD(1), hdctbl_chr, HDCTBL_SIZE); in jpu_set_htbl()