Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/ppc/
H A Dswscale_vsx.c817 vec_s32 R_l, R_r, G_l, G_r, B_l, B_r, vud32_l, vud32_r, vvd32_l, vvd32_r; in yuv2rgb_2_vsx_template() local
911 vud32_r = vec_perm(vu32_l, vu32_l, doubleright); in yuv2rgb_2_vsx_template()
924 tmp32 = vec_mul(vud32_r, u2g_coeff); in yuv2rgb_2_vsx_template()
930 B_r = vec_mul(vud32_r, u2b_coeff); in yuv2rgb_2_vsx_template()
949 vud32_r = vec_perm(vu32_r, vu32_r, doubleright); in yuv2rgb_2_vsx_template()
962 tmp32 = vec_mul(vud32_r, u2g_coeff); in yuv2rgb_2_vsx_template()
968 B_r = vec_mul(vud32_r, u2b_coeff); in yuv2rgb_2_vsx_template()
1117 vec_s32 vud32_l, vud32_r, vvd32_l, vvd32_r; in yuv2rgb_1_vsx_template() local
1224 vud32_r = vec_perm(vu32_l, vu32_l, doubleright); in yuv2rgb_1_vsx_template()
1237 tmp32 = vec_mul(vud32_r, u2g_coef in yuv2rgb_1_vsx_template()
[all...]

Completed in 4 milliseconds