Home
last modified time | relevance | path

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

/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_jpeg.c1106 uint32_t hMCU; in HAL_JPEG_ConfigEncoding() local
1244 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()
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_jpeg.c1122 uint32_t hMCU; in HAL_JPEG_ConfigEncoding() local
1260 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()