Skip to content

Intra prediction DSP refactoring

Henrik Gramner requested to merge gramner/dav1d:ipred_dsp into master

Reduces overall binary size by around 170 kB.

Only touches the intra_pred function pointer array (e.g. not CFL) for now.

Merge request reports