Searched defs:Bits (Results 1 – 3 of 3) sorted by relevance
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_jpeg.c | 286 …uint8_t Bits[16]; /*!< bits[k] = # of symbols with codes of length k bits, this parameter c… member 296 …uint8_t Bits[16]; /*!< bits[k] = # of symbols with codes of length k bits, this parameter c… member 2530 static HAL_StatusTypeDef JPEG_Bits_To_SizeCodes(uint8_t *Bits, uint8_t *Huffsize, uint32_t *Huffcod… in JPEG_Bits_To_SizeCodes()
|
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_jpeg.c | 299 uint8_t Bits[16]; /*!< bits[k] = # of symbols with codes of length k bits, member 311 uint8_t Bits[16]; /*!< bits[k] = # of symbols with codes of length k bits, member 2546 static HAL_StatusTypeDef JPEG_Bits_To_SizeCodes(const uint8_t *Bits, uint8_t *Huffsize, uint32_t *H… in JPEG_Bits_To_SizeCodes()
|
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_jpeg.c | 290 …uint8_t Bits[16]; /*!< bits[k] = # of symbols with codes of length k bits, this parameter c… member 300 …uint8_t Bits[16]; /*!< bits[k] = # of symbols with codes of length k bits, this parameter c… member 2525 static HAL_StatusTypeDef JPEG_Bits_To_SizeCodes(uint8_t *Bits, uint8_t *Huffsize, uint32_t *Huffcod… in JPEG_Bits_To_SizeCodes()
|