xiph / daala

Modern video compression for the internet
https://xiph.org/daala/
BSD 2-Clause "Simplified" License
544 stars 102 forks source link

parameter in different order #218

Open maddin200 opened 6 years ago

maddin200 commented 6 years ago

\src\dering.c line 252

void od_dering(const od_dering_opt_vtbl vtbl, int16_t y, int ystride, const od_dering_in *x, int xstride, int nhb, int nvb,

dering.h: void od_dering(const od_dering_opt_vtbl vtbl, int16_t y, int ystride, const od_dering_in *x, int xstride, int nvb, int nhb,