Searched refs:vvd32_r (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libswscale/ppc/ |
H A D | swscale_vsx.c | 817 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 913 vvd32_r = vec_perm(vv32_l, vv32_l, doubleright); in yuv2rgb_2_vsx_template() 917 R_r = vec_mul(vvd32_r, v2r_coeff); in yuv2rgb_2_vsx_template() 923 G_r = vec_mul(vvd32_r, v2g_coeff); in yuv2rgb_2_vsx_template() 951 vvd32_r = vec_perm(vv32_r, vv32_r, doubleright); in yuv2rgb_2_vsx_template() 955 R_r = vec_mul(vvd32_r, v2r_coeff); in yuv2rgb_2_vsx_template() 961 G_r = vec_mul(vvd32_r, v2g_coeff); in yuv2rgb_2_vsx_template() 1117 vec_s32 vud32_l, vud32_r, vvd32_l, vvd32_r; in yuv2rgb_1_vsx_template() local 1226 vvd32_r = vec_perm(vv32_l, vv32_l, doubleright); in yuv2rgb_1_vsx_template() 1230 R_r = vec_mul(vvd32_r, v2r_coef in yuv2rgb_1_vsx_template() [all...] |
Completed in 5 milliseconds