Searched refs:redDither (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dyuv2rgb_template.c167 : "r" (pu - index), "r" (pv - index), "r"(&c->redDither), "r" (py - 2*index) \
182 c->redDither= ff_dither8[(y+1)&1];
237 c->redDither= ff_dither8[(y+1)&1];
H A Dswscale_template.c104 :: "r" (&c->redDither),\
166 :: "r" (&c->redDither),\
257 :: "r" (&c->redDither), \
1048 :: "r" (&c->redDither),
1112 :: "r" (&c->redDither),
1205 "a" (&c->redDither)
1219 "a" (&c->redDither)
1241 "a" (&c->redDither)
1262 "a" (&c->redDither)
1275 "a" (&c->redDither)
[all...]
H A Dswscale_internal.h160 uint64_t redDither __attribute__((aligned(8))); member in struct:SwsContext

Completed in 77 milliseconds