H A 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, mul in yuv2rgb_full_1_vsx_template() 1115 vec_s16 vy, vu, vv, A = vec_splat_s16(0), tmp16; yuv2rgb_1_vsx_template() local 1366 write422(const vec_s16 vy1, const vec_s16 vy2, const vec_s16 vu, const vec_s16 vv, uint8_t *dest, const enum AVPixelFormat target) write422() argument 1436 vec_s16 vy1, vy2, vu, vv; yuv2422_X_vsx_template() local 1547 vec_s16 vy1, vy2, vu, vv; yuv2422_2_vsx_template() local 1576 vec_s16 vy1, vy2, vu, vv, tmp; yuv2422_1_vsx_template() local [all...] |