Home
last modified time | relevance | path

Searched refs:dst3 (Results 1 – 25 of 41) sorted by relevance

12

/external/libvpx/libvpx/vpx_dsp/mips/
Dvpx_convolve_avg_msa.c18 v16u8 dst0, dst1, dst2, dst3; in avg_width4_msa() local
25 LD_UB4(dst, dst_stride, dst0, dst1, dst2, dst3); in avg_width4_msa()
27 AVER_UB4_UB(src0, dst0, src1, dst1, src2, dst2, src3, dst3, dst0, dst1, in avg_width4_msa()
28 dst2, dst3); in avg_width4_msa()
33 out3 = __msa_copy_u_w((v4i32)dst3, 0); in avg_width4_msa()
61 v16u8 dst0, dst1, dst2, dst3; in avg_width8_msa() local
66 LD_UB4(dst, dst_stride, dst0, dst1, dst2, dst3); in avg_width8_msa()
68 AVER_UB4_UB(src0, dst0, src1, dst1, src2, dst2, src3, dst3, dst0, dst1, in avg_width8_msa()
69 dst2, dst3); in avg_width8_msa()
74 out3 = __msa_copy_u_d((v2i64)dst3, 0); in avg_width8_msa()
[all …]
Dvpx_convolve8_avg_horiz_msa.c20 v16u8 dst0, dst1, dst2, dst3, res2, res3; in common_hz_8t_and_aver_dst_4x4_msa() local
39 LD_UB4(dst, dst_stride, dst0, dst1, dst2, dst3); in common_hz_8t_and_aver_dst_4x4_msa()
43 ILVR_W2_UB(dst1, dst0, dst3, dst2, dst0, dst2); in common_hz_8t_and_aver_dst_4x4_msa()
55 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in common_hz_8t_and_aver_dst_4x8_msa() local
72 LD_UB8(dst, dst_stride, dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7); in common_hz_8t_and_aver_dst_4x8_msa()
85 ILVR_W4_UB(dst1, dst0, dst3, dst2, dst5, dst4, dst7, dst6, dst0, dst2, dst4, in common_hz_8t_and_aver_dst_4x8_msa()
109 v16u8 mask0, mask1, mask2, mask3, dst0, dst1, dst2, dst3; in common_hz_8t_and_aver_dst_8w_msa() local
130 LD_UB4(dst, dst_stride, dst0, dst1, dst2, dst3); in common_hz_8t_and_aver_dst_8w_msa()
133 CONVERT_UB_AVG_ST8x4_UB(out0, out1, out2, out3, dst0, dst1, dst2, dst3, dst, in common_hz_8t_and_aver_dst_8w_msa()
313 v16u8 filt0, dst0, dst1, dst2, dst3, vec0, vec1, res0, res1; in common_hz_2t_and_aver_dst_4x4_msa() local
[all …]
Dvpx_convolve8_avg_vert_msa.c21 v16u8 dst0, dst1, dst2, dst3, out; in common_vt_8t_and_aver_dst_4w_msa() local
46 LD_UB4(dst, dst_stride, dst0, dst1, dst2, dst3); in common_vt_8t_and_aver_dst_4w_msa()
58 ILVR_W2_UB(dst1, dst0, dst3, dst2, dst0, dst2); in common_vt_8t_and_aver_dst_4w_msa()
79 v16u8 dst0, dst1, dst2, dst3; in common_vt_8t_and_aver_dst_8w_msa() local
101 LD_UB4(dst, dst_stride, dst0, dst1, dst2, dst3); in common_vt_8t_and_aver_dst_8w_msa()
115 CONVERT_UB_AVG_ST8x4_UB(out0, out1, out2, out3, dst0, dst1, dst2, dst3, dst, in common_vt_8t_and_aver_dst_8w_msa()
140 v16u8 dst0, dst1, dst2, dst3, tmp0, tmp1, tmp2, tmp3; in common_vt_8t_and_aver_dst_16w_mult_msa() local
167 LD_UB4(dst_tmp, dst_stride, dst0, dst1, dst2, dst3); in common_vt_8t_and_aver_dst_16w_mult_msa()
196 AVER_UB4_UB(tmp0, dst0, tmp1, dst1, tmp2, dst2, tmp3, dst3, dst0, dst1, in common_vt_8t_and_aver_dst_16w_mult_msa()
197 dst2, dst3); in common_vt_8t_and_aver_dst_16w_mult_msa()
[all …]
Dvpx_convolve8_avg_msa.c20 v16u8 dst0, dst1, dst2, dst3, mask0, mask1, mask2, mask3, tmp0, tmp1; in common_hv_8ht_8vt_and_aver_dst_4w_msa() local
62 LD_UB4(dst, dst_stride, dst0, dst1, dst2, dst3); in common_hv_8ht_8vt_and_aver_dst_4w_msa()
76 ILVR_W2_UB(dst1, dst0, dst3, dst2, dst0, dst2); in common_hv_8ht_8vt_and_aver_dst_4w_msa()
100 v16u8 dst0, dst1, dst2, dst3, mask0, mask1, mask2, mask3; in common_hv_8ht_8vt_and_aver_dst_8w_msa() local
147 LD_UB4(dst, dst_stride, dst0, dst1, dst2, dst3); in common_hv_8ht_8vt_and_aver_dst_8w_msa()
175 CONVERT_UB_AVG_ST8x4_UB(tmp0, tmp1, tmp2, tmp3, dst0, dst1, dst2, dst3, dst, in common_hv_8ht_8vt_and_aver_dst_8w_msa()
230 v16u8 dst0, dst1, dst2, dst3, res0, res1; in common_hv_2ht_2vt_and_aver_dst_4x4_msa() local
251 LD_UB4(dst, dst_stride, dst0, dst1, dst2, dst3); in common_hv_2ht_2vt_and_aver_dst_4x4_msa()
252 ILVR_W2_UB(dst1, dst0, dst3, dst2, dst0, dst2); in common_hv_2ht_2vt_and_aver_dst_4x4_msa()
265 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in common_hv_2ht_2vt_and_aver_dst_4x8_msa() local
[all …]
Dtxfm_macros_msa.h41 dst1, dst2, dst3) \ argument
55 dst1, dst2, dst3); \
Dvpx_convolve_msa.h113 #define PCKEV_AVG_ST8x4_UB(in1, dst0, in2, dst1, in3, dst2, in4, dst3, pdst, \ argument
119 PCKEV_D2_UB(dst1, dst0, dst3, dst2, tmp2_m, tmp3_m); \
Didct16x16_msa.c267 v16u8 dst0, dst1, dst2, dst3, tmp0, tmp1, tmp2, tmp3; in vpx_idct16x16_1_add_msa() local
276 LD_UB4(dst, dst_stride, dst0, dst1, dst2, dst3); in vpx_idct16x16_1_add_msa()
280 UNPCK_UB_SH(dst3, res3, res7); in vpx_idct16x16_1_add_msa()
332 v16u8 dst0, dst1, dst2, dst3, dst4, dst5, dst6, dst7; in vpx_iadst16_1d_columns_addblk_msa() local
467 dst3 = LD_UB(dst + 8 * dst_stride); in vpx_iadst16_1d_columns_addblk_msa()
468 ILVR_B2_SH(zero, dst2, zero, dst3, res2, res3); in vpx_iadst16_1d_columns_addblk_msa()
/external/libyuv/files/source/
Drotate_msa.cc84 v16u8 src0, src1, src2, src3, dst0, dst1, dst2, dst3, vec0, vec1, vec2, vec3; in TransposeWx16_MSA() local
134 ILVRL_D(res0, res8, res1, res9, dst0, dst1, dst2, dst3); in TransposeWx16_MSA()
135 ST_UB4(dst0, dst1, dst2, dst3, dst, dst_stride); in TransposeWx16_MSA()
139 ILVRL_D(res2, res8, res3, res9, dst0, dst1, dst2, dst3); in TransposeWx16_MSA()
140 ST_UB4(dst0, dst1, dst2, dst3, dst, dst_stride); in TransposeWx16_MSA()
144 ILVRL_D(res4, res8, res5, res9, dst0, dst1, dst2, dst3); in TransposeWx16_MSA()
145 ST_UB4(dst0, dst1, dst2, dst3, dst, dst_stride); in TransposeWx16_MSA()
149 ILVRL_D(res6, res8, res7, res9, dst0, dst1, dst2, dst3); in TransposeWx16_MSA()
150 ST_UB4(dst0, dst1, dst2, dst3, dst, dst_stride); in TransposeWx16_MSA()
165 v16u8 src0, src1, src2, src3, dst0, dst1, dst2, dst3, vec0, vec1, vec2, vec3; in TransposeUVWx16_MSA() local
[all …]
Drow_msa.cc291 v16u8 dst0, dst1, dst2, dst3; in MirrorRow_MSA() local
297 VSHF_B2_UB(src3, src3, src2, src2, shuffler, shuffler, dst3, dst2); in MirrorRow_MSA()
299 ST_UB4(dst0, dst1, dst2, dst3, dst, 16); in MirrorRow_MSA()
308 v16u8 dst0, dst1, dst2, dst3; in ARGBMirrorRow_MSA() local
314 VSHF_B2_UB(src3, src3, src2, src2, shuffler, shuffler, dst3, dst2); in ARGBMirrorRow_MSA()
316 ST_UB4(dst0, dst1, dst2, dst3, dst, 16); in ARGBMirrorRow_MSA()
1477 v16u8 dst0, dst1, dst2, dst3; in ARGB4444ToARGBRow_MSA() local
1493 dst3 = (v16u8)__msa_ilvl_b((v16i8)vec3, (v16i8)vec1); in ARGB4444ToARGBRow_MSA()
1494 ST_UB4(dst0, dst1, dst2, dst3, dst_argb, 16); in ARGB4444ToARGBRow_MSA()
1507 v16u8 dst0, dst1, dst2, dst3; in ARGB1555ToARGBRow_MSA() local
[all …]
/external/libvpx/libvpx/vpx_dsp/arm/
Didct_neon.asm19 LOAD_TRAN_LOW_TO_S16 $dst0, $dst1, $dst2, $dst3, $src
26 vmovn.i32 $dst3, q3
28 vld1.s16 {$dst0-$dst1,$dst2-$dst3}, [$src]!
34 LOAD_TRAN_LOW_TO_S16X2 $dst0, $dst1, $dst2, $dst3, $src
41 vmovn.i32 $dst3, q3
43 vld2.s16 {$dst0,$dst1,$dst2,$dst3}, [$src]!
/external/webp/src/dsp/
Ddec_sse2.c150 __m128i dst0, dst1, dst2, dst3; in Transform() local
156 dst3 = _mm_loadl_epi64((__m128i*)(dst + 3 * BPS)); in Transform()
162 dst3 = _mm_cvtsi32_si128(WebPMemToUint32(dst + 3 * BPS)); in Transform()
168 dst3 = _mm_unpacklo_epi8(dst3, zero); in Transform()
173 dst3 = _mm_add_epi16(dst3, T3); in Transform()
178 dst3 = _mm_packus_epi16(dst3, dst3); in Transform()
185 _mm_storel_epi64((__m128i*)(dst + 3 * BPS), dst3); in Transform()
191 WebPUint32ToMem(dst + 3 * BPS, _mm_cvtsi128_si32(dst3)); in Transform()
217 __m128i dst3 = _mm_cvtsi32_si128(WebPMemToUint32(dst + 3 * BPS)); in TransformAC3() local
222 dst3 = _mm_unpacklo_epi8(dst3, zero); in TransformAC3()
[all …]
/external/skia/tests/
DEncodeTest.cpp62 SkDynamicMemoryWStream dst0, dst1, dst2, dst3; in test_encode() local
78 auto encoder3 = make(format, &dst3, src); in test_encode()
85 sk_sp<SkData> data3 = dst3.detachAsData(); in test_encode()
302 SkDynamicMemoryWStream dst0, dst1, dst2, dst3; in DEF_TEST() local
320 success = SkWebpEncoder::Encode(&dst3, src, options); in DEF_TEST()
326 sk_sp<SkData> data3 = dst3.detachAsData(); in DEF_TEST()
/external/libvpx/libvpx/vp9/common/mips/msa/
Dvp9_mfqe_msa.c72 v16i8 src0, src1, src2, src3, dst0, dst1, dst2, dst3; in filter_by_weight16x16_msa() local
81 LD_SB4(dst_ptr, dst_stride, dst0, dst1, dst2, dst3); in filter_by_weight16x16_msa()
114 UNPCK_UB_SH(dst3, dst_r, dst_l); in filter_by_weight16x16_msa()
/external/libvpx/libvpx/vp8/common/mips/msa/
Dmfqe_msa.c73 v16i8 dst0, dst1, dst2, dst3; in filter_by_weight16x16_msa() local
84 LD_SB4(dst_ptr, dst_stride, dst0, dst1, dst2, dst3); in filter_by_weight16x16_msa()
117 UNPCK_UB_SH(dst3, dst_r, dst_l); in filter_by_weight16x16_msa()
/external/dng_sdk/source/
Ddng_image.cpp358 dng_rect dst3 (dng_rect (splitV, in GetRepeat() local
363 if (dst3.NotEmpty ()) in GetRepeat()
368 temp.fArea = dst3 + (srcArea.TL () - in GetRepeat()
372 temp.fData = buffer.DirtyPixel (dst3.t, in GetRepeat()
373 dst3.l, in GetRepeat()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dutils.h524 __m128 dst3 = _mm_unpackhi_ps(src_r1, src_g1); in Transpose() local
530 _mm_store_ps(pfDst + 12, dst3); in Transpose()
585 __m128i dst3 = _mm_unpackhi_epi32(rg1, ba1); in Transpose() local
590 _mm_store_si128(((__m128i*)pDst) + 3, dst3); in Transpose()
617 …simdscalari dst3 = _simd_permute2f128_si(tmp2, tmp3, 0x31); // (3, 1) // rbg… in Transpose_16() local
622 …_simd_store_si(reinterpret_cast<simdscalari *>(pDst) + 3, dst3); // rgb… in Transpose_16()
654 __m128i dst3 = _mm_unpackhi_epi32(rg1, ba1); in Transpose() local
659 _mm_store_si128(((__m128i*)pDst) + 3, dst3); in Transpose()
686 …simdscalari dst3 = _simd_permute2f128_si(tmp2, tmp3, 0x31); // (3, 1) // rbg… in Transpose_16() local
691 …_simd_store_si(reinterpret_cast<simdscalari *>(pDst) + 3, dst3); // rgb… in Transpose_16()
/external/skia/samplecode/
DSamplePolyToPoly.cpp147 const int dst3[] = { 0, 0, 96, 0, 24, 64 }; in onDrawContent() local
148 doDraw(canvas, &paint, src3, dst3, 3); in onDrawContent()
/external/llvm/test/CodeGen/ARM/
Difcvt-iter-indbr.ll41 %dst3 = call i8* @bar(i32 3, i8* blockaddress(@test, %bb1), i8* blockaddress(@test, %bb2))
47 indirectbr i8* %dst3, [label %bb1, label %bb2]
/external/skia/gm/
Dimage.cpp90 SkRect dst1, dst2, dst3, dst4; in test_surface() local
93 dst3.set(0, 400, 65, 465); in test_surface()
98 canvas->drawImageRect(imgR, src3, dst3, usePaint ? &paint : nullptr); in test_surface()
Dpoly2poly.cpp261 const int dst3[] = { 0, 0, 96, 0, 24, 64 }; in onDraw() local
262 doDraw(canvas, &paint, src3, dst3, 3); in onDraw()
/external/libhevc/common/x86/
Dihevc_inter_pred_filters_sse42_intr.c309 WORD32 dst0, dst1, dst2, dst3; in ihevc_inter_pred_chroma_copy_sse42() local
323 dst3 = _mm_cvtsi128_si32(src3_16x8b); in ihevc_inter_pred_chroma_copy_sse42()
329 *(WORD32 *)(&pu1_dst[3 * dst_strd]) = dst3; /* row =3 */ in ihevc_inter_pred_chroma_copy_sse42()
Dihevc_weighted_pred_sse42_intr.c123 WORD32 dst0, dst1, dst2, dst3; in ihevc_weighted_pred_uni_sse42() local
338 dst3 = _mm_cvtsi128_si32(src_temp3_4x32b); in ihevc_weighted_pred_uni_sse42()
343 *(WORD32 *)(&pu1_dst[3 * dst_strd]) = dst3; in ihevc_weighted_pred_uni_sse42()
819 WORD32 dst0, dst1, dst2, dst3; in ihevc_weighted_pred_chroma_uni_sse42()
892 dst3 = _mm_cvtsi128_si32(src_temp3_4x32b); in ihevc_weighted_pred_chroma_uni_sse42()
898 *(WORD32 *) (&pu1_dst[3*dst_strd]) = dst3; in ihevc_weighted_pred_chroma_uni_sse42()
1978 WORD32 dst0, dst1, dst2, dst3; in ihevc_weighted_pred_bi_default_sse42() local
2032 dst3 = _mm_cvtsi128_si32(src_temp4_8x16b); in ihevc_weighted_pred_bi_default_sse42()
2037 *(WORD32 *)(&pu1_dst[3 * dst_strd]) = dst3; in ihevc_weighted_pred_bi_default_sse42()
Dihevc_weighted_pred_ssse3_intr.c259 WORD32 dst0, dst1, dst2, dst3; in ihevc_weighted_pred_uni_ssse3() local
328 dst3 = _mm_cvtsi128_si32(res_temp3_4x32b); in ihevc_weighted_pred_uni_ssse3()
333 *(WORD32 *)(&pu1_dst[3 * dst_strd]) = dst3; in ihevc_weighted_pred_uni_ssse3()
1492 WORD32 dst0, dst1, dst2, dst3; in ihevc_weighted_pred_bi_default_ssse3() local
1546 dst3 = _mm_cvtsi128_si32(src_temp4_8x16b); in ihevc_weighted_pred_bi_default_ssse3()
1551 *(WORD32 *)(&pu1_dst[3 * dst_strd]) = dst3; in ihevc_weighted_pred_bi_default_ssse3()
1891 WORD32 dst0, dst1, dst2, dst3; in ihevc_weighted_pred_chroma_bi_default_ssse3() local
1944 dst3 = _mm_cvtsi128_si32(src_temp4_8x16b); in ihevc_weighted_pred_chroma_bi_default_ssse3()
1949 *(WORD32 *)(&pu1_dst[3 * dst_strd]) = dst3; in ihevc_weighted_pred_chroma_bi_default_ssse3()
/external/vixl/src/aarch64/
Dlogic-aarch64.cc474 LogicVRegister dst3, in ld3() argument
478 dst3.ClearForWrite(vform); in ld3()
485 dst3.ReadUintFromMem(vform, i, addr3); in ld3()
496 LogicVRegister dst3, in ld3() argument
501 dst3.ClearForWrite(vform); in ld3()
506 dst3.ReadUintFromMem(vform, index, addr3); in ld3()
513 LogicVRegister dst3, in ld3r() argument
517 dst3.ClearForWrite(vform); in ld3r()
523 dst3.ReadUintFromMem(vform, i, addr3); in ld3r()
531 LogicVRegister dst3, in ld4() argument
[all …]
Dmacro-assembler-aarch64.cc1904 const CPURegister& dst3) { in Pop() argument
1908 VIXL_ASSERT(!AreAliased(dst0, dst1, dst2, dst3)); in Pop()
1909 VIXL_ASSERT(AreSameSizeAndType(dst0, dst1, dst2, dst3)); in Pop()
1912 int count = 1 + dst1.IsValid() + dst2.IsValid() + dst3.IsValid(); in Pop()
1916 PopHelper(count, size, dst0, dst1, dst2, dst3); in Pop()
2059 const CPURegister& dst3) { in PopHelper() argument
2066 VIXL_ASSERT(AreSameSizeAndType(dst0, dst1, dst2, dst3)); in PopHelper()
2073 VIXL_ASSERT(dst1.IsNone() && dst2.IsNone() && dst3.IsNone()); in PopHelper()
2077 VIXL_ASSERT(dst2.IsNone() && dst3.IsNone()); in PopHelper()
2081 VIXL_ASSERT(dst3.IsNone()); in PopHelper()
[all …]

12