Lines Matching refs:tp3
889 uint16_t tp0, tp1, tp2, tp3; in avc_chroma_hz_and_aver_dst_2x4_msa() local
904 tp3 = LH(dst + 3 * stride); in avc_chroma_hz_and_aver_dst_2x4_msa()
908 dst_data = (v16u8) __msa_insert_h((v8i16) dst_data, 3, tp3); in avc_chroma_hz_and_aver_dst_2x4_msa()
973 uint32_t tp0, tp1, tp2, tp3; in avc_chroma_hz_and_aver_dst_4x4_msa() local
985 LW4(dst, stride, tp0, tp1, tp2, tp3); in avc_chroma_hz_and_aver_dst_4x4_msa()
986 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst_data); in avc_chroma_hz_and_aver_dst_4x4_msa()
1002 uint32_t tp0, tp1, tp2, tp3; in avc_chroma_hz_and_aver_dst_4x8_msa() local
1014 LW4(dst, stride, tp0, tp1, tp2, tp3); in avc_chroma_hz_and_aver_dst_4x8_msa()
1015 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0); in avc_chroma_hz_and_aver_dst_4x8_msa()
1016 LW4(dst + 4 * stride, stride, tp0, tp1, tp2, tp3); in avc_chroma_hz_and_aver_dst_4x8_msa()
1017 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst1); in avc_chroma_hz_and_aver_dst_4x8_msa()
1047 uint64_t tp0, tp1, tp2, tp3; in avc_chroma_hz_and_aver_dst_8x4_msa() local
1058 LD4(dst, stride, tp0, tp1, tp2, tp3); in avc_chroma_hz_and_aver_dst_8x4_msa()
1060 INSERT_D2_UB(tp2, tp3, dst1); in avc_chroma_hz_and_aver_dst_8x4_msa()
1077 uint64_t tp0, tp1, tp2, tp3; in avc_chroma_hz_and_aver_dst_8x8_msa() local
1090 LD4(dst, stride, tp0, tp1, tp2, tp3); in avc_chroma_hz_and_aver_dst_8x8_msa()
1092 INSERT_D2_UB(tp2, tp3, dst1); in avc_chroma_hz_and_aver_dst_8x8_msa()
1093 LD4(dst + 4 * stride, stride, tp0, tp1, tp2, tp3); in avc_chroma_hz_and_aver_dst_8x8_msa()
1095 INSERT_D2_UB(tp2, tp3, dst3); in avc_chroma_hz_and_aver_dst_8x8_msa()
1169 uint16_t tp0, tp1, tp2, tp3; in avc_chroma_vt_and_aver_dst_2x4_msa() local
1184 tp3 = LH(dst + 3 * stride); in avc_chroma_vt_and_aver_dst_2x4_msa()
1188 dst_data = (v16u8) __msa_insert_h((v8i16) dst_data, 3, tp3); in avc_chroma_vt_and_aver_dst_2x4_msa()
1254 uint32_t tp0, tp1, tp2, tp3; in avc_chroma_vt_and_aver_dst_4x4_msa() local
1265 LW4(dst, stride, tp0, tp1, tp2, tp3); in avc_chroma_vt_and_aver_dst_4x4_msa()
1266 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0); in avc_chroma_vt_and_aver_dst_4x4_msa()
1284 uint32_t tp0, tp1, tp2, tp3; in avc_chroma_vt_and_aver_dst_4x8_msa() local
1296 LW4(dst, stride, tp0, tp1, tp2, tp3); in avc_chroma_vt_and_aver_dst_4x8_msa()
1297 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0); in avc_chroma_vt_and_aver_dst_4x8_msa()
1298 LW4(dst + 4 * stride, stride, tp0, tp1, tp2, tp3); in avc_chroma_vt_and_aver_dst_4x8_msa()
1299 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst1); in avc_chroma_vt_and_aver_dst_4x8_msa()
1333 uint64_t tp0, tp1, tp2, tp3; in avc_chroma_vt_and_aver_dst_8x4_msa() local
1343 LD4(dst, stride, tp0, tp1, tp2, tp3); in avc_chroma_vt_and_aver_dst_8x4_msa()
1345 INSERT_D2_UB(tp2, tp3, dst1); in avc_chroma_vt_and_aver_dst_8x4_msa()
1362 uint64_t tp0, tp1, tp2, tp3; in avc_chroma_vt_and_aver_dst_8x8_msa() local
1374 LD4(dst, stride, tp0, tp1, tp2, tp3); in avc_chroma_vt_and_aver_dst_8x8_msa()
1376 INSERT_D2_UB(tp2, tp3, dst1); in avc_chroma_vt_and_aver_dst_8x8_msa()
1377 LD4(dst + 4 * stride, stride, tp0, tp1, tp2, tp3); in avc_chroma_vt_and_aver_dst_8x8_msa()
1379 INSERT_D2_UB(tp2, tp3, dst3); in avc_chroma_vt_and_aver_dst_8x8_msa()
1461 uint16_t tp0, tp1, tp2, tp3; in avc_chroma_hv_and_aver_dst_2x4_msa() local
1479 tp3 = LH(dst + 3 * stride); in avc_chroma_hv_and_aver_dst_2x4_msa()
1483 dst0 = (v16u8) __msa_insert_h((v8i16) dst0, 3, tp3); in avc_chroma_hv_and_aver_dst_2x4_msa()
1559 uint32_t tp0, tp1, tp2, tp3; in avc_chroma_hv_and_aver_dst_4x4_msa() local
1574 LW4(dst, stride, tp0, tp1, tp2, tp3); in avc_chroma_hv_and_aver_dst_4x4_msa()
1575 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst_data); in avc_chroma_hv_and_aver_dst_4x4_msa()
1598 uint32_t tp0, tp1, tp2, tp3; in avc_chroma_hv_and_aver_dst_4x8_msa() local
1615 LW4(dst, stride, tp0, tp1, tp2, tp3); in avc_chroma_hv_and_aver_dst_4x8_msa()
1616 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0); in avc_chroma_hv_and_aver_dst_4x8_msa()
1617 LW4(dst + 4 * stride, stride, tp0, tp1, tp2, tp3); in avc_chroma_hv_and_aver_dst_4x8_msa()
1618 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst1); in avc_chroma_hv_and_aver_dst_4x8_msa()
1667 uint64_t tp0, tp1, tp2, tp3; in avc_chroma_hv_and_aver_dst_8x4_msa() local
1688 LD4(dst, stride, tp0, tp1, tp2, tp3); in avc_chroma_hv_and_aver_dst_8x4_msa()
1690 INSERT_D2_UB(tp2, tp3, dst1); in avc_chroma_hv_and_aver_dst_8x4_msa()
1715 uint64_t tp0, tp1, tp2, tp3; in avc_chroma_hv_and_aver_dst_8x8_msa() local
1752 LD4(dst, stride, tp0, tp1, tp2, tp3); in avc_chroma_hv_and_aver_dst_8x8_msa()
1754 INSERT_D2_UB(tp2, tp3, dst1); in avc_chroma_hv_and_aver_dst_8x8_msa()
1755 LD4(dst + 4 * stride, stride, tp0, tp1, tp2, tp3); in avc_chroma_hv_and_aver_dst_8x8_msa()
1757 INSERT_D2_UB(tp2, tp3, dst3); in avc_chroma_hv_and_aver_dst_8x8_msa()
1797 uint32_t tp0, tp1, tp2, tp3, tp4, tp5, tp6, tp7; in copy_width4_msa() local
1800 LW4(src, stride, tp0, tp1, tp2, tp3); in copy_width4_msa()
1803 SW4(tp0, tp1, tp2, tp3, dst, stride); in copy_width4_msa()
1807 LW4(src, stride, tp0, tp1, tp2, tp3); in copy_width4_msa()
1808 SW4(tp0, tp1, tp2, tp3, dst, stride); in copy_width4_msa()
1838 uint32_t tp0, tp1, tp2, tp3; in avg_width4_msa() local
1842 LW4(src, stride, tp0, tp1, tp2, tp3); in avg_width4_msa()
1844 INSERT_W4_UB(tp0, tp1, tp2, tp3, src0); in avg_width4_msa()
1845 LW4(src, stride, tp0, tp1, tp2, tp3); in avg_width4_msa()
1846 INSERT_W4_UB(tp0, tp1, tp2, tp3, src1); in avg_width4_msa()
1847 LW4(dst, stride, tp0, tp1, tp2, tp3); in avg_width4_msa()
1848 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0); in avg_width4_msa()
1849 LW4(dst + 4 * stride, stride, tp0, tp1, tp2, tp3); in avg_width4_msa()
1850 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst1); in avg_width4_msa()
1854 LW4(src, stride, tp0, tp1, tp2, tp3); in avg_width4_msa()
1855 INSERT_W4_UB(tp0, tp1, tp2, tp3, src0); in avg_width4_msa()
1856 LW4(dst, stride, tp0, tp1, tp2, tp3); in avg_width4_msa()
1857 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0); in avg_width4_msa()
1873 uint64_t tp0, tp1, tp2, tp3, tp4, tp5, tp6, tp7; in avg_width8_msa() local
1878 LD4(src, stride, tp0, tp1, tp2, tp3); in avg_width8_msa()
1882 INSERT_D2_UB(tp2, tp3, src1); in avg_width8_msa()
1885 LD4(dst, stride, tp0, tp1, tp2, tp3); in avg_width8_msa()
1888 INSERT_D2_UB(tp2, tp3, dst1); in avg_width8_msa()
1895 LD4(src, stride, tp0, tp1, tp2, tp3); in avg_width8_msa()
1897 INSERT_D2_UB(tp2, tp3, src1); in avg_width8_msa()
1898 LD4(dst, stride, tp0, tp1, tp2, tp3); in avg_width8_msa()
1900 INSERT_D2_UB(tp2, tp3, dst1); in avg_width8_msa()