Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_jpeg_drv.c107 uint32_t macro_block_count, in jpeg_config_interal_regs() argument
122 ptr->IMGREG2 = JPEG_IMGREG2_NMCU_SET(macro_block_count - 1); in jpeg_config_interal_regs()
143 uint32_t macro_block_count; in jpeg_start_encode() local
156macro_block_count = jpeg_calculate_macro_block_count(config->width_in_pixel, config->height_in_pix… in jpeg_start_encode()
159 total_bytes = macro_block_count * macro_block_bytes; in jpeg_start_encode()
187 jpeg_config_interal_regs(ptr, false, macro_block_count, config->jpeg_format); in jpeg_start_encode()
240 uint32_t macro_block_count; in jpeg_start_decode() local
253macro_block_count = jpeg_calculate_macro_block_count(config->width_in_pixel, config->height_in_pix… in jpeg_start_decode()
256 total_bytes = macro_block_count * macro_block_bytes; in jpeg_start_decode()
282 jpeg_config_interal_regs(ptr, true, macro_block_count, config->jpeg_format); in jpeg_start_decode()

Completed in 5 milliseconds