mirror of https://github.com/mpv-player/mpv
100l (gcc 3.2 .....)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9478 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
274db98899
commit
d464b1ed03
|
@ -553,9 +553,9 @@ PROLOG(yuv2rgb_c_4b_ordered_dither, uint8_t)
|
||||||
EPILOG(8)
|
EPILOG(8)
|
||||||
|
|
||||||
PROLOG(yuv2rgb_c_1_ordered_dither, uint8_t)
|
PROLOG(yuv2rgb_c_1_ordered_dither, uint8_t)
|
||||||
g= c->table_gU[128] + c->table_gV[128];
|
|
||||||
const uint8_t *d128=dither_8x8_220[y&7];
|
const uint8_t *d128=dither_8x8_220[y&7];
|
||||||
char out_1=0, out_2=0;
|
char out_1=0, out_2=0;
|
||||||
|
g= c->table_gU[128] + c->table_gV[128];
|
||||||
|
|
||||||
#define DST1bpp1(i,o) \
|
#define DST1bpp1(i,o) \
|
||||||
Y = py_1[2*i]; \
|
Y = py_1[2*i]; \
|
||||||
|
|
Loading…
Reference in New Issue