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