/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | enc.c | 110 dst[(x) + (y) * BPS] = clip_8b(ref[(x) + (y) * BPS] + ((v) >> 3)) 117 uint8_t* dst) { in ITransformOne() 149 static void ITransform_C(const uint8_t* ref, const int16_t* in, uint8_t* dst, in ITransform_C() argument 151 ITransformOne(ref, in, dst); in ITransform_C() 153 ITransformOne(ref + 4, in + 16, dst + 4); in ITransform_C() 231 static WEBP_INLINE void Fill(uint8_t* dst, int value, int size) { in Fill() argument 234 memset(dst + j * BPS, value, size); in Fill() 238 static WEBP_INLINE void VerticalPred(uint8_t* dst, in VerticalPred() argument 242 for (j = 0; j < size; ++j) memcpy(dst + j * BPS, top, size); in VerticalPred() 244 Fill(dst, 12 in VerticalPred() 116 ITransformOne(const uint8_t* ref, const int16_t* in, uint8_t* dst) ITransformOne() argument 248 HorizontalPred(uint8_t* dst, const uint8_t* left, int size) HorizontalPred() argument 260 TrueMotion(uint8_t* dst, const uint8_t* left, const uint8_t* top, int size) TrueMotion() argument 290 DCMode(uint8_t* dst, const uint8_t* left, const uint8_t* top, int size, int round, int shift) DCMode() argument 316 IntraChromaPreds_C(uint8_t* dst, const uint8_t* left, const uint8_t* top) IntraChromaPreds_C() argument 336 Intra16Preds_C(uint8_t* dst, const uint8_t* left, const uint8_t* top) Intra16Preds_C() argument 351 VE4(uint8_t* dst, const uint8_t* top) VE4() argument 364 HE4(uint8_t* dst, const uint8_t* top) HE4() argument 376 DC4(uint8_t* dst, const uint8_t* top) DC4() argument 383 RD4(uint8_t* dst, const uint8_t* top) RD4() argument 402 LD4(uint8_t* dst, const uint8_t* top) LD4() argument 420 VR4(uint8_t* dst, const uint8_t* top) VR4() argument 442 VL4(uint8_t* dst, const uint8_t* top) VL4() argument 464 HU4(uint8_t* dst, const uint8_t* top) HU4() argument 479 HD4(uint8_t* dst, const uint8_t* top) HD4() argument 502 TM4(uint8_t* dst, const uint8_t* top) TM4() argument 520 Intra4Preds_C(uint8_t* dst, const uint8_t* top) Intra4Preds_C() argument 692 Copy(const uint8_t* src, uint8_t* dst, int w, int h) Copy() argument 701 Copy4x4_C(const uint8_t* src, uint8_t* dst) Copy4x4_C() argument 705 Copy16x8_C(const uint8_t* src, uint8_t* dst) Copy16x8_C() argument [all...] |
/third_party/skia/src/core/ |
H A D | SkMatrix.cpp | 547 bool SkMatrix::setRectToRect(const SkRect& src, const SkRect& dst, ScaleToFit align) { in setRectToRect() argument 553 if (dst.isEmpty()) { in setRectToRect() 558 SkScalar tx, sx = dst.width() / src.width(); in setRectToRect() 559 SkScalar ty, sy = dst.height() / src.height(); in setRectToRect() 571 tx = dst.fLeft - src.fLeft * sx; in setRectToRect() 572 ty = dst.fTop - src.fTop * sy; in setRectToRect() 577 diff = dst.width() - src.width() * sy; in setRectToRect() 579 diff = dst.height() - src.height() * sy; in setRectToRect() 779 void SkMatrix::mapPoints(SkPoint dst[], const SkPoint src[], int count) const { in mapPoints() argument 780 SkASSERT((dst in mapPoints() 791 ComputeInv(SkScalar dst[9], const SkScalar src[9], double invDet, bool isPersp) ComputeInv() argument 896 Identity_pts(const SkMatrix& m, SkPoint dst[], const SkPoint src[], int count) Identity_pts() argument 904 Trans_pts(const SkMatrix& m, SkPoint dst[], const SkPoint src[], int count) Trans_pts() argument 932 Scale_pts(const SkMatrix& m, SkPoint dst[], const SkPoint src[], int count) Scale_pts() argument 963 Persp_pts(const SkMatrix& m, SkPoint dst[], const SkPoint src[], int count) Persp_pts() argument 991 Affine_vpts(const SkMatrix& m, SkPoint dst[], const SkPoint src[], int count) Affine_vpts() argument 1034 MapHomogeneousPointsWithStride(const SkMatrix& mx, SkPoint3 dst[], size_t dstStride, const SkPoint3 src[], size_t srcStride, int count) MapHomogeneousPointsWithStride() argument 1074 mapHomogeneousPoints(SkPoint3 dst[], const SkPoint3 src[], int count) const mapHomogeneousPoints() argument 1079 mapHomogeneousPoints(SkPoint3 dst[], const SkPoint src[], int count) const mapHomogeneousPoints() argument 1105 mapVectors(SkPoint dst[], const SkPoint src[], int count) const mapVectors() argument 1136 mapRectScaleTranslate(SkRect* dst, const SkRect& src) const mapRectScaleTranslate() argument 1149 mapRect(SkRect* dst, const SkRect& src, SkApplyPerspectiveClip pc) const mapRect() argument 1311 Poly2Proc(const SkPoint srcPt[], SkMatrix* dst) Poly2Proc() argument 1327 Poly3Proc(const SkPoint srcPt[], SkMatrix* dst) Poly3Proc() argument 1343 Poly4Proc(const SkPoint srcPt[], SkMatrix* dst) Poly4Proc() argument 1403 setPolyToPoly(const SkPoint src[], const SkPoint dst[], int count) setPolyToPoly() argument 1675 SkRect dst; SkTreatAsSprite() local [all...] |
/kernel/linux/linux-5.10/arch/parisc/lib/ |
H A D | memcpy.c | 20 extern unsigned long pa_memcpy(void *dst, const void *src, 23 unsigned long raw_copy_to_user(void __user *dst, const void *src, in raw_copy_to_user() argument 28 return pa_memcpy((void __force *)dst, src, len); in raw_copy_to_user() 32 unsigned long raw_copy_from_user(void *dst, const void __user *src, in raw_copy_from_user() argument 37 return pa_memcpy(dst, (void __force *)src, len); in raw_copy_from_user() 41 unsigned long raw_copy_in_user(void __user *dst, const void __user *src, unsigned long len) in raw_copy_in_user() argument 45 return pa_memcpy((void __force *)dst, (void __force *)src, len); in raw_copy_in_user() 49 void * memcpy(void * dst,const void *src, size_t count) in memcpy() argument 53 pa_memcpy(dst, src, count); in memcpy() 54 return dst; in memcpy() [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | h264chroma_mips.h | 25 void ff_put_h264_chroma_mc8_msa(uint8_t *dst, uint8_t *src, ptrdiff_t stride, 27 void ff_put_h264_chroma_mc4_msa(uint8_t *dst, uint8_t *src, ptrdiff_t stride, 29 void ff_put_h264_chroma_mc2_msa(uint8_t *dst, uint8_t *src, ptrdiff_t stride, 31 void ff_avg_h264_chroma_mc8_msa(uint8_t *dst, uint8_t *src, ptrdiff_t stride, 33 void ff_avg_h264_chroma_mc4_msa(uint8_t *dst, uint8_t *src, ptrdiff_t stride, 35 void ff_avg_h264_chroma_mc2_msa(uint8_t *dst, uint8_t *src, ptrdiff_t stride, 38 void ff_put_h264_chroma_mc8_mmi(uint8_t *dst, uint8_t *src, ptrdiff_t stride, 40 void ff_avg_h264_chroma_mc8_mmi(uint8_t *dst, uint8_t *src, ptrdiff_t stride, 42 void ff_put_h264_chroma_mc4_mmi(uint8_t *dst, uint8_t *src, ptrdiff_t stride, 44 void ff_avg_h264_chroma_mc4_mmi(uint8_t *dst, uint8_ [all...] |
H A D | h264chroma_msa.c | 32 static void avc_chroma_hz_2x2_msa(uint8_t *src, uint8_t *dst, int32_t stride, in avc_chroma_hz_2x2_msa() argument 58 SH(out0, dst); in avc_chroma_hz_2x2_msa() 59 dst += stride; in avc_chroma_hz_2x2_msa() 60 SH(out1, dst); in avc_chroma_hz_2x2_msa() 63 static void avc_chroma_hz_2x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, in avc_chroma_hz_2x4_msa() argument 88 ST_H4(res, 0, 1, 2, 3, dst, stride); in avc_chroma_hz_2x4_msa() 91 static void avc_chroma_hz_2w_msa(uint8_t *src, uint8_t *dst, int32_t stride, in avc_chroma_hz_2w_msa() argument 96 avc_chroma_hz_2x2_msa(src, dst, stride, coeff0, coeff1); in avc_chroma_hz_2w_msa() 98 avc_chroma_hz_2x4_msa(src, dst, stride, coeff0, coeff1); in avc_chroma_hz_2w_msa() 102 static void avc_chroma_hz_4x2_msa(uint8_t *src, uint8_t *dst, int32_ argument 127 avc_chroma_hz_4x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_hz_4x4_msa() argument 150 avc_chroma_hz_4x8_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_hz_4x8_msa() argument 174 avc_chroma_hz_4w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1, int32_t height) avc_chroma_hz_4w_msa() argument 187 avc_chroma_hz_8x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_hz_8x4_msa() argument 210 avc_chroma_hz_8x8_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_hz_8x8_msa() argument 243 avc_chroma_hz_nonmult_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1, int32_t height) avc_chroma_hz_nonmult_msa() argument 292 avc_chroma_hz_8w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1, int32_t height) avc_chroma_hz_8w_msa() argument 305 avc_chroma_vt_2x2_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_vt_2x2_msa() argument 337 avc_chroma_vt_2x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_vt_2x4_msa() argument 365 avc_chroma_vt_2w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1, int32_t height) avc_chroma_vt_2w_msa() argument 376 avc_chroma_vt_4x2_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_vt_4x2_msa() argument 400 avc_chroma_vt_4x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_vt_4x4_msa() argument 424 avc_chroma_vt_4x8_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_vt_4x8_msa() argument 452 avc_chroma_vt_4w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1, int32_t height) avc_chroma_vt_4w_msa() argument 465 avc_chroma_vt_8x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_vt_8x4_msa() argument 486 avc_chroma_vt_8x8_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_vt_8x8_msa() argument 518 avc_chroma_vt_8w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1, int32_t height) avc_chroma_vt_8w_msa() argument 529 avc_chroma_hv_2x2_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1) avc_chroma_hv_2x2_msa() argument 564 avc_chroma_hv_2x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1) avc_chroma_hv_2x4_msa() argument 598 avc_chroma_hv_2w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1, int32_t height) avc_chroma_hv_2w_msa() argument 612 avc_chroma_hv_4x2_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1) avc_chroma_hv_4x2_msa() argument 640 avc_chroma_hv_4x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1) avc_chroma_hv_4x4_msa() argument 673 avc_chroma_hv_4x8_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1) avc_chroma_hv_4x8_msa() argument 713 avc_chroma_hv_4w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1, int32_t height) avc_chroma_hv_4w_msa() argument 730 avc_chroma_hv_8x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1) avc_chroma_hv_8x4_msa() argument 773 avc_chroma_hv_8x8_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1) avc_chroma_hv_8x8_msa() argument 829 avc_chroma_hv_8w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1, int32_t height) avc_chroma_hv_8w_msa() argument 843 avc_chroma_hz_and_aver_dst_2x2_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_hz_and_aver_dst_2x2_msa() argument 885 avc_chroma_hz_and_aver_dst_2x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_hz_and_aver_dst_2x4_msa() argument 925 avc_chroma_hz_and_aver_dst_2w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1, int32_t height) avc_chroma_hz_and_aver_dst_2w_msa() argument 936 avc_chroma_hz_and_aver_dst_4x2_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_hz_and_aver_dst_4x2_msa() argument 969 avc_chroma_hz_and_aver_dst_4x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_hz_and_aver_dst_4x4_msa() argument 998 avc_chroma_hz_and_aver_dst_4x8_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_hz_and_aver_dst_4x8_msa() argument 1030 avc_chroma_hz_and_aver_dst_4w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1, int32_t height) avc_chroma_hz_and_aver_dst_4w_msa() argument 1043 avc_chroma_hz_and_aver_dst_8x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_hz_and_aver_dst_8x4_msa() argument 1073 avc_chroma_hz_and_aver_dst_8x8_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_hz_and_aver_dst_8x8_msa() argument 1117 avc_chroma_hz_and_aver_dst_8w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1, int32_t height) avc_chroma_hz_and_aver_dst_8w_msa() argument 1128 avc_chroma_vt_and_aver_dst_2x2_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_vt_and_aver_dst_2x2_msa() argument 1165 avc_chroma_vt_and_aver_dst_2x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_vt_and_aver_dst_2x4_msa() argument 1207 avc_chroma_vt_and_aver_dst_2w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1, int32_t height) avc_chroma_vt_and_aver_dst_2w_msa() argument 1218 avc_chroma_vt_and_aver_dst_4x2_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_vt_and_aver_dst_4x2_msa() argument 1250 avc_chroma_vt_and_aver_dst_4x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_vt_and_aver_dst_4x4_msa() argument 1280 avc_chroma_vt_and_aver_dst_4x8_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_vt_and_aver_dst_4x8_msa() argument 1316 avc_chroma_vt_and_aver_dst_4w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1, int32_t height) avc_chroma_vt_and_aver_dst_4w_msa() argument 1329 avc_chroma_vt_and_aver_dst_8x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_vt_and_aver_dst_8x4_msa() argument 1358 avc_chroma_vt_and_aver_dst_8x8_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1) avc_chroma_vt_and_aver_dst_8x8_msa() argument 1401 avc_chroma_vt_and_aver_dst_8w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coeff0, uint32_t coeff1, int32_t height) avc_chroma_vt_and_aver_dst_8w_msa() argument 1412 avc_chroma_hv_and_aver_dst_2x2_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1) avc_chroma_hv_and_aver_dst_2x2_msa() argument 1454 avc_chroma_hv_and_aver_dst_2x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1) avc_chroma_hv_and_aver_dst_2x4_msa() argument 1499 avc_chroma_hv_and_aver_dst_2w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1, int32_t height) avc_chroma_hv_and_aver_dst_2w_msa() argument 1516 avc_chroma_hv_and_aver_dst_4x2_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1) avc_chroma_hv_and_aver_dst_4x2_msa() argument 1552 avc_chroma_hv_and_aver_dst_4x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1) avc_chroma_hv_and_aver_dst_4x4_msa() argument 1591 avc_chroma_hv_and_aver_dst_4x8_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1) avc_chroma_hv_and_aver_dst_4x8_msa() argument 1640 avc_chroma_hv_and_aver_dst_4w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1, int32_t height) avc_chroma_hv_and_aver_dst_4w_msa() argument 1660 avc_chroma_hv_and_aver_dst_8x4_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1) avc_chroma_hv_and_aver_dst_8x4_msa() argument 1708 avc_chroma_hv_and_aver_dst_8x8_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1) avc_chroma_hv_and_aver_dst_8x8_msa() argument 1777 avc_chroma_hv_and_aver_dst_8w_msa(uint8_t *src, uint8_t *dst, int32_t stride, uint32_t coef_hor0, uint32_t coef_hor1, uint32_t coef_ver0, uint32_t coef_ver1, int32_t height) avc_chroma_hv_and_aver_dst_8w_msa() argument 1794 copy_width4_msa(uint8_t *src, uint8_t *dst, int32_t stride, int32_t height) copy_width4_msa() argument 1817 copy_width8_msa(uint8_t *src, uint8_t *dst, int32_t stride, int32_t height) copy_width8_msa() argument 1835 avg_width4_msa(uint8_t *src, uint8_t *dst, int32_t stride, int32_t height) avg_width4_msa() argument 1870 avg_width8_msa(uint8_t *src, uint8_t *dst, int32_t stride, int32_t height) avg_width8_msa() argument 1906 ff_put_h264_chroma_mc8_msa(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int height, int x, int y) ff_put_h264_chroma_mc8_msa() argument 1922 ff_put_h264_chroma_mc4_msa(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int height, int x, int y) ff_put_h264_chroma_mc4_msa() argument 1938 ff_put_h264_chroma_mc2_msa(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int height, int x, int y) ff_put_h264_chroma_mc2_msa() argument 1961 ff_avg_h264_chroma_mc8_msa(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int height, int x, int y) ff_avg_h264_chroma_mc8_msa() argument 1979 ff_avg_h264_chroma_mc4_msa(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int height, int x, int y) ff_avg_h264_chroma_mc4_msa() argument 1996 ff_avg_h264_chroma_mc2_msa(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int height, int x, int y) ff_avg_h264_chroma_mc2_msa() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | ivi_dsp.c | 34 void ff_ivi_recompose53(const IVIPlaneDesc *plane, uint8_t *dst, in ff_ivi_recompose53() argument 174 dst[x] = av_clip_uint8((p0 >> 6) + 128); in ff_ivi_recompose53() 175 dst[x+1] = av_clip_uint8((p1 >> 6) + 128); in ff_ivi_recompose53() 176 dst[dst_pitch+x] = av_clip_uint8((p2 >> 6) + 128); in ff_ivi_recompose53() 177 dst[dst_pitch+x+1] = av_clip_uint8((p3 >> 6) + 128); in ff_ivi_recompose53() 180 dst += dst_pitch << 1; in ff_ivi_recompose53() 191 void ff_ivi_recompose_haar(const IVIPlaneDesc *plane, uint8_t *dst, in ff_ivi_recompose_haar() argument 222 dst[x] = av_clip_uint8(p0 + 128); in ff_ivi_recompose_haar() 223 dst[x + 1] = av_clip_uint8(p1 + 128); in ff_ivi_recompose_haar() 224 dst[dst_pitc in ff_ivi_recompose_haar() 276 int32_t *dst; ff_ivi_inverse_haar_8x8() local 385 int32_t *dst; ff_ivi_inverse_haar_4x4() local 541 int32_t *dst; ff_ivi_inverse_slant_8x8() local 581 int32_t *dst; ff_ivi_inverse_slant_4x4() local [all...] |
H A D | pcm.c | 73 * @param dst Destination pointer (variable name) 78 #define ENCODE(type, endian, src, dst, n, shift, offset) \ 82 bytestream_put_ ## endian(&dst, v); \ 85 #define ENCODE_PLANAR(type, endian, dst, n, shift, offset) \ 92 bytestream_put_ ## endian(&dst, v); \ 101 unsigned char *dst; in pcm_encode_frame() local 115 dst = avpkt->data; in pcm_encode_frame() 119 ENCODE(uint32_t, le32, samples, dst, n, 0, 0x80000000) in pcm_encode_frame() 122 ENCODE(uint32_t, be32, samples, dst, n, 0, 0x80000000) in pcm_encode_frame() 125 ENCODE(int32_t, le24, samples, dst, in pcm_encode_frame() [all...] |
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeMIPS_common.c | 520 static SLJIT_INLINE void load_addr_to_reg(void *dst, sljit_u32 reg) in load_addr_to_reg() argument 529 jump = (struct sljit_jump*)dst; in load_addr_to_reg() 534 put_label = (struct sljit_put_label*)dst; in load_addr_to_reg() 1380 FAIL_IF(push_inst(compiler, op_imm | S(src1) | T(dst) | IMM(src2), DR(dst))); \ 1386 FAIL_IF(push_inst(compiler, op_reg | S(src1) | T(src2) | D(dst), DR(dst))); \ 1413 static sljit_s32 emit_clz_ctz(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw src) in emit_clz_ctz() argument 1457 return push_inst(compiler, SELECT_OP(DADDU, ADDU) | SA(OTHER_FLAG) | TA(0) | D(dst), DR(dst)); in emit_clz_ctz() 1462 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, sljit_s32 dst, sljit_s32 src1, sljit_sw src2) emit_single_op() argument 2018 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 flags, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) emit_op() argument 2254 sljit_emit_op1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_op1() argument 2313 sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) sljit_emit_op2() argument 2549 sljit_emit_fop1_conv_sw_from_f64(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1_conv_sw_from_f64() argument 2582 sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1_conv_f64_from_sw() argument 2601 FAIL_IF(emit_op_mem2(compiler, (flags ? DOUBLE_DATA : SINGLE_DATA) | LOAD_DATA, FR(TMP_FREG1), src, srcw, dst, dstw)); sljit_emit_fop1_conv_f64_from_sw() local 2681 sljit_emit_fop1(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src, sljit_sw srcw) sljit_emit_fop1() argument 2731 sljit_emit_fop2(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 src1, sljit_sw src1w, sljit_s32 src2, sljit_sw src2w) sljit_emit_fop2() argument 2816 sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) sljit_emit_fast_enter() argument 3191 sljit_emit_op_flags(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 dst, sljit_sw dstw, sljit_s32 type) sljit_emit_op_flags() argument 3673 sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw init_value) sljit_emit_const() argument 3695 sljit_emit_put_label(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw) sljit_emit_put_label() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | ShaderTGSI.c | 489 const struct Shader_dst_operand *dst) in dcl_vs_input() 492 assert(dst->base.index_dim == 1); in dcl_vs_input() 493 assert(dst->base.index[0].imm < SHADER_MAX_INPUTS); in dcl_vs_input() 495 reg = ureg_DECL_vs_input(ureg, dst->base.index[0].imm); in dcl_vs_input() 497 dcl_base_input(sx, ureg, dst, reg, dst->base.index[0].imm, in dcl_vs_input() 504 const struct Shader_dst_operand *dst) in dcl_gs_input() 506 if (dst->base.index_dim == 2) { in dcl_gs_input() 507 assert(dst->base.index[1].imm < SHADER_MAX_INPUTS); in dcl_gs_input() 509 declare_vertices_in(sx, dst in dcl_gs_input() 487 dcl_vs_input(struct Shader_xlate *sx, struct ureg_program *ureg, const struct Shader_dst_operand *dst) dcl_vs_input() argument 502 dcl_gs_input(struct Shader_xlate *sx, struct ureg_program *ureg, const struct Shader_dst_operand *dst) dcl_gs_input() argument 531 dcl_sgv_input(struct Shader_xlate *sx, struct ureg_program *ureg, const struct Shader_dst_operand *dst, uint dcl_siv_name) dcl_sgv_input() argument 547 dcl_siv_input(struct Shader_xlate *sx, struct ureg_program *ureg, const struct Shader_dst_operand *dst, uint dcl_siv_name) dcl_siv_input() argument 567 dcl_ps_input(struct Shader_xlate *sx, struct ureg_program *ureg, const struct Shader_dst_operand *dst, uint dcl_in_ps_interp) dcl_ps_input() argument 586 dcl_ps_sgv_input(struct Shader_xlate *sx, struct ureg_program *ureg, const struct Shader_dst_operand *dst, uint dcl_siv_name) dcl_ps_sgv_input() argument 627 dcl_ps_siv_input(struct Shader_xlate *sx, struct ureg_program *ureg, const struct Shader_dst_operand *dst, uint dcl_siv_name, uint dcl_in_ps_interp) dcl_ps_siv_input() argument 1165 sample_ureg_emit(struct ureg_program *ureg, unsigned tgsi_opcode, unsigned num_src, struct Shader_opcode *opcode, struct ureg_dst dst, struct ureg_src *src) sample_ureg_emit() argument 1210 struct ureg_dst dst = translate_dst_operand(sx, &opcode->dst[0], expand_unary_to_scalarf() local 1754 struct ureg_dst dst = translate_dst_operand(&sx, &opcode.dst[0], Shader_tgsi_translate() local 1767 struct ureg_dst dst = translate_dst_operand(&sx, &opcode.dst[1], Shader_tgsi_translate() local 2228 struct ureg_dst dst[SHADER_MAX_DST_OPERANDS]; Shader_tgsi_translate() local [all...] |
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_rs.c | 282 struct etna_resource *dst = etna_resource(surf->base.texture); in etna_rs_gen_clear_surface() local 308 .dest = dst->bo, in etna_rs_gen_clear_surface() 312 .dest_tiling = tiled_clear ? dst->layout : ETNA_LAYOUT_LINEAR, in etna_rs_gen_clear_surface() 323 etna_blit_clear_color_rs(struct pipe_context *pctx, struct pipe_surface *dst, in etna_blit_clear_color_rs() argument 327 struct etna_surface *surf = etna_surface(dst); in etna_blit_clear_color_rs() 356 etna_blit_clear_zs_rs(struct pipe_context *pctx, struct pipe_surface *dst, in etna_blit_clear_zs_rs() argument 360 struct etna_surface *surf = etna_surface(dst); in etna_blit_clear_zs_rs() 471 etna_manual_blit(struct etna_resource *dst, struct etna_resource_level *dst_lev, in etna_manual_blit() argument 480 assert(dst->layout == ETNA_LAYOUT_TILED); in etna_manual_blit() 482 assert(dst in etna_manual_blit() 565 msaa_config(const struct pipe_resource *src, const struct pipe_resource *dst, int *msaa_xscale, int *msaa_yscale) msaa_config() argument 595 struct etna_resource *dst = etna_resource(blit_info->dst.resource); etna_try_rs_blit() local [all...] |
/third_party/skia/src/pathops/ |
H A D | SkPathOpsCubic.cpp | 86 static void interp_cubic_coords(const double* src, double* dst, double t) { in interp_cubic_coords() argument 94 dst[0] = src[0]; in interp_cubic_coords() 95 dst[2] = ab; in interp_cubic_coords() 96 dst[4] = abc; in interp_cubic_coords() 97 dst[6] = abcd; in interp_cubic_coords() 98 dst[8] = bcd; in interp_cubic_coords() 99 dst[10] = cd; in interp_cubic_coords() 100 dst[12] = src[6]; in interp_cubic_coords() 104 SkDCubicPair dst; in chopAt() local 106 dst in chopAt() [all...] |
/kernel/linux/linux-6.6/lib/zstd/decompress/ |
H A D | huf_decompress.c | 88 void* dst, size_t dstSize, \ 92 return fn##_body(dst, dstSize, cSrc, cSrcSize, DTable); \ 96 void* dst, size_t dstSize, \ 100 return fn##_body(dst, dstSize, cSrc, cSrcSize, DTable); \ 103 static size_t fn(void* dst, size_t dstSize, void const* cSrc, \ 107 return fn##_bmi2(dst, dstSize, cSrc, cSrcSize, DTable); \ 109 return fn##_default(dst, dstSize, cSrc, cSrcSize, DTable); \ 115 static size_t fn(void* dst, size_t dstSize, void const* cSrc, \ 119 return fn##_body(dst, dstSize, cSrc, cSrcSize, DTable); \ 162 static size_t HUF_DecompressAsmArgs_init(HUF_DecompressAsmArgs* args, void* dst, size_ argument 526 HUF_decompress1X1_usingDTable_internal_body( void* dst, size_t dstSize, const void* cSrc, size_t cSrcSize, const HUF_DTable* DTable) HUF_decompress1X1_usingDTable_internal_body() argument 549 HUF_decompress4X1_usingDTable_internal_body( void* dst, size_t dstSize, const void* cSrc, size_t cSrcSize, const HUF_DTable* DTable) HUF_decompress4X1_usingDTable_internal_body() argument 647 HUF_decompress4X1_usingDTable_internal_bmi2(void* dst, size_t dstSize, void const* cSrc, size_t cSrcSize, HUF_DTable const* DTable) HUF_decompress4X1_usingDTable_internal_bmi2() argument 655 HUF_decompress4X1_usingDTable_internal_default(void* dst, size_t dstSize, void const* cSrc, size_t cSrcSize, HUF_DTable const* DTable) HUF_decompress4X1_usingDTable_internal_default() argument 667 HUF_decompress4X1_usingDTable_internal_bmi2_asm( void* dst, size_t dstSize, const void* cSrc, size_t cSrcSize, const HUF_DTable* DTable) HUF_decompress4X1_usingDTable_internal_bmi2_asm() argument 726 HUF_decompress4X1_usingDTable_internal(void* dst, size_t dstSize, void const* cSrc, size_t cSrcSize, HUF_DTable const* DTable, int bmi2) HUF_decompress4X1_usingDTable_internal() argument 749 HUF_decompress1X1_usingDTable( void* dst, size_t dstSize, const void* cSrc, size_t cSrcSize, const HUF_DTable* DTable) HUF_decompress1X1_usingDTable() argument 759 HUF_decompress1X1_DCtx_wksp(HUF_DTable* DCtx, void* dst, size_t dstSize, const void* cSrc, size_t cSrcSize, void* workSpace, size_t wkspSize) HUF_decompress1X1_DCtx_wksp() argument 774 HUF_decompress4X1_usingDTable( void* dst, size_t dstSize, const void* cSrc, size_t cSrcSize, const HUF_DTable* DTable) HUF_decompress4X1_usingDTable() argument 784 HUF_decompress4X1_DCtx_wksp_bmi2(HUF_DTable* dctx, void* dst, size_t dstSize, const void* cSrc, size_t cSrcSize, void* workSpace, size_t wkspSize, int bmi2) HUF_decompress4X1_DCtx_wksp_bmi2() argument 798 HUF_decompress4X1_DCtx_wksp(HUF_DTable* dctx, void* dst, size_t dstSize, const void* cSrc, size_t cSrcSize, void* workSpace, size_t wkspSize) HUF_decompress4X1_DCtx_wksp() argument 1218 HUF_decompress1X2_usingDTable_internal_body( void* dst, size_t dstSize, const void* cSrc, size_t cSrcSize, const HUF_DTable* DTable) HUF_decompress1X2_usingDTable_internal_body() argument 1244 HUF_decompress4X2_usingDTable_internal_body( void* dst, size_t dstSize, const void* cSrc, size_t cSrcSize, const HUF_DTable* DTable) HUF_decompress4X2_usingDTable_internal_body() argument 1363 HUF_decompress4X2_usingDTable_internal_bmi2(void* dst, size_t dstSize, void const* cSrc, size_t cSrcSize, HUF_DTable const* DTable) HUF_decompress4X2_usingDTable_internal_bmi2() argument 1371 HUF_decompress4X2_usingDTable_internal_default(void* dst, size_t dstSize, void const* cSrc, size_t cSrcSize, HUF_DTable const* DTable) HUF_decompress4X2_usingDTable_internal_default() argument 1382 HUF_decompress4X2_usingDTable_internal_bmi2_asm( void* dst, size_t dstSize, const void* cSrc, size_t cSrcSize, const HUF_DTable* DTable) HUF_decompress4X2_usingDTable_internal_bmi2_asm() argument 1431 HUF_decompress4X2_usingDTable_internal(void* dst, size_t dstSize, void const* cSrc, size_t cSrcSize, HUF_DTable const* DTable, int bmi2) HUF_decompress4X2_usingDTable_internal() argument 1465 HUF_decompress1X2_DCtx_wksp(HUF_DTable* DCtx, void* dst, size_t dstSize, const void* cSrc, size_t cSrcSize, void* workSpace, size_t wkspSize) HUF_decompress1X2_DCtx_wksp() argument 1481 HUF_decompress4X2_usingDTable( void* dst, size_t dstSize, const void* cSrc, size_t cSrcSize, const HUF_DTable* DTable) HUF_decompress4X2_usingDTable() argument 1491 HUF_decompress4X2_DCtx_wksp_bmi2(HUF_DTable* dctx, void* dst, size_t dstSize, const void* cSrc, size_t cSrcSize, void* workSpace, size_t wkspSize, int bmi2) HUF_decompress4X2_DCtx_wksp_bmi2() argument 1506 HUF_decompress4X2_DCtx_wksp(HUF_DTable* dctx, void* dst, size_t dstSize, const void* cSrc, size_t cSrcSize, void* workSpace, size_t wkspSize) HUF_decompress4X2_DCtx_wksp() argument 1521 HUF_decompress1X_usingDTable(void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize, const HUF_DTable* DTable) HUF_decompress1X_usingDTable() argument 1540 HUF_decompress4X_usingDTable(void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize, const HUF_DTable* DTable) HUF_decompress4X_usingDTable() argument 1614 HUF_decompress4X_hufOnly_wksp(HUF_DTable* dctx, void* dst, size_t dstSize, const void* cSrc, size_t cSrcSize, void* workSpace, size_t wkspSize) HUF_decompress4X_hufOnly_wksp() argument 1640 HUF_decompress1X_DCtx_wksp(HUF_DTable* dctx, void* dst, size_t dstSize, const void* cSrc, size_t cSrcSize, void* workSpace, size_t wkspSize) HUF_decompress1X_DCtx_wksp() argument 1671 HUF_decompress1X_usingDTable_bmi2(void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize, const HUF_DTable* DTable, int bmi2) HUF_decompress1X_usingDTable_bmi2() argument 1689 HUF_decompress1X1_DCtx_wksp_bmi2(HUF_DTable* dctx, void* dst, size_t dstSize, const void* cSrc, size_t cSrcSize, void* workSpace, size_t wkspSize, int bmi2) HUF_decompress1X1_DCtx_wksp_bmi2() argument 1702 HUF_decompress4X_usingDTable_bmi2(void* dst, size_t maxDstSize, const void* cSrc, size_t cSrcSize, const HUF_DTable* DTable, int bmi2) HUF_decompress4X_usingDTable_bmi2() argument 1719 HUF_decompress4X_hufOnly_wksp_bmi2(HUF_DTable* dctx, void* dst, size_t dstSize, const void* cSrc, size_t cSrcSize, void* workSpace, size_t wkspSize, int bmi2) HUF_decompress4X_hufOnly_wksp_bmi2() argument [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_context.c | 182 ir3_get_dst_ssa(struct ir3_context *ctx, nir_ssa_def *dst, unsigned n) in ir3_get_dst_ssa() argument 186 _mesa_hash_table_insert(ctx->def_ht, dst, value); in ir3_get_dst_ssa() 191 ir3_get_dst(struct ir3_context *ctx, nir_dest *dst, unsigned n) in ir3_get_dst() argument 195 if (dst->is_ssa) { in ir3_get_dst() 196 value = ir3_get_dst_ssa(ctx, &dst->ssa, n); in ir3_get_dst() 242 ir3_put_dst(struct ir3_context *ctx, nir_dest *dst) in ir3_put_dst() argument 244 unsigned bit_size = ir3_bitsize(ctx, nir_dest_bit_size(*dst)); in ir3_put_dst() 246 /* add extra mov if dst value is shared reg.. in some cases not all in ir3_put_dst() 260 struct ir3_instruction *dst = ctx->last_dst[i]; in ir3_put_dst() local 261 ir3_set_dst_type(dst, tru in ir3_put_dst() 360 ir3_split_dest(struct ir3_block *block, struct ir3_instruction **dst, struct ir3_instruction *src, unsigned base, unsigned n) ir3_split_dest() argument 611 struct ir3_register *dst; ir3_create_array_store() local [all...] |
/third_party/skia/tools/ |
H A D | ToolUtils.cpp | 223 SkPath* dst, in get_text_path() 237 } rec = {dst, pos}; in get_text_path() 277 void create_hemi_normal_map(SkBitmap* bm, const SkIRect& dst) { in create_hemi_normal_map() argument 279 SkPoint::Make(dst.fLeft + (dst.width() / 2.0f), dst.fTop + (dst.height() / 2.0f)); in create_hemi_normal_map() 280 const SkPoint halfSize = SkPoint::Make(dst.width() / 2.0f, dst.height() / 2.0f); in create_hemi_normal_map() 284 for (int y = dst in create_hemi_normal_map() 219 get_text_path(const SkFont& font, const void* text, size_t length, SkTextEncoding encoding, SkPath* dst, const SkPoint pos[]) get_text_path() argument 301 create_frustum_normal_map(SkBitmap* bm, const SkIRect& dst) create_frustum_normal_map() argument 342 create_tetra_normal_map(SkBitmap* bm, const SkIRect& dst) create_tetra_normal_map() argument 377 copy_to(SkBitmap* dst, SkColorType dstColorType, const SkBitmap& src) copy_to() argument 406 copy_to_g8(SkBitmap* dst, const SkBitmap& src) copy_to_g8() argument [all...] |
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | route.c | 90 #include <net/dst.h> 137 static struct dst_entry *ipv4_dst_check(struct dst_entry *dst, u32 cookie); 138 static unsigned int ipv4_default_advmss(const struct dst_entry *dst); 139 static unsigned int ipv4_mtu(const struct dst_entry *dst); 141 struct dst_entry *dst); 143 static void ip_rt_update_pmtu(struct dst_entry *dst, struct sock *sk, 146 static void ip_do_redirect(struct dst_entry *dst, struct sock *sk, 148 static void ipv4_dst_destroy(struct dst_entry *dst); 150 static u32 *ipv4_cow_metrics(struct dst_entry *dst, unsigned long old) in ipv4_cow_metrics() argument 156 static struct neighbour *ipv4_neigh_lookup(const struct dst_entry *dst, 343 struct ip_rt_acct *dst, *src; rt_acct_proc_show() local 434 ipv4_neigh_lookup(const struct dst_entry *dst, struct sk_buff *skb, const void *daddr) ipv4_neigh_lookup() argument 463 ipv4_confirm_neigh(const struct dst_entry *dst, const void *daddr) ipv4_confirm_neigh() argument 852 ip_do_redirect(struct dst_entry *dst, struct sock *sk, struct sk_buff *skb) ip_do_redirect() argument 870 ipv4_negative_advice(struct sock *sk, struct dst_entry *dst) ipv4_negative_advice() argument 1042 struct dst_entry *dst = &rt->dst; __ip_rt_update_pmtu() local 1076 ip_rt_update_pmtu(struct dst_entry *dst, struct sock *sk, struct sk_buff *skb, u32 mtu, bool confirm_neigh) ip_rt_update_pmtu() argument 1218 ipv4_dst_check(struct dst_entry *dst, u32 cookie) ipv4_dst_check() argument 1335 ipv4_default_advmss(const struct dst_entry *dst) ipv4_default_advmss() argument 1344 ipv4_mtu(const struct dst_entry *dst) ipv4_mtu() argument 1568 ipv4_dst_destroy(struct dst_entry *dst) ipv4_dst_destroy() argument 2863 rt_fill_info(struct net *net, __be32 dst, __be32 src, struct rtable *rt, u32 table_id, struct flowi4 *fl4, struct sk_buff *skb, u32 portid, u32 seq, unsigned int flags) rt_fill_info() argument 3072 inet_rtm_getroute_build_skb(__be32 src, __be32 dst, u8 ip_proto, __be16 sport, __be16 dport) inet_rtm_getroute_build_skb() argument 3215 __be32 dst = 0; inet_rtm_getroute() local [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | nodemask.h | 29 * void nodes_and(dst, src1, src2) dst = src1 & src2 [intersection] 30 * void nodes_or(dst, src1, src2) dst = src1 | src2 [union] 31 * void nodes_xor(dst, src1, src2) dst = src1 ^ src2 32 * void nodes_andnot(dst, src1, src2) dst = src1 & ~src2 33 * void nodes_complement(dst, src) dst [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | nodemask.h | 29 * void nodes_and(dst, src1, src2) dst = src1 & src2 [intersection] 30 * void nodes_or(dst, src1, src2) dst = src1 | src2 [union] 31 * void nodes_xor(dst, src1, src2) dst = src1 ^ src2 32 * void nodes_andnot(dst, src1, src2) dst = src1 & ~src2 33 * void nodes_complement(dst, src) dst [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vc1dsp_mmx.c | 38 void ff_vc1_put_ver_16b_shift2_mmx(int16_t *dst, 41 void ff_vc1_put_hor_16b_shift2_mmx(uint8_t *dst, x86_reg stride, 43 void ff_vc1_avg_hor_16b_shift2_mmxext(uint8_t *dst, x86_reg stride, 82 static void OPNAME ## vc1_shift2_mmx(uint8_t *dst, const uint8_t *src,\ 124 : "+r"(src), "+r"(dst)\ 187 vc1_put_ver_16b_ ## NAME ## _mmx(int16_t *dst, const uint8_t *src, \ 227 : "+r"(h), "+r" (src), "+r" (dst) \ 244 OPNAME ## vc1_hor_16b_ ## NAME ## _mmx(uint8_t *dst, x86_reg stride, \ 266 : "+r"(h), "+r" (src), "+r" (dst) \ 283 OPNAME ## vc1_## NAME ## _mmx(uint8_t *dst, cons [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vsrc_mptestsrc.c | 106 static void idct(uint8_t *dst, int dst_linesize, int src[64]) in idct() argument 129 dst[dst_linesize*i + j] = av_clip_uint8(lrint(sum)); in idct() 134 static void draw_dc(uint8_t *dst, int dst_linesize, int color, int w, int h) in draw_dc() argument 140 dst[x + y*dst_linesize] = color; in draw_dc() 143 static void draw_basis(uint8_t *dst, int dst_linesize, int amp, int freq, int dc) in draw_basis() argument 151 idct(dst, dst_linesize, src); in draw_basis() 154 static void draw_cbp(uint8_t *dst[3], int dst_linesize[3], int cbp, int amp, int dc) in draw_cbp() argument 156 if (cbp&1) draw_basis(dst[0] , dst_linesize[0], amp, 1, dc); in draw_cbp() 157 if (cbp&2) draw_basis(dst[0]+8 , dst_linesize[0], amp, 1, dc); in draw_cbp() 158 if (cbp&4) draw_basis(dst[ in draw_cbp() 164 dc_test(uint8_t *dst, int dst_linesize, int w, int h, int off) dc_test() argument 177 freq_test(uint8_t *dst, int dst_linesize, int off) freq_test() argument 189 amp_test(uint8_t *dst, int dst_linesize, int off) amp_test() argument 201 cbp_test(uint8_t *dst[3], int dst_linesize[3], int off) cbp_test() argument 218 mv_test(uint8_t *dst, int dst_linesize, int off) mv_test() argument 230 ring1_test(uint8_t *dst, int dst_linesize, int off) ring1_test() argument 242 ring2_test(uint8_t *dst, int dst_linesize, int off) ring2_test() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkRenderPass.cpp | 50 void CopySubpasses(VkSubpassDescription *dst, const T *src, uint32_t count) in CopySubpasses() argument 54 dst[i].flags = src[i].flags; in CopySubpasses() 55 dst[i].pipelineBindPoint = src[i].pipelineBindPoint; in CopySubpasses() 56 dst[i].inputAttachmentCount = src[i].inputAttachmentCount; in CopySubpasses() 57 dst[i].pInputAttachments = nullptr; in CopySubpasses() 58 dst[i].colorAttachmentCount = src[i].colorAttachmentCount; in CopySubpasses() 59 dst[i].pColorAttachments = nullptr; in CopySubpasses() 60 dst[i].pResolveAttachments = nullptr; in CopySubpasses() 61 dst[i].pDepthStencilAttachment = nullptr; in CopySubpasses() 62 dst[ in CopySubpasses() 68 CopyAttachmentDescriptions(VkAttachmentDescription *dst, const T *src, uint32_t count) CopyAttachmentDescriptions() argument 85 CopyAttachmentReferences(VkAttachmentReference *dst, const T *src, uint32_t count) CopyAttachmentReferences() argument 95 CopySubpassDependencies(VkSubpassDependency *dst, const T *src, uint32_t count) CopySubpassDependencies() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_format_helper.c | 28 * @dst: Destination buffer 33 * This function does not apply clipping on dst, i.e. the destination 36 void drm_fb_memcpy(void *dst, void *vaddr, struct drm_framebuffer *fb, in drm_fb_memcpy() argument 45 memcpy(dst, vaddr, len); in drm_fb_memcpy() 47 dst += len; in drm_fb_memcpy() 54 * @dst: Destination buffer (iomem) 59 * This function applies clipping on dst, i.e. the destination is a 62 void drm_fb_memcpy_dstclip(void __iomem *dst, void *vaddr, in drm_fb_memcpy_dstclip() argument 72 dst += offset; in drm_fb_memcpy_dstclip() 74 memcpy_toio(dst, vadd in drm_fb_memcpy_dstclip() 95 drm_fb_swab(void *dst, void *src, struct drm_framebuffer *fb, struct drm_rect *clip, bool cached) drm_fb_swab() argument 169 drm_fb_xrgb8888_to_rgb565(void *dst, void *vaddr, struct drm_framebuffer *fb, struct drm_rect *clip, bool swab) drm_fb_xrgb8888_to_rgb565() argument 214 drm_fb_xrgb8888_to_rgb565_dstclip(void __iomem *dst, unsigned int dst_pitch, void *vaddr, struct drm_framebuffer *fb, struct drm_rect *clip, bool swab) drm_fb_xrgb8888_to_rgb565_dstclip() argument 266 drm_fb_xrgb8888_to_rgb888_dstclip(void __iomem *dst, unsigned int dst_pitch, void *vaddr, struct drm_framebuffer *fb, struct drm_rect *clip) drm_fb_xrgb8888_to_rgb888_dstclip() argument 308 drm_fb_xrgb8888_to_gray8(u8 *dst, void *vaddr, struct drm_framebuffer *fb, struct drm_rect *clip) drm_fb_xrgb8888_to_gray8() argument [all...] |
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | vp3dsp_altivec.c | 123 static void vp3_idct_put_altivec(uint8_t *dst, ptrdiff_t stride, int16_t block[64]) in vp3_idct_put_altivec() argument 138 vec_ste((vec_u32)t, 0, (unsigned int *)dst);\ in vp3_idct_put_altivec() 139 vec_ste((vec_u32)t, 4, (unsigned int *)dst); in vp3_idct_put_altivec() 141 PUT(b0) dst += stride; in vp3_idct_put_altivec() 142 PUT(b1) dst += stride; in vp3_idct_put_altivec() 143 PUT(b2) dst += stride; in vp3_idct_put_altivec() 144 PUT(b3) dst += stride; in vp3_idct_put_altivec() 145 PUT(b4) dst += stride; in vp3_idct_put_altivec() 146 PUT(b5) dst += stride; in vp3_idct_put_altivec() 147 PUT(b6) dst in vp3_idct_put_altivec() 152 vp3_idct_add_altivec(uint8_t *dst, ptrdiff_t stride, int16_t block[64]) vp3_idct_add_altivec() argument [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_combine_stores.c | 56 nir_deref_instr *dst; member 128 unsigned num_components = glsl_get_vector_elements(combo->dst->type); in combine_stores() 161 nir_src_for_ssa(&combo->dst->dest.ssa)); in combine_stores() 179 if (nir_compare_derefs(combo->dst, deref) & nir_derefs_may_alias_bit) { in combine_stores_with_deref() 194 if (nir_deref_mode_may_be(combo->dst, modes)) { in combine_stores_with_modes() 206 if (nir_compare_derefs(combo->dst, deref) & nir_derefs_equal_bit) in find_matching_combined_store() 216 nir_deref_instr *dst = nir_src_as_deref(intrin->src[0]); in update_combined_store() local 217 if (!nir_deref_mode_may_be(dst, state->modes)) in update_combined_store() 223 if (glsl_type_is_vector(dst->type)) { in update_combined_store() 225 vec_dst = dst; in update_combined_store() 303 nir_deref_instr *dst = nir_src_as_deref(intrin->src[0]); combine_stores_block() local 388 nir_deref_instr *dst = nir_src_as_deref(intrin->src[0]); combine_stores_block() local 415 nir_deref_instr *dst = nir_src_as_deref(intrin->src[0]); combine_stores_block() local [all...] |
/kernel/linux/linux-5.10/crypto/ |
H A D | aegis.h | 27 static __always_inline void crypto_aegis_block_xor(union aegis_block *dst, in crypto_aegis_block_xor() argument 30 dst->words64[0] ^= src->words64[0]; in crypto_aegis_block_xor() 31 dst->words64[1] ^= src->words64[1]; in crypto_aegis_block_xor() 34 static __always_inline void crypto_aegis_block_and(union aegis_block *dst, in crypto_aegis_block_and() argument 37 dst->words64[0] &= src->words64[0]; in crypto_aegis_block_and() 38 dst->words64[1] &= src->words64[1]; in crypto_aegis_block_and() 41 static __always_inline void crypto_aegis_aesenc(union aegis_block *dst, in crypto_aegis_aesenc() argument 54 dst->words32[0] = cpu_to_le32(d0) ^ key->words32[0]; in crypto_aegis_aesenc() 55 dst->words32[1] = cpu_to_le32(d1) ^ key->words32[1]; in crypto_aegis_aesenc() 56 dst in crypto_aegis_aesenc() [all...] |
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | glue_helper-asm-avx2.S | 18 #define store_16way(dst, x0, x1, x2, x3, x4, x5, x6, x7) \ 19 vmovdqu x0, (0*32)(dst); \ 20 vmovdqu x1, (1*32)(dst); \ 21 vmovdqu x2, (2*32)(dst); \ 22 vmovdqu x3, (3*32)(dst); \ 23 vmovdqu x4, (4*32)(dst); \ 24 vmovdqu x5, (5*32)(dst); \ 25 vmovdqu x6, (6*32)(dst); \ 26 vmovdqu x7, (7*32)(dst); 28 #define store_cbc_16way(src, dst, x [all...] |