Searched refs:CGU (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dswscale_internal.h185 vector signed short CGU; member in struct:SwsContext
H A Dyuv2rgb_altivec.c263 // uvx = ((CGU*u) + (CGV*v))>>15;
264 uvx = vec_mradds (U, c->CGU, Y);
307 lCGU = c->CGU, \
390 /* uvx = ((CGU*u) + (CGV*v))>>15 */ \
482 lCGU = c->CGU,
554 /* uvx = ((CGU*u) + (CGV*v))>>15 */
773 c->CGU = vec_splat ((vector signed short)buf.vec, 4);

Completed in 97 milliseconds