Searched refs:CRV (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.h183 vector signed short CRV; member in struct:SwsContext
H A Dyuv2rgb_altivec.c259 // vx = (CRV*(v<<c->CSHIFT)+0x4000)>>15;
261 *R = vec_mradds (vx, c->CRV, Y);
305 lCRV = c->CRV, \
384 /* vx = (CRV*(v<<CSHIFT)+0x4000)>>15; */ \
480 lCRV = c->CRV,
549 /* vx = (CRV*(v<<CSHIFT)+0x4000)>>15; */
771 c->CRV = vec_splat ((vector signed short)buf.vec, 2);

Completed in 29 milliseconds