Searched refs:macro_block_count (Results 1 – 1 of 1) sorted by relevance
107 uint32_t macro_block_count, in jpeg_config_interal_regs() argument122 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() local156 …macro_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() local253 …macro_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