mirror of https://github.com/mpv-player/mpv
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);
|