Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/platform/renesas/
Drcar_jpu.c309 #define HDCTBL_SIZE (ALIGN(JPU_JPEG_HDCTBL_SIZE, \ macro
409 static const unsigned int hdctbl_lum[HDCTBL_SIZE] = {
414 static const unsigned int hdctbl_chr[HDCTBL_SIZE] = {
504 jpu_set_tbl(jpu, JCHTBD(0), hdctbl_lum, HDCTBL_SIZE); in jpu_set_htbl()
506 jpu_set_tbl(jpu, JCHTBD(1), hdctbl_chr, HDCTBL_SIZE); in jpu_set_htbl()