Searched refs:MV (Results 1 – 25 of 703) sorted by relevance
12345678910>>...29
/third_party/openssl/crypto/bn/asm/ |
D | bn-c64xplus.asm | 53 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/ |
D | clearvideo.c | 46 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 …]
|
D | vc1_pred.c | 404 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/ |
D | api-version-bump.sh | 19 MV="git mv" 23 test -e "$1" && $MV "$1" "$2"
|
/third_party/elfutils/src/ |
D | make-debug-archive.in | 21 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/ |
D | AArch64TargetObjectFile.cpp | 62 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel() argument 64 assert((Offset+MV.getConstant() == 0) && in getIndirectSymViaGOTPCRel()
|
D | AArch64TargetObjectFile.h | 40 const MCValue &MV, int64_t Offset,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 50 const GlobalValue *GV, const MCSymbol *Sym, const MCValue &MV, in getIndirectSymViaGOTPCRel() argument 55 unsigned FinalOff = Offset+MV.getConstant()+4; in getIndirectSymViaGOTPCRel()
|
D | X86TargetObjectFile.h | 35 const MCValue &MV, int64_t Offset,
|
/third_party/flutter/skia/third_party/externals/icu/source/data/region/ |
D | ig.txt | 11 MV{"Maldivesa"}
|
D | sw_CD.txt | 21 MV{"Maldivi"}
|
D | zh_Hant_HK.txt | 59 MV{"馬爾代夫"}
|
D | sw_KE.txt | 42 MV{"Maldivi"}
|
D | yi.txt | 151 MV{"מאַלדיוון"}
|
D | zgh.txt | 141 MV{"ⵎⴰⵍⴷⵉⴼ"}
|
/third_party/flutter/skia/third_party/externals/icu/source/data/coll/ |
D | ln.txt | 12 "&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/ |
D | ln.txt | 12 "&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/ |
D | zh_Hant_HK.txt | 61 MV{"馬爾代夫"}
|
D | nn.txt | 37 MV{"Maldivane"}
|
D | yi.txt | 151 MV{"מאַלדיוון"}
|
/third_party/icu/icu4c/source/data/coll/ |
D | ln.txt | 12 "&M<mb<<<mB<<<Mb<<<MB<mf<<<mF<<<Mf<<<MF<mp<<<mP<<<Mp<<<MP<mv<<<mV<<<Mv<<<MV"
|
/third_party/icu/icu4c/source/data/region/ |
D | zh_Hant_HK.txt | 61 MV{"馬爾代夫"}
|
D | nn.txt | 37 MV{"Maldivane"}
|
D | yi.txt | 151 MV{"מאַלדיוון"}
|
/third_party/ntfs-3g/libntfs-3g/ |
D | Makefile.am | 63 $(MV) -f "$(DESTDIR)/$(libdir)"/libntfs-3g.so* "$(DESTDIR)/$(rootlibdir)"; \
|
12345678910>>...29