Searched refs:vd_l (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libswscale/ppc/ |
H A D | swscale_vsx.c | 1677 vec_u16 vd_l, vd_r, vcoord16[2]; in hyscale_fast_vsx() local 1744 vd_l = (vec_u16) vec_mergeh(vin, vzero); in hyscale_fast_vsx() 1746 vd_l = vec_sl(vd_l, vshift); in hyscale_fast_vsx() 1749 vd_l = vec_add(vd_l, (vec_u16) vtmp3); in hyscale_fast_vsx() 1752 vec_st((vec_s16) vd_l, 0, &dst[i]); in hyscale_fast_vsx() 1775 vd_l = vec_mergeh(vtmp, vtmp2); \ 1778 vd_l = vec_add(vd_l, vtmp 1793 vec_u16 vd_l, vd_r, vcoord16[2]; hcscale_fast_vsx() local [all...] |
Completed in 4 milliseconds