Lines Matching refs:vec_perm
637 const uint8x16_t b = vec_perm(a, above_right, sl1);
638 const uint8x16_t c = vec_perm(b, above_right, sl1);
647 row = vec_perm(row, above_right, sl1);
656 const uint8x16_t b = vec_perm(a, above_right, sl1); in vpx_d45_predictor_16x16_vsx()
657 const uint8x16_t c = vec_perm(b, above_right, sl1); in vpx_d45_predictor_16x16_vsx()
665 row = vec_perm(row, above_right, sl1); in vpx_d45_predictor_16x16_vsx()
674 const uint8x16_t b0 = vec_perm(a0, a1, sl1); in vpx_d45_predictor_32x32_vsx()
675 const uint8x16_t b1 = vec_perm(a1, above_right, sl1); in vpx_d45_predictor_32x32_vsx()
676 const uint8x16_t c0 = vec_perm(b0, b1, sl1); in vpx_d45_predictor_32x32_vsx()
677 const uint8x16_t c1 = vec_perm(b1, above_right, sl1); in vpx_d45_predictor_32x32_vsx()
687 row0 = vec_perm(row0, row1, sl1); in vpx_d45_predictor_32x32_vsx()
688 row1 = vec_perm(row1, above_right, sl1); in vpx_d45_predictor_32x32_vsx()
699 const uint8x16_t b = vec_perm(a, above_right, sl1);
700 const uint8x16_t c = vec_perm(b, above_right, sl1);
712 row0 = vec_perm(row0, above_right, sl1);
713 row1 = vec_perm(row1, above_right, sl1);
723 const uint8x16_t b = vec_perm(a0, above_right, sl1); in vpx_d63_predictor_16x16_vsx()
724 const uint8x16_t c = vec_perm(b, above_right, sl1); in vpx_d63_predictor_16x16_vsx()
734 row0 = vec_perm(row0, above_right, sl1); in vpx_d63_predictor_16x16_vsx()
735 row1 = vec_perm(row1, above_right, sl1); in vpx_d63_predictor_16x16_vsx()
745 const uint8x16_t b0 = vec_perm(a0, a1, sl1); in vpx_d63_predictor_32x32_vsx()
746 const uint8x16_t b1 = vec_perm(a1, above_right, sl1); in vpx_d63_predictor_32x32_vsx()
747 const uint8x16_t c0 = vec_perm(b0, b1, sl1); in vpx_d63_predictor_32x32_vsx()
748 const uint8x16_t c1 = vec_perm(b1, above_right, sl1); in vpx_d63_predictor_32x32_vsx()
762 row0_0 = vec_perm(row0_0, row0_1, sl1); in vpx_d63_predictor_32x32_vsx()
763 row0_1 = vec_perm(row0_1, above_right, sl1); in vpx_d63_predictor_32x32_vsx()
764 row1_0 = vec_perm(row1_0, row1_1, sl1); in vpx_d63_predictor_32x32_vsx()
765 row1_1 = vec_perm(row1_1, above_right, sl1); in vpx_d63_predictor_32x32_vsx()