/external/libvpx/libvpx/vp9/common/ |
D | vp9_mv.h | 22 typedef struct mv { struct 37 static INLINE int is_zero_mv(const MV *mv) { in is_zero_mv() 45 static INLINE void clamp_mv(MV *mv, int min_col, int max_col, int min_row, in clamp_mv()
|
D | vp9_mvref_common.h | 216 static INLINE void clamp_mv_ref(MV *mv, const MACROBLOCKD *xd) { in clamp_mv_ref() 237 int_mv mv = mi->mv[ref]; in scale_mv() local 248 #define ADD_MV_REF_LIST(mv, refmv_count, mv_ref_list, Done) \ argument 287 static INLINE void clamp_mv2(MV *mv, const MACROBLOCKD *xd) { in clamp_mv2() 294 static INLINE void lower_mv_precision(MV *mv, int allow_hp) { in lower_mv_precision()
|
D | vp9_mvref_common.c | 102 int_mv mv = prev_frame_mvs->mv[0]; in find_mv_refs_idx() local 114 int_mv mv = prev_frame_mvs->mv[1]; in find_mv_refs_idx() local
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/ |
D | ClassAnalyzerTest.java | 57 final MethodProbesVisitor mv = analyzer.visitMethod(0, "foo", "()V", in testMethodFilter_Empty() local 67 final MethodProbesVisitor mv = analyzer.visitMethod(0, "foo", "()V", in testMethodFilter_NonSynthetic() local 79 final MethodProbesVisitor mv = analyzer.visitMethod( in testMethodFilter_Synthetic() local 89 final MethodProbesVisitor mv = analyzer.visitMethod( in testMethodFilter_Lambda() local
|
/external/autotest/site_utils/suite_scheduler/ |
D | driver.py | 58 def RereadAndReprocessConfig(self, config, mv): argument 70 def SetUpEventsAndTasks(self, config, mv): argument 79 def _CreateEventsWithTasks(self, config, mv): argument 125 def RunForever(self, config, mv): argument 179 def HandleEventsOnce(self, mv): argument
|
D | task.py | 740 def _GetCrOSBuild(self, mv, board): argument 771 def _GetFirmwareBuild(self, spec, mv, board): argument 910 mv=None): argument 1030 def Run(self, scheduler, branch_builds, board, force=False, mv=None, argument 1072 def Run(self, scheduler, branch_builds, board, force=False, mv=None, argument
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/ |
D | ClassProbesAdapterTest.java | 119 final MockMethodVisitor mv = new MockMethodVisitor(); in testVisitWithFrames() local 135 final MockMethodVisitor mv = new MockMethodVisitor(); in testVisitWithoutFrames() local 150 MethodVisitor mv = cv.visitMethod(0, "foo", "()V", null, null); in writeMethod() local 158 MethodVisitor mv = cv.visitMethod(0, "foo", "()V", null, null); in writeMethodWithBranch() local 171 MethodVisitor mv = cv.visitMethod(0, "foo", "()V", null, null); in writeMethodWithTableSwitch() local 186 MethodVisitor mv = cv.visitMethod(0, "foo", "()V", null, null); in writeMethodWithLookupSwitch() local
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/ |
D | FieldProbeArrayStrategy.java | 53 public int storeInstance(final MethodVisitor mv, final int variable) { in storeInstance() 72 final MethodVisitor mv = cv.visitMethod(InstrSupport.INITMETHOD_ACC, in createInitMethod() local 117 private int genInitializeDataField(final MethodVisitor mv, in genInitializeDataField()
|
D | NoneProbeArrayStrategy.java | 23 public int storeInstance(final MethodVisitor mv, final int variable) { in storeInstance()
|
D | IProbeArrayStrategy.java | 33 int storeInstance(MethodVisitor mv, int variable); in storeInstance()
|
D | InstrSupport.java | 104 public static void push(final MethodVisitor mv, final int value) { in push()
|
/external/libvpx/libvpx/vp8/common/ |
D | findnearmv.h | 34 static INLINE void vp8_clamp_mv2(int_mv *mv, const MACROBLOCKD *xd) { in vp8_clamp_mv2() 48 static INLINE void vp8_clamp_mv(int_mv *mv, int mb_to_left_edge, in vp8_clamp_mv() 60 static INLINE unsigned int vp8_check_mv_bounds(int_mv *mv, int mb_to_left_edge, in vp8_check_mv_bounds()
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/ |
D | RuntimeDataTest.java | 120 MethodVisitor mv = writer.visitMethod(Opcodes.ACC_PUBLIC, "<init>", in testGenerateArgumentArray() local 161 MethodVisitor mv = writer.visitMethod(Opcodes.ACC_PUBLIC, "<init>", in testGenerateAccessCall() local
|
/external/javassist/src/main/javassist/bytecode/annotation/ |
D | AnnotationImpl.java | 165 MemberValue mv = ainfo.getDefaultValue(); in getDefault() local 196 MemberValue mv = annotation.getMemberValue(name); in hashCode() local 255 MemberValue mv = annotation.getMemberValue(name); in checkEquals() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 33 const MV *mv) { in get_buf_from_mv() 37 void vp9_set_mv_search_range(MvLimits *mv_limits, const MV *mv) { in vp9_set_mv_search_range() 85 static INLINE int mv_cost(const MV *mv, const int *joint_cost, in mv_cost() 93 int vp9_mv_bit_cost(const MV *mv, const MV *ref, const int *mvjcost, in vp9_mv_bit_cost() 100 static int mv_err_cost(const MV *mv, const MV *ref, const int *mvjcost, in mv_err_cost() 112 static int mvsad_err_cost(const MACROBLOCK *x, const MV *mv, const MV *ref, in mvsad_err_cost() 789 static INLINE int is_mv_in(const MvLimits *mv_limits, const MV *mv) { in is_mv_in() 1313 const MV mv = { best_mv->row * 8, best_mv->col * 8 }; in vp9_get_mvpred_var() local 1339 const MV mv = { best_mv->row * 8, best_mv->col * 8 }; in vp9_get_mvpred_av_var() local 1521 const MV mv = { fcenter_mv.row + r, fcenter_mv.col + c }; in exhuastive_mesh_search() local [all …]
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/ |
D | RuntimeData.java | 182 final String classname, final int probecount, final MethodVisitor mv) { in generateArgumentArray() 226 final String classname, final int probecount, final MethodVisitor mv) { in generateAccessCall()
|
D | IExecutionDataAccessorGenerator.java | 49 final int probecount, MethodVisitor mv); in generateDataAccessor()
|
D | OfflineInstrumentationAccessGenerator.java | 49 final int probecount, final MethodVisitor mv) { in generateDataAccessor()
|
D | SystemPropertiesRuntime.java | 42 final int probecount, final MethodVisitor mv) { in generateDataAccessor()
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/ |
D | IFrame.java | 27 void accept(final MethodVisitor mv); in accept()
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/ |
D | ProbeArrayStrategyFactoryTest.java | 147 MethodVisitor mv = writer.visitMethod(Opcodes.ACC_PUBLIC in test() local 155 MethodVisitor mv = writer.visitMethod(Opcodes.ACC_PUBLIC in test() local
|
D | ClassInstrumenterTest.java | 65 public int storeInstance(MethodVisitor mv, int variable) { in storeInstance()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_diamond_search_sad_avx.c | 36 static INLINE MV_JOINT_TYPE get_mv_joint(const int_mv mv) { in get_mv_joint() 43 static INLINE int mv_cost(const int_mv mv, const int *joint_cost, in mv_cost() 49 static int mvsad_err_cost(const MACROBLOCK *x, const int_mv mv, const MV *ref, in mvsad_err_cost()
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/ |
D | FramesTest.java | 64 final MethodVisitor mv = super.visitMethod(access, name, desc, in visitMethod() local
|
/external/syslinux/com32/lib/syslinux/ |
D | movebits.c | 320 struct syslinux_movelist *f = *fp, *mv; in move_chunk() local 391 struct syslinux_movelist *mv; in syslinux_compute_movelist() local 646 struct syslinux_movelist *mv, *moves; in main() local
|