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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Dimgresample_altivec.c42 vector signed short zeros, sumhv, sumlv; local
94 sumlv = vec_madds(srclv[0].v, fv[0].v, zeros);
101 sumlv = vec_madds(srclv[1].v, fv[1].v, sumlv);
108 sumlv = vec_madds(srclv[2].v, fv[2].v, sumlv);
115 sumlv = vec_madds(srclv[3].v, fv[3].v, sumlv);
119 dstv = vec_packsu(sumhv, sumlv) ;

Completed in 280 milliseconds