Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/ppc/
H A Dswscale_vsx.c550 const vec_s32 v2g_coeff = vec_splats(c->yuv2rgb_v2g_coeff); in yuv2rgb_full_X_vsx_template() local
643 G_l = vec_mul(vv32_l, v2g_coeff); in yuv2rgb_full_X_vsx_template()
647 G_r = vec_mul(vv32_r, v2g_coeff); in yuv2rgb_full_X_vsx_template()
708 const vec_s32 v2g_coeff = vec_splats(c->yuv2rgb_v2g_coeff); in yuv2rgb_full_2_vsx_template() local
783 G_l = vec_mul(vv32_l, v2g_coeff); in yuv2rgb_full_2_vsx_template()
787 G_r = vec_mul(vv32_r, v2g_coeff); in yuv2rgb_full_2_vsx_template()
830 const vec_s32 v2g_coeff = vec_splats(c->yuv2rgb_v2g_coeff); in yuv2rgb_2_vsx_template() local
919 G_l = vec_mul(vvd32_l, v2g_coeff); in yuv2rgb_2_vsx_template()
923 G_r = vec_mul(vvd32_r, v2g_coeff); in yuv2rgb_2_vsx_template()
957 G_l = vec_mul(vvd32_l, v2g_coeff); in yuv2rgb_2_vsx_template()
996 const vec_s32 v2g_coeff = vec_splats(c->yuv2rgb_v2g_coeff); yuv2rgb_full_1_vsx_template() local
1126 const vec_s32 v2g_coeff = vec_splats(c->yuv2rgb_v2g_coeff); yuv2rgb_1_vsx_template() local
[all...]

Completed in 3 milliseconds