Lines Matching refs:G_l
433 G_l = vec_max(G_l, zero32); \
440 G_l = vec_min(G_l, rgbclip); \
447 G_l = vec_sr(G_l, shift22); \
453 gd16 = vec_packsu(G_l, G_r); \
538 vec_s32 R_l, R_r, G_l, G_r, B_l, B_r; in yuv2rgb_full_X_vsx_template() local
643 G_l = vec_mul(vv32_l, v2g_coeff); in yuv2rgb_full_X_vsx_template()
645 G_l = vec_add(G_l, vy32_l); in yuv2rgb_full_X_vsx_template()
646 G_l = vec_add(G_l, tmp32); in yuv2rgb_full_X_vsx_template()
695 vec_s32 R_l, R_r, G_l, G_r, B_l, B_r; in yuv2rgb_full_2_vsx_template() local
783 G_l = vec_mul(vv32_l, v2g_coeff); in yuv2rgb_full_2_vsx_template()
785 G_l = vec_add(G_l, vy32_l); in yuv2rgb_full_2_vsx_template()
786 G_l = vec_add(G_l, tmp32); in yuv2rgb_full_2_vsx_template()
817 vec_s32 R_l, R_r, G_l, G_r, B_l, B_r, vud32_l, vud32_r, vvd32_l, vvd32_r; in yuv2rgb_2_vsx_template() local
919 G_l = vec_mul(vvd32_l, v2g_coeff); in yuv2rgb_2_vsx_template()
921 G_l = vec_add(G_l, vy32_l); in yuv2rgb_2_vsx_template()
922 G_l = vec_add(G_l, tmp32); in yuv2rgb_2_vsx_template()
957 G_l = vec_mul(vvd32_l, v2g_coeff); in yuv2rgb_2_vsx_template()
959 G_l = vec_add(G_l, vy32_l); in yuv2rgb_2_vsx_template()
960 G_l = vec_add(G_l, tmp32); in yuv2rgb_2_vsx_template()
988 vec_s32 R_l, R_r, G_l, G_r, B_l, B_r; in yuv2rgb_full_1_vsx_template() local
1088 G_l = vec_mul(vv32_l, v2g_coeff); in yuv2rgb_full_1_vsx_template()
1090 G_l = vec_add(G_l, vy32_l); in yuv2rgb_full_1_vsx_template()
1091 G_l = vec_add(G_l, tmp32); in yuv2rgb_full_1_vsx_template()
1118 vec_s32 R_l, R_r, G_l, G_r, B_l, B_r; in yuv2rgb_1_vsx_template() local
1232 G_l = vec_mul(vvd32_l, v2g_coeff); in yuv2rgb_1_vsx_template()
1234 G_l = vec_add(G_l, vy32_l); in yuv2rgb_1_vsx_template()
1235 G_l = vec_add(G_l, tmp32); in yuv2rgb_1_vsx_template()
1272 G_l = vec_mul(vvd32_l, v2g_coeff); in yuv2rgb_1_vsx_template()
1274 G_l = vec_add(G_l, vy32_l); in yuv2rgb_1_vsx_template()
1275 G_l = vec_add(G_l, tmp32); in yuv2rgb_1_vsx_template()