Searched refs:vu32_l (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libswscale/ppc/ |
H A D | swscale_vsx.c | 537 vec_s32 vy32_l, vy32_r, vu32_l, vu32_r, vv32_l, vv32_r, tmp32; in yuv2rgb_full_X_vsx_template() local 589 vu32_l = in yuv2rgb_full_X_vsx_template() 612 vu32_l = vec_adds(vu32_l, tmp3); in yuv2rgb_full_X_vsx_template() 627 vu32_l = vec_sra(vu32_l, shift10); in yuv2rgb_full_X_vsx_template() 644 tmp32 = vec_mul(vu32_l, u2g_coeff); in yuv2rgb_full_X_vsx_template() 652 B_l = vec_mul(vu32_l, u2b_coeff); in yuv2rgb_full_X_vsx_template() 694 vec_s32 vy32_l, vy32_r, vu32_l, vu32_r, vv32_l, vv32_r, tmp32; in yuv2rgb_full_2_vsx_template() local 751 vu32_l in yuv2rgb_full_2_vsx_template() 816 vec_s32 vy32_l, vy32_r, vu32_l, vu32_r, vv32_l, vv32_r, tmp32; yuv2rgb_2_vsx_template() local 987 vec_s32 vy32_l, vy32_r, vu32_l, vu32_r, vv32_l, vv32_r, tmp32, tmp32_2; yuv2rgb_full_1_vsx_template() local 1116 vec_s32 vy32_l, vy32_r, vu32_l, vu32_r, vv32_l, vv32_r, tmp32, tmp32_2; yuv2rgb_1_vsx_template() local [all...] |
Completed in 3 milliseconds