Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/ppc/
H A Dswscale_vsx.c987 vec_s32 vy32_l, vy32_r, vu32_l, vu32_r, vv32_l, vv32_r, tmp32, tmp32_2; in yuv2rgb_full_1_vsx_template() local
1046 tmp32_2 = vec_mulo(vu, mul4); in yuv2rgb_full_1_vsx_template()
1047 vu32_l = vec_mergeh(tmp32, tmp32_2); in yuv2rgb_full_1_vsx_template()
1048 vu32_r = vec_mergel(tmp32, tmp32_2); in yuv2rgb_full_1_vsx_template()
1050 tmp32_2 = vec_mulo(vv, mul4); in yuv2rgb_full_1_vsx_template()
1051 vv32_l = vec_mergeh(tmp32, tmp32_2); in yuv2rgb_full_1_vsx_template()
1052 vv32_r = vec_mergel(tmp32, tmp32_2); in yuv2rgb_full_1_vsx_template()
1116 vec_s32 vy32_l, vy32_r, vu32_l, vu32_r, vv32_l, vv32_r, tmp32, tmp32_2; in yuv2rgb_1_vsx_template() local
1184 tmp32_2 = vec_mulo(vu, mul4); in yuv2rgb_1_vsx_template()
1185 vu32_l = vec_mergeh(tmp32, tmp32_2); in yuv2rgb_1_vsx_template()
[all...]

Completed in 4 milliseconds