Searched refs:macro_block_bytes (Results 1 – 1 of 1) sorted by relevance
144 uint32_t macro_block_bytes; in jpeg_start_encode() local157 macro_block_bytes = (JPEG_HY(sampling) * JPEG_VY(sampling) in jpeg_start_encode()159 total_bytes = macro_block_count * macro_block_bytes; in jpeg_start_encode()241 uint32_t macro_block_bytes; in jpeg_start_decode() local254 macro_block_bytes = (JPEG_HY(sampling) * JPEG_VY(sampling) in jpeg_start_decode()256 total_bytes = macro_block_count * macro_block_bytes; in jpeg_start_decode()
Completed in 4 milliseconds