Home
last modified time | relevance | path

Searched refs:MV (Results 1 – 25 of 703) sorted by relevance

12345678910>>...29

/third_party/openssl/crypto/bn/asm/
Dbn-c64xplus.asm53 MV ARG2,B0
58 || [B0] MV ARG0,A2
59 || [B0] MV ARG3,A3
71 || MV.S A17,A23
77 MV A19,RET ; return value
83 MV ARG2,B0
97 || MV.S A17,A21
103 MV A19,RET ; return value
109 MV ARG2,B0
113 [B0] MV ARG0,B2
[all …]
/third_party/ffmpeg/libavcodec/
Dclearvideo.c46 typedef struct MV { struct
48 } MV; typedef
50 static const MV zero_mv = { 0 };
58 MV *mv;
64 MV mv;
298 static MV mvi_predict(MVInfo *mvi, int mb_x, int mb_y, MV diff) in mvi_predict()
300 MV res, pred_mv; in mvi_predict()
312 MV A = mvi->mv[mvi->mb_stride + mb_x - 1]; in mvi_predict()
313 MV B = mvi->mv[ mb_x ]; in mvi_predict()
314 MV C = mvi->mv[ mb_x + 1]; in mvi_predict()
[all …]
Dvc1_pred.c404 int MV = mv1 ? -60 : -28; in ff_vc1_pred_mv() local
409 if (qx + px < MV) px = MV - qx; in ff_vc1_pred_mv()
410 if (qy + py < MV) py = MV - qy; in ff_vc1_pred_mv()
770 int MV = 4 - (1 << sh); in ff_vc1_pred_b_mv() local
775 if (qx + px < MV) px = MV - qx; in ff_vc1_pred_b_mv()
776 if (qy + py < MV) py = MV - qy; in ff_vc1_pred_b_mv()
840 int MV = 4 - (1 << sh); in ff_vc1_pred_b_mv() local
845 if (qx + px < MV) px = MV - qx; in ff_vc1_pred_b_mv()
846 if (qy + py < MV) py = MV - qy; in ff_vc1_pred_b_mv()
/third_party/libcoap/scripts/
Dapi-version-bump.sh19 MV="git mv"
23 test -e "$1" && $MV "$1" "$2"
/third_party/elfutils/src/
Dmake-debug-archive.in21 MV=/bin/mv
130 $sudo $MV -f "$new_archive" "$archive"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetObjectFile.cpp62 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel() argument
64 assert((Offset+MV.getConstant() == 0) && in getIndirectSymViaGOTPCRel()
DAArch64TargetObjectFile.h40 const MCValue &MV, int64_t Offset,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp50 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel() argument
55 unsigned FinalOff = Offset+MV.getConstant()+4; in getIndirectSymViaGOTPCRel()
DX86TargetObjectFile.h35 const MCValue &MV, int64_t Offset,
/third_party/flutter/skia/third_party/externals/icu/source/data/region/
Dig.txt11 MV{"Maldivesa"}
Dsw_CD.txt21 MV{"Maldivi"}
Dzh_Hant_HK.txt59 MV{"馬爾代夫"}
Dsw_KE.txt42 MV{"Maldivi"}
Dyi.txt151 MV{"מאַלדיוון"}
Dzgh.txt141 MV{"ⵎⴰⵍⴷⵉⴼ"}
/third_party/flutter/skia/third_party/externals/icu/source/data/coll/
Dln.txt12 "&M<mb<<<mB<<<Mb<<<MB<mf<<<mF<<<Mf<<<MF<mp<<<mP<<<Mp<<<MP<mv<<<mV<<<Mv<<<MV"
/third_party/skia/third_party/externals/icu/source/data/coll/
Dln.txt12 "&M<mb<<<mB<<<Mb<<<MB<mf<<<mF<<<Mf<<<MF<mp<<<mP<<<Mp<<<MP<mv<<<mV<<<Mv<<<MV"
/third_party/skia/third_party/externals/icu/source/data/region/
Dzh_Hant_HK.txt61 MV{"馬爾代夫"}
Dnn.txt37 MV{"Maldivane"}
Dyi.txt151 MV{"מאַלדיוון"}
/third_party/icu/icu4c/source/data/coll/
Dln.txt12 "&M<mb<<<mB<<<Mb<<<MB<mf<<<mF<<<Mf<<<MF<mp<<<mP<<<Mp<<<MP<mv<<<mV<<<Mv<<<MV"
/third_party/icu/icu4c/source/data/region/
Dzh_Hant_HK.txt61 MV{"馬爾代夫"}
Dnn.txt37 MV{"Maldivane"}
Dyi.txt151 MV{"מאַלדיוון"}
/third_party/ntfs-3g/libntfs-3g/
DMakefile.am63 $(MV) -f "$(DESTDIR)/$(libdir)"/libntfs-3g.so* "$(DESTDIR)/$(rootlibdir)"; \

12345678910>>...29