Searched refs:dstv2 (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | mpegvideodsp.c | 50 register vector unsigned char dstv, dstv2, srcvB, srcvC, srcvD; in gmc1_altivec() local 116 dstv2 = vec_pack(tempD, (vector unsigned short) vczero); in gmc1_altivec() 119 dstv2 = vec_perm(dstv, dstv2, vcprm(0, 1, s0, s1)); in gmc1_altivec() 121 dstv2 = vec_perm(dstv, dstv2, vcprm(s0, s1, 2, 3)); in gmc1_altivec() 123 vec_st(dstv2, 0, dst); in gmc1_altivec()
|
Completed in 1 milliseconds