Make Dav1dFrameContext smaller
frame_hdr is >8kb (mostly because of int row_start_sb[1025] and the col counterpart), and so is tile[256];. See if we can make it smaller or reorder members to reduce page faults.
frame_hdr is >8kb (mostly because of int row_start_sb[1025] and the col counterpart), and so is tile[256];. See if we can make it smaller or reorder members to reduce page faults.
VideoLAN code repository instance