Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/sjpg/
Dtjpgd.c710 const int32_t *dqf; in mcu_load() local
738 dqf = jd->qttbl[jd->qtid[cmp]]; /* De-quantizer table ID for this component */ in mcu_load()
739 …tmp[0] = d * dqf[0] >> 8; /* De-quantize, apply scale factor of Arai algorithm and descale 8 bi… in mcu_load()
757 …tmp[i] = d * dqf[i] >> 8; /* De-quantize, apply scale factor of Arai algorithm and descale 8 bits… in mcu_load()