Lines Matching refs:vy
693 vec_s16 vy, vu, vv, A = vec_splat_s16(0); in yuv2rgb_full_2_vsx_template() local
744 SETUP(vy, &buf0[i], vyalpha1, &buf1[i], vyalpha); in yuv2rgb_full_2_vsx_template()
815 vec_s16 vy, vu, vv, A = vec_splat_s16(0); in yuv2rgb_2_vsx_template() local
874 SETUP(vy, &buf0[i * 2], vyalpha1, &buf1[i * 2], vyalpha); in yuv2rgb_2_vsx_template()
936 SETUP(vy, &buf0[i * 2 + 8], vyalpha1, &buf1[i * 2 + 8], vyalpha); in yuv2rgb_2_vsx_template()
986 vec_s16 vy, vu, vv, A = vec_splat_s16(0), tmp16; in yuv2rgb_full_1_vsx_template() local
1033 vy = vec_ld(0, &buf0[i]); in yuv2rgb_full_1_vsx_template()
1034 vy32_l = vec_unpackh(vy); in yuv2rgb_full_1_vsx_template()
1035 vy32_r = vec_unpackl(vy); in yuv2rgb_full_1_vsx_template()
1115 vec_s16 vy, vu, vv, A = vec_splat_s16(0), tmp16; in yuv2rgb_1_vsx_template() local
1171 vy = vec_ld(0, &buf0[i * 2]); in yuv2rgb_1_vsx_template()
1172 vy32_l = vec_unpackh(vy); in yuv2rgb_1_vsx_template()
1173 vy32_r = vec_unpackl(vy); in yuv2rgb_1_vsx_template()
1249 vy = vec_ld(16, &buf0[i * 2]); in yuv2rgb_1_vsx_template() local
1250 vy32_l = vec_unpackh(vy); in yuv2rgb_1_vsx_template()
1251 vy32_r = vec_unpackl(vy); in yuv2rgb_1_vsx_template()