HomeSort by relevance Sort by last modified time
    Searched refs:ref5 (Results 1 - 6 of 6) sorted by null

  /external/libcxx/test/std/utilities/variant/variant.variant/variant.mod/
emplace_index_args.pass.cpp 155 auto& ref5 = v.emplace<5>(3, 'a'); local
156 static_assert(std::is_same_v<std::string&, decltype(ref5)>, "");
158 assert(&ref5 == &std::get<5>(v));
emplace_type_args.pass.cpp 155 auto& ref5 = v.emplace<std::string>(3, 'a'); local
156 static_assert(std::is_same_v<std::string&, decltype(ref5)>, "");
158 assert(&ref5 == &std::get<std::string>(v));
  /external/libvpx/libvpx/vpx_dsp/mips/
avg_msa.c 398 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; local
406 LD_UB8(ref, ref_stride, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7);
413 UNPCK_UB_SH(ref5, ref5_r, ref5_l);
430 LD_UB8(ref, ref_stride, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7);
437 UNPCK_UB_SH(ref5, ref5_r, ref5_l);
448 LD_UB8(ref, ref_stride, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7);
455 UNPCK_UB_SH(ref5, ref5_r, ref5_l);
472 LD_UB8(ref, ref_stride, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7);
479 UNPCK_UB_SH(ref5, ref5_r, ref5_l);
490 LD_UB8(ref, ref_stride, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7)
570 v8i16 ref3, ref4, ref5, ref6, ref7, src_l0_m, src_l1_m, src_l2_m, src_l3_m; local
    [all...]
sad_msa.c 604 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; local
621 LD_UB4(ref1_ptr, ref_stride, ref4, ref5, ref6, ref7);
632 PCKEV_D2_UB(ref5, ref4, ref7, ref6, ref0, ref1);
915 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; local
926 LD_UB4(ref + 16, ref_stride, ref1, ref3, ref5, ref7);
937 AVER_UB2_UB(pred4, ref4, pred5, ref5, comp0, comp1);
    [all...]
  /external/webp/src/dsp/
enc_msa.c 718 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; local
722 LD_UB8(b, BPS, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7);
725 PACK_DPADD_UB4_SW(src4, ref4, src5, ref5, out0, out1, out2, out3);
730 LD_UB8(b, BPS, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7);
733 PACK_DPADD_UB4_SW(src4, ref4, src5, ref5, out0, out1, out2, out3);
745 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; local
749 LD_UB8(b, BPS, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7);
752 PACK_DPADD_UB4_SW(src4, ref4, src5, ref5, out0, out1, out2, out3);
764 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; local
769 LD_UB8(b, BPS, ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7)
    [all...]
  /external/libaom/libaom/aom_dsp/mips/
sad_msa.c 232 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; local
249 LD_UB4(ref1_ptr, ref_stride, ref4, ref5, ref6, ref7);
260 PCKEV_D2_UB(ref5, ref4, ref7, ref6, ref0, ref1);
535 v16u8 ref0, ref1, ref2, ref3, ref4, ref5, ref6, ref7; local
546 LD_UB4(ref + 16, ref_stride, ref1, ref3, ref5, ref7);
557 AVER_UB2_UB(pred4, ref4, pred5, ref5, comp0, comp1);

Completed in 738 milliseconds