Lines Matching defs:v2g_coeff
550 const vec_s32 v2g_coeff = vec_splats(c->yuv2rgb_v2g_coeff);
643 G_l = vec_mul(vv32_l, v2g_coeff);
647 G_r = vec_mul(vv32_r, v2g_coeff);
708 const vec_s32 v2g_coeff = vec_splats(c->yuv2rgb_v2g_coeff);
783 G_l = vec_mul(vv32_l, v2g_coeff);
787 G_r = vec_mul(vv32_r, v2g_coeff);
830 const vec_s32 v2g_coeff = vec_splats(c->yuv2rgb_v2g_coeff);
919 G_l = vec_mul(vvd32_l, v2g_coeff);
923 G_r = vec_mul(vvd32_r, v2g_coeff);
957 G_l = vec_mul(vvd32_l, v2g_coeff);
961 G_r = vec_mul(vvd32_r, v2g_coeff);
996 const vec_s32 v2g_coeff = vec_splats(c->yuv2rgb_v2g_coeff);
1088 G_l = vec_mul(vv32_l, v2g_coeff);
1092 G_r = vec_mul(vv32_r, v2g_coeff);
1126 const vec_s32 v2g_coeff = vec_splats(c->yuv2rgb_v2g_coeff);
1232 G_l = vec_mul(vvd32_l, v2g_coeff);
1236 G_r = vec_mul(vvd32_r, v2g_coeff);
1272 G_l = vec_mul(vvd32_l, v2g_coeff);
1276 G_r = vec_mul(vvd32_r, v2g_coeff);