Searched refs:vin2 (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libswscale/ppc/ |
H A D | swscale_vsx.c | 1674 vec_u8 vin, vin2, vperm; in hyscale_fast_vsx() local 1735 vin2 = vec_vsx_ld(1, &src[xx]); in hyscale_fast_vsx() 1736 vin2 = vec_perm(vin2, vin2, vperm); in hyscale_fast_vsx() 1738 vmul = (vec_s8) vec_sub(vin2, vin); in hyscale_fast_vsx() 1765 vin2 = vec_vsx_ld(1, &in[xx]); \ 1766 vin2 = vec_perm(vin2, vin2, vper 1790 vec_u8 vin, vin2, vperm; hcscale_fast_vsx() local [all...] |
Completed in 4 milliseconds