Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/
Drcar_jpu.c320 #define QTBL_SIZE (ALIGN(JPU_JPEG_QTBL_SIZE, \ macro
362 static const unsigned int qtbl_lum[JPU_MAX_QUALITY][QTBL_SIZE] = {
389 static const unsigned int qtbl_chr[JPU_MAX_QUALITY][QTBL_SIZE] = {
505 jpu_set_tbl(jpu, JCQTBL(0), qtbl_lum[quality], QTBL_SIZE); in jpu_set_qtbl()
506 jpu_set_tbl(jpu, JCQTBL(1), qtbl_chr[quality], QTBL_SIZE); in jpu_set_qtbl()