Home
last modified time | relevance | path

Searched refs:vvd32_l (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
912 vvd32_l = vec_perm(vv32_l, vv32_l, doubleleft); in yuv2rgb_2_vsx_template()
915 R_l = vec_mul(vvd32_l, v2r_coeff); in yuv2rgb_2_vsx_template()
919 G_l = vec_mul(vvd32_l, v2g_coeff); in yuv2rgb_2_vsx_template()
950 vvd32_l = vec_perm(vv32_r, vv32_r, doubleleft); in yuv2rgb_2_vsx_template()
953 R_l = vec_mul(vvd32_l, v2r_coeff); in yuv2rgb_2_vsx_template()
957 G_l = vec_mul(vvd32_l, v2g_coeff); in yuv2rgb_2_vsx_template()
1117 vec_s32 vud32_l, vud32_r, vvd32_l, vvd32_r; in yuv2rgb_1_vsx_template() local
1225 vvd32_l = vec_perm(vv32_l, vv32_l, doubleleft); in yuv2rgb_1_vsx_template()
1228 R_l = vec_mul(vvd32_l, v2r_coef in yuv2rgb_1_vsx_template()
[all...]

Completed in 3 milliseconds