Home
last modified time | relevance | path

Searched refs:ref5 (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/test/std/utilities/variant/variant.variant/variant.mod/
Demplace_type_args.pass.cpp155 auto& ref5 = v.emplace<std::string>(3, 'a'); in test_basic() local
156 static_assert(std::is_same_v<std::string&, decltype(ref5)>, ""); in test_basic()
158 assert(&ref5 == &std::get<std::string>(v)); in test_basic()
Demplace_index_args.pass.cpp155 auto& ref5 = v.emplace<5>(3, 'a'); in test_basic() local
156 static_assert(std::is_same_v<std::string&, decltype(ref5)>, ""); in test_basic()
158 assert(&ref5 == &std::get<5>(v)); in test_basic()
/external/libvpx/libvpx/vpx_dsp/mips/
Davg_msa.c398 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in vpx_int_pro_row_msa() local
406 LD_UB8(ref, ref_stride, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in vpx_int_pro_row_msa()
413 UNPCK_UB_SH(ref5, ref5_r, ref5_l); in vpx_int_pro_row_msa()
430 LD_UB8(ref, ref_stride, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in vpx_int_pro_row_msa()
437 UNPCK_UB_SH(ref5, ref5_r, ref5_l); in vpx_int_pro_row_msa()
448 LD_UB8(ref, ref_stride, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in vpx_int_pro_row_msa()
455 UNPCK_UB_SH(ref5, ref5_r, ref5_l); in vpx_int_pro_row_msa()
472 LD_UB8(ref, ref_stride, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in vpx_int_pro_row_msa()
479 UNPCK_UB_SH(ref5, ref5_r, ref5_l); in vpx_int_pro_row_msa()
490 LD_UB8(ref, ref_stride, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in vpx_int_pro_row_msa()
[all …]
Dsad_msa.c604 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in sad_8width_x4d_msa() local
621 LD_UB4(ref1_ptr, ref_stride, ref4, ref5, ref6, ref7); in sad_8width_x4d_msa()
632 PCKEV_D2_UB(ref5, ref4, ref7, ref6, ref0, ref1); in sad_8width_x4d_msa()
915 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in avgsad_32width_msa() local
926 LD_UB4(ref + 16, ref_stride, ref1, ref3, ref5, ref7); in avgsad_32width_msa()
937 AVER_UB2_UB(pred4, ref4, pred5, ref5, comp0, comp1); in avgsad_32width_msa()
/external/webp/src/dsp/
Denc_msa.c718 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in SSE16x16_MSA() local
722 LD_UB8(b, BPS, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in SSE16x16_MSA()
725 PACK_DPADD_UB4_SW(src4, ref4, src5, ref5, out0, out1, out2, out3); in SSE16x16_MSA()
730 LD_UB8(b, BPS, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in SSE16x16_MSA()
733 PACK_DPADD_UB4_SW(src4, ref4, src5, ref5, out0, out1, out2, out3); in SSE16x16_MSA()
745 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in SSE16x8_MSA() local
749 LD_UB8(b, BPS, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in SSE16x8_MSA()
752 PACK_DPADD_UB4_SW(src4, ref4, src5, ref5, out0, out1, out2, out3); in SSE16x8_MSA()
764 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in SSE8x8_MSA() local
769 LD_UB8(b, BPS, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7); in SSE8x8_MSA()
[all …]
/external/libaom/libaom/aom_dsp/mips/
Dsad_msa.c232 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in sad_8width_x4d_msa() local
249 LD_UB4(ref1_ptr, ref_stride, ref4, ref5, ref6, ref7); in sad_8width_x4d_msa()
260 PCKEV_D2_UB(ref5, ref4, ref7, ref6, ref0, ref1); in sad_8width_x4d_msa()
535 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; in avgsad_32width_msa() local
546 LD_UB4(ref + 16, ref_stride, ref1, ref3, ref5, ref7); in avgsad_32width_msa()
557 AVER_UB2_UB(pred4, ref4, pred5, ref5, comp0, comp1); in avgsad_32width_msa()