Searched defs:DM (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/vp8/encoder/ |
D | pickinter.h | 17 #define RD_ESTIMATE(RM,DM,R,D) ( ((128+(R)*(RM)) >> 8) + (DM)*(D) ) argument
|
D | encodemb.c | 233 #define RDCOST(RM,DM,R,D) ( ((128+(R)*(RM)) >> 8) + (DM)*(D) ) argument 234 #define RDTRUNC(RM,DM,R,D) ( (128+(R)*(RM)) & 0xFF ) argument
|
D | rdopt.c | 50 #define RDCOST(RM,DM,R,D) ( ((128+(R)*(RM)) >> 8) + (DM)*(D) ) argument
|
/external/valgrind/main/none/tests/arm/ |
D | vfp.c | 193 #define TESTINSN_un_f64(instruction, DD, DM, DMtype, DMval0, DMval1) \ argument 244 #define TESTINSN_un_cvt_sd(instruction, SD, DM, DMval0, DMval1) \ argument 261 #define TESTINSN_cvt_i32_f64(instruction, SD, DM, DMval0, DMval1) \ argument 295 #define TESTINSN_un_f64_q_vmrs(instruction, DD, DM, DMtype, DMval, RN) \ argument 317 #define TESTINSN_core_to_scalar(instruction, DD, DM, DMval) \ argument 760 #define TESTINSN_cmp_f64(instruction, DD, DDval0, DDval1, DM, DMval0, DMval1) \ argument
|
/external/tcpdump/ |
D | telnet.h | 59 #define DM 242 /* data mark--for connect. cleaning */ macro
|
/external/llvm/lib/VMCore/ |
D | PassManager.cpp | 978 PMDataManager &DM = PRequired->getResolver()->getPMDataManager(); in add() local
|
/external/bluetooth/hcidump/parser/ |
D | rfcomm.h | 82 #define DM 0x0f /* disconnected mode */ macro
|