Home
last modified time | relevance | path

Searched refs:vshift16 (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libswscale/ppc/
H A Dswscale_vsx.c1695 const vec_u32 vshift16 = vec_splats((uint32_t) 16); in hyscale_fast_vsx() local
1724 vcoord[0] = vec_sr(vcoord[0], vshift16); in hyscale_fast_vsx()
1725 vcoord[1] = vec_sr(vcoord[1], vshift16); in hyscale_fast_vsx()
1726 vcoord[2] = vec_sr(vcoord[2], vshift16); in hyscale_fast_vsx()
1727 vcoord[3] = vec_sr(vcoord[3], vshift16); in hyscale_fast_vsx()
1812 const vec_u32 vshift16 = vec_splats((uint32_t) 16); in hcscale_fast_vsx() local
1839 vcoord[0] = vec_sr(vcoord[0], vshift16); in hcscale_fast_vsx()
1840 vcoord[1] = vec_sr(vcoord[1], vshift16); in hcscale_fast_vsx()
1841 vcoord[2] = vec_sr(vcoord[2], vshift16); in hcscale_fast_vsx()
1842 vcoord[3] = vec_sr(vcoord[3], vshift16); in hcscale_fast_vsx()
[all...]

Completed in 4 milliseconds