Home
last modified time | relevance | path

Searched refs:tp3 (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dh264chroma_msa.c889 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()
[all …]
Dh264dsp_msa.c55 uint32_t tp0, tp1, tp2, tp3, offset_val; in avc_wgt_4x4_msa() local
65 LW4(data, stride, tp0, tp1, tp2, tp3); in avc_wgt_4x4_msa()
66 INSERT_W4_UB(tp0, tp1, tp2, tp3, src0); in avc_wgt_4x4_msa()
82 uint32_t tp0, tp1, tp2, tp3, offset_val; in avc_wgt_4x8_msa() local
93 LW4(data, stride, tp0, tp1, tp2, tp3); in avc_wgt_4x8_msa()
94 INSERT_W4_UB(tp0, tp1, tp2, tp3, src0); in avc_wgt_4x8_msa()
95 LW4(data + 4 * stride, stride, tp0, tp1, tp2, tp3); in avc_wgt_4x8_msa()
96 INSERT_W4_UB(tp0, tp1, tp2, tp3, src1); in avc_wgt_4x8_msa()
115 uint64_t tp0, tp1, tp2, tp3; in avc_wgt_8x4_msa() local
126 LD4(data, stride, tp0, tp1, tp2, tp3); in avc_wgt_8x4_msa()
[all …]
Dvp9_mc_msa.c991 uint32_t tp0, tp1, tp2, tp3; in common_hz_8t_and_aver_dst_4x4_msa() local
1012 LW4(dst, dst_stride, tp0, tp1, tp2, tp3); in common_hz_8t_and_aver_dst_4x4_msa()
1013 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0); in common_hz_8t_and_aver_dst_4x4_msa()
1026 uint32_t tp0, tp1, tp2, tp3; in common_hz_8t_and_aver_dst_4x8_msa() local
1046 LW4(dst, dst_stride, tp0, tp1, tp2, tp3); in common_hz_8t_and_aver_dst_4x8_msa()
1047 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0); in common_hz_8t_and_aver_dst_4x8_msa()
1048 LW4(dst + 4 * dst_stride, dst_stride, tp0, tp1, tp2, tp3); in common_hz_8t_and_aver_dst_4x8_msa()
1049 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst1); in common_hz_8t_and_aver_dst_4x8_msa()
1088 int64_t tp0, tp1, tp2, tp3; in common_hz_8t_and_aver_dst_8w_msa() local
1111 LD4(dst, dst_stride, tp0, tp1, tp2, tp3); in common_hz_8t_and_aver_dst_8w_msa()
[all …]
Dh264qpel_msa.c360 uint32_t tp0, tp1, tp2, tp3; in avc_luma_hv_qrt_and_aver_dst_4x4_msa() local
411 LW4(dst, stride, tp0, tp1, tp2, tp3); in avc_luma_hv_qrt_and_aver_dst_4x4_msa()
412 INSERT_W4_UB(tp0, tp1, tp2, tp3, dst0); in avc_luma_hv_qrt_and_aver_dst_4x4_msa()
432 uint64_t tp0, tp1, tp2, tp3; in avc_luma_hv_qrt_and_aver_dst_8x8_msa() local
492 LD4(dst, stride, tp0, tp1, tp2, tp3); in avc_luma_hv_qrt_and_aver_dst_8x8_msa()
494 INSERT_D2_UB(tp2, tp3, dst1); in avc_luma_hv_qrt_and_aver_dst_8x8_msa()
533 LD4(dst, stride, tp0, tp1, tp2, tp3); in avc_luma_hv_qrt_and_aver_dst_8x8_msa()
535 INSERT_D2_UB(tp2, tp3, dst1); in avc_luma_hv_qrt_and_aver_dst_8x8_msa()
556 uint64_t tp0, tp1, tp2, tp3; in avc_luma_hv_qrt_and_aver_dst_16x16_msa() local
620 LD4(dst, stride, tp0, tp1, tp2, tp3); in avc_luma_hv_qrt_and_aver_dst_16x16_msa()
[all …]
Dhevc_mc_bi_msa.c69 uint32_t loop_cnt, tp0, tp1, tp2, tp3; in hevc_bi_copy_4w_msa() local
91 LW4(src0_ptr, src_stride, tp0, tp1, tp2, tp3); in hevc_bi_copy_4w_msa()
92 INSERT_W4_SB(tp0, tp1, tp2, tp3, src0); in hevc_bi_copy_4w_msa()
103 LW4(src0_ptr, src_stride, tp0, tp1, tp2, tp3); in hevc_bi_copy_4w_msa()
105 INSERT_W4_SB(tp0, tp1, tp2, tp3, src0); in hevc_bi_copy_4w_msa()
106 LW4(src0_ptr, src_stride, tp0, tp1, tp2, tp3); in hevc_bi_copy_4w_msa()
108 INSERT_W4_SB(tp0, tp1, tp2, tp3, src1); in hevc_bi_copy_4w_msa()
138 uint64_t tp0, tp1, tp2, tp3; in hevc_bi_copy_6w_msa() local
146 LD4(src0_ptr, src_stride, tp0, tp1, tp2, tp3); in hevc_bi_copy_6w_msa()
149 INSERT_D2_SB(tp2, tp3, src1); in hevc_bi_copy_6w_msa()
[all …]
Dhevc_mc_uniw_msa.c66 uint32_t loop_cnt, tp0, tp1, tp2, tp3; in hevc_uniwgt_copy_4w_msa() local
95 LW4(src, src_stride, tp0, tp1, tp2, tp3); in hevc_uniwgt_copy_4w_msa()
96 INSERT_W4_SB(tp0, tp1, tp2, tp3, src0); in hevc_uniwgt_copy_4w_msa()
105 LW4(src, src_stride, tp0, tp1, tp2, tp3); in hevc_uniwgt_copy_4w_msa()
107 INSERT_W4_SB(tp0, tp1, tp2, tp3, src0); in hevc_uniwgt_copy_4w_msa()
108 LW4(src, src_stride, tp0, tp1, tp2, tp3); in hevc_uniwgt_copy_4w_msa()
110 INSERT_W4_SB(tp0, tp1, tp2, tp3, src1); in hevc_uniwgt_copy_4w_msa()
134 uint64_t tp0, tp1, tp2, tp3; in hevc_uniwgt_copy_6w_msa() local
147 LD4(src, src_stride, tp0, tp1, tp2, tp3); in hevc_uniwgt_copy_6w_msa()
150 INSERT_D2_SB(tp2, tp3, src1); in hevc_uniwgt_copy_6w_msa()
[all …]
Dhevc_mc_biw_msa.c95 uint32_t loop_cnt, tp0, tp1, tp2, tp3; in hevc_biwgt_copy_4w_msa() local
131 LW4(src0_ptr, src_stride, tp0, tp1, tp2, tp3); in hevc_biwgt_copy_4w_msa()
132 INSERT_W4_SB(tp0, tp1, tp2, tp3, src0); in hevc_biwgt_copy_4w_msa()
144 LW4(src0_ptr, src_stride, tp0, tp1, tp2, tp3); in hevc_biwgt_copy_4w_msa()
146 INSERT_W4_SB(tp0, tp1, tp2, tp3, src0); in hevc_biwgt_copy_4w_msa()
147 LW4(src0_ptr, src_stride, tp0, tp1, tp2, tp3); in hevc_biwgt_copy_4w_msa()
149 INSERT_W4_SB(tp0, tp1, tp2, tp3, src1); in hevc_biwgt_copy_4w_msa()
186 uint64_t tp0, tp1, tp2, tp3; in hevc_biwgt_copy_6w_msa() local
203 LD4(src0_ptr, src_stride, tp0, tp1, tp2, tp3); in hevc_biwgt_copy_6w_msa()
206 INSERT_D2_SB(tp2, tp3, src1); in hevc_biwgt_copy_6w_msa()
[all …]
/third_party/boost/boost/mp11/
Dtuple.hpp140 …_transform_impl( integer_sequence<std::size_t, J...>, F const& f, Tp1&& tp1, Tp2&& tp2, Tp3&& tp3 ) in tuple_transform_impl() argument
141 …<Tp1>(tp1) ), std::get<J>( std::forward<Tp2>(tp2) ), std::get<J>( std::forward<Tp3>(tp3) ) )... ) ) in tuple_transform_impl()
143 …d<Tp1>(tp1) ), std::get<J>( std::forward<Tp2>(tp2) ), std::get<J>( std::forward<Tp3>(tp3) ) )... ); in tuple_transform_impl()
/third_party/boost/libs/date_time/test/posix_time/
Dtesttime_input_facet.cpp341 time_period tp3(pt3, pt4); in do_all_tests()
347 check_equal("Special values period (infinities)", tp3, tp2); in do_all_tests()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_format_test.cc1416 time_point<chrono::nanoseconds> tp3; in TEST() local
1417 EXPECT_TRUE(parse(RFC3339_sec, "2014-02-12T20:21:00Z", tz, &tp3)); in TEST()
1418 EXPECT_EQ(tp, tp3); in TEST()
/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_format_test.cc1416 time_point<chrono::nanoseconds> tp3; in TEST() local
1417 EXPECT_TRUE(parse(RFC3339_sec, "2014-02-12T20:21:00Z", tz, &tp3)); in TEST()
1418 EXPECT_EQ(tp, tp3); in TEST()