Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/ppc/
H A Dswscale_vsx.c713 const vec_u32 shift19 = vec_splats(19U); in yuv2rgb_full_2_vsx_template() local
764 tmp3 = vec_sra(tmp3, shift19); in yuv2rgb_full_2_vsx_template()
765 tmp4 = vec_sra(tmp4, shift19); in yuv2rgb_full_2_vsx_template()
835 const vec_u32 shift19 = vec_splats(19U); in yuv2rgb_2_vsx_template() local
894 tmp3 = vec_sra(tmp3, shift19); in yuv2rgb_2_vsx_template()
895 tmp4 = vec_sra(tmp4, shift19); in yuv2rgb_2_vsx_template()
1440 const vec_u32 shift19 = vec_splats(19U); in yuv2422_X_vsx_template() local
1498 vy32[j] = vec_sra(vy32[j], shift19); in yuv2422_X_vsx_template()
1501 vu32[j] = vec_sra(vu32[j], shift19); in yuv2422_X_vsx_template()
1502 vv32[j] = vec_sra(vv32[j], shift19); in yuv2422_X_vsx_template()
1551 const vec_u32 shift19 = vec_splats(19U); yuv2422_2_vsx_template() local
[all...]

Completed in 4 milliseconds