Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/ppc/
H A Dswscale_vsx.c1437 vec_s32 vy32[4], vu32[2], vv32[2], tmp, tmp2, tmp3, tmp4; in yuv2422_X_vsx_template() local
1454 vv32[0] = in yuv2422_X_vsx_template()
1455 vv32[1] = start; in yuv2422_X_vsx_template()
1493 vv32[0] = vec_adds(vv32[0], tmp3); in yuv2422_X_vsx_template()
1494 vv32[1] = vec_adds(vv32[1], tmp4); in yuv2422_X_vsx_template()
1502 vv32[j] = vec_sra(vv32[j], shift19); in yuv2422_X_vsx_template()
1508 vv = vec_packs(vv32[ in yuv2422_X_vsx_template()
[all...]

Completed in 4 milliseconds