Home
last modified time | relevance | path

Searched refs:vu32 (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/ppc/
Dfdctdsp.c38 #define vu32(v) ((vector unsigned int) (v)) macro
207 mzero = ((vector float) vec_sl(vu32(mzero), vu32(mzero))); in ff_fdct_altivec()
/third_party/ffmpeg/libswscale/ppc/
Dswscale_vsx.c1437 vec_s32 vy32[4], vu32[2], vv32[2], tmp, tmp2, tmp3, tmp4; in yuv2422_X_vsx_template() local
1452 vu32[0] = in yuv2422_X_vsx_template()
1453 vu32[1] = in yuv2422_X_vsx_template()
1484 vu32[0] = vec_adds(vu32[0], tmp3); in yuv2422_X_vsx_template()
1485 vu32[1] = vec_adds(vu32[1], tmp4); in yuv2422_X_vsx_template()
1501 vu32[j] = vec_sra(vu32[j], shift19); in yuv2422_X_vsx_template()
1507 vu = vec_packs(vu32[0], vu32[1]); in yuv2422_X_vsx_template()