Skip to content

Minor task threading improvements

Reorder the ENTROPY_PROGRESS task between the TILE_ENTROPY and TILE_RECON tasks, instead of after the post-filters.

Split the INIT task to run most of dav1d_decode_frame_init unconditionally by putting the CDF and subsequent initializations in a separate task.

Prioritize the execution of INIT tasks.

https://drive.google.com/drive/folders/1fdOWeDemtlfLmNFYEQwSOyzHQ_NSHBF2?usp=sharing

Merge request reports