Lines Matching refs:v2r_coeff
549 const vec_s32 v2r_coeff = vec_splats(c->yuv2rgb_v2r_coeff);
639 R_l = vec_mul(vv32_l, v2r_coeff);
641 R_r = vec_mul(vv32_r, v2r_coeff);
707 const vec_s32 v2r_coeff = vec_splats(c->yuv2rgb_v2r_coeff);
779 R_l = vec_mul(vv32_l, v2r_coeff);
781 R_r = vec_mul(vv32_r, v2r_coeff);
829 const vec_s32 v2r_coeff = vec_splats(c->yuv2rgb_v2r_coeff);
915 R_l = vec_mul(vvd32_l, v2r_coeff);
917 R_r = vec_mul(vvd32_r, v2r_coeff);
953 R_l = vec_mul(vvd32_l, v2r_coeff);
955 R_r = vec_mul(vvd32_r, v2r_coeff);
995 const vec_s32 v2r_coeff = vec_splats(c->yuv2rgb_v2r_coeff);
1084 R_l = vec_mul(vv32_l, v2r_coeff);
1086 R_r = vec_mul(vv32_r, v2r_coeff);
1125 const vec_s32 v2r_coeff = vec_splats(c->yuv2rgb_v2r_coeff);
1228 R_l = vec_mul(vvd32_l, v2r_coeff);
1230 R_r = vec_mul(vvd32_r, v2r_coeff);
1268 R_l = vec_mul(vvd32_l, v2r_coeff);
1270 R_r = vec_mul(vvd32_r, v2r_coeff);