Lines Matching defs:y_coeff
547 const vec_s32 y_coeff = vec_splats(c->yuv2rgb_y_coeff);
634 vy32_l = vec_mul(vy32_l, y_coeff);
635 vy32_r = vec_mul(vy32_r, y_coeff);
705 const vec_s32 y_coeff = vec_splats(c->yuv2rgb_y_coeff);
774 vy32_l = vec_mul(vy32_l, y_coeff);
775 vy32_r = vec_mul(vy32_r, y_coeff);
827 const vec_s32 y_coeff = vec_splats(c->yuv2rgb_y_coeff);
904 vy32_l = vec_mul(vy32_l, y_coeff);
905 vy32_r = vec_mul(vy32_r, y_coeff);
942 vy32_l = vec_mul(vy32_l, y_coeff);
943 vy32_r = vec_mul(vy32_r, y_coeff);
993 const vec_s32 y_coeff = vec_splats(c->yuv2rgb_y_coeff);
1079 vy32_l = vec_mul(vy32_l, y_coeff);
1080 vy32_r = vec_mul(vy32_r, y_coeff);
1123 const vec_s32 y_coeff = vec_splats(c->yuv2rgb_y_coeff);
1217 vy32_l = vec_mul(vy32_l, y_coeff);
1218 vy32_r = vec_mul(vy32_r, y_coeff);
1257 vy32_l = vec_mul(vy32_l, y_coeff);
1258 vy32_r = vec_mul(vy32_r, y_coeff);