mirror of
https://github.com/mpv-player/mpv
synced 2024-12-19 05:15:12 +00:00
3 lines
127 B
C
3 lines
127 B
C
|
void mp_make_fruit_dither_matrix(float *out_matrix, int size);
|
||
|
void mp_make_ordered_dither_matrix(unsigned char *m, int size);
|