Searched refs:hMCU (Results 1 – 3 of 3) sorted by relevance
1106 uint32_t hMCU; in HAL_JPEG_ConfigEncoding() local1244 hMCU = (hjpeg->Conf.ImageWidth / hfactor); in HAL_JPEG_ConfigEncoding()1247 hMCU++; /*+1 for horizontal incomplete MCU */ in HAL_JPEG_ConfigEncoding()1256 numberMCU = (hMCU * vMCU) - 1UL; /* Bit Field JPEG_CONFR2_NMCU shall be set to NB_MCU - 1*/ in HAL_JPEG_ConfigEncoding()
1135 uint32_t hMCU; in HAL_JPEG_ConfigEncoding() local1273 hMCU = (hjpeg->Conf.ImageWidth / hfactor); in HAL_JPEG_ConfigEncoding()1276 hMCU++; /*+1 for horizontal incomplete MCU */ in HAL_JPEG_ConfigEncoding()1285 numberMCU = (hMCU * vMCU) - 1UL; /* Bit Field JPEG_CONFR2_NMCU shall be set to NB_MCU - 1*/ in HAL_JPEG_ConfigEncoding()
1122 uint32_t hMCU; in HAL_JPEG_ConfigEncoding() local1260 hMCU = (hjpeg->Conf.ImageWidth / hfactor); in HAL_JPEG_ConfigEncoding()1263 hMCU++; /*+1 for horizontal incomplete MCU */ in HAL_JPEG_ConfigEncoding()1272 numberMCU = (hMCU * vMCU) - 1UL; /* Bit Field JPEG_CONFR2_NMCU shall be set to NB_MCU - 1*/ in HAL_JPEG_ConfigEncoding()