You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Block is devided by height. Width is the same for each block, block height can be estimated by block_height = height / block_count which is aligned to 16 (subsampling YUV420) or 8 others.
Checklist
Issue or Suggestion Description
for (int block_cnt = 0; block_cnt < process_count; block_cnt++)
{
ret = jpeg_dec_process(jpeg_dec, jpeg_io);
if (ret != JPEG_ERR_OK)
{
goto jpeg_dec_failed;
}
}
In the code above, how do you know the corresponding position and width and height of each block
The text was updated successfully, but these errors were encountered: