D | swscale_vsx.c | 693 vec_s16 vy, vu, vv, A = vec_splat_s16(0); in yuv2rgb_full_2_vsx_template() local 748 SETUP(vu, &ubuf0[i], vuvalpha1, &ubuf1[i], vuvalpha); in yuv2rgb_full_2_vsx_template() 815 vec_s16 vy, vu, vv, A = vec_splat_s16(0); in yuv2rgb_2_vsx_template() local 878 SETUP(vu, &ubuf0[i], vuvalpha1, &ubuf1[i], vuvalpha); in yuv2rgb_2_vsx_template() 986 vec_s16 vy, vu, vv, A = vec_splat_s16(0), tmp16; in yuv2rgb_full_1_vsx_template() local 1039 vu = vec_ld(0, &ubuf0[i]); in yuv2rgb_full_1_vsx_template() 1042 vu = (vec_s16) vec_sub((vec_u16) vu, sub7); in yuv2rgb_full_1_vsx_template() 1045 tmp32 = vec_mule(vu, mul4); in yuv2rgb_full_1_vsx_template() 1046 tmp32_2 = vec_mulo(vu, mul4); in yuv2rgb_full_1_vsx_template() 1055 vu = vec_add(vu, tmp16); in yuv2rgb_full_1_vsx_template() [all …]
|