Home
last modified time | relevance | path

Searched defs:mv (Results 1 – 25 of 162) sorted by relevance

1234567

/external/libvpx/libvpx/vp9/common/
Dvp9_mv.h22 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, in clamp_mv()
Dvp9_mvref_common.h128 static INLINE void clamp_mv_ref(MV *mv, const MACROBLOCKD *xd) { in clamp_mv_ref()
150 int_mv mv = mbmi->mv[ref]; in scale_mv() local
161 #define ADD_MV_REF_LIST(mv, refmv_count, mv_ref_list, Done) \ argument
203 static INLINE void clamp_mv2(MV *mv, const MACROBLOCKD *xd) { in clamp_mv2()
Dvp9_mvref_common.c118 int_mv mv = prev_frame_mvs->mv[0]; in find_mv_refs_idx() local
130 int_mv mv = prev_frame_mvs->mv[1]; in find_mv_refs_idx() local
159 static void lower_mv_precision(MV *mv, int allow_hp) { in lower_mv_precision()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
DClassAnalyzerTest.java57 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/
Ddriver.py51 def RereadAndReprocessConfig(self, config, mv): argument
63 def SetUpEventsAndTasks(self, config, mv): argument
72 def _CreateEventsWithTasks(self, config, mv): argument
118 def RunForever(self, config, mv): argument
161 def HandleEventsOnce(self, mv): argument
Dtask.py565 def _GetCrOSBuild(self, mv, board): argument
596 def _GetFirmwareRWBuild(self, mv, board, build_type): argument
654 def Run(self, scheduler, branch_builds, board, force=False, mv=None): argument
741 def Run(self, scheduler, branch_builds, board, force=False, mv=None): argument
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DClassProbesAdapterTest.java119 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/
DFieldProbeArrayStrategy.java53 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()
DIProbeArrayStrategy.java33 int storeInstance(MethodVisitor mv, int variable); in storeInstance()
DNoneProbeArrayStrategy.java23 public int storeInstance(final MethodVisitor mv, final int variable) { in storeInstance()
/external/libvpx/libvpx/vp8/common/
Dfindnearmv.h38 static INLINE void vp8_clamp_mv2(int_mv *mv, const MACROBLOCKD *xd) in vp8_clamp_mv2()
51 static INLINE void vp8_clamp_mv(int_mv *mv, int mb_to_left_edge, in vp8_clamp_mv()
64 static INLINE unsigned int vp8_check_mv_bounds(int_mv *mv, int mb_to_left_edge, in vp8_check_mv_bounds()
/external/javassist/src/main/javassist/bytecode/annotation/
DAnnotationImpl.java165 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/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
DRuntimeDataTest.java120 MethodVisitor mv = writer.visitMethod(Opcodes.ACC_PUBLIC, "<init>", in testGenerateArgumentArray() local
161 MethodVisitor mv = writer.visitMethod(Opcodes.ACC_PUBLIC, "<init>", in testGenerateAccessCall() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c31 const MV *mv) { in get_buf_from_mv()
35 void vp9_set_mv_search_range(MACROBLOCK *x, const MV *mv) { in vp9_set_mv_search_range()
70 static INLINE int mv_cost(const MV *mv, in mv_cost()
76 int vp9_mv_bit_cost(const MV *mv, const MV *ref, in vp9_mv_bit_cost()
83 static int mv_err_cost(const MV *mv, const MV *ref, in mv_err_cost()
95 static int mvsad_err_cost(const MACROBLOCK *x, const MV *mv, const MV *ref, in mvsad_err_cost()
804 static INLINE int is_mv_in(const MACROBLOCK *x, const MV *mv) { in is_mv_in()
1349 const MV mv = {best_mv->row * 8, best_mv->col * 8}; in vp9_get_mvpred_var() local
1366 const MV mv = {best_mv->row * 8, best_mv->col * 8}; in vp9_get_mvpred_av_var() local
1562 const MV mv = {ref_mv->row + r, ref_mv->col + c + i}; in vp9_full_range_search_c() local
[all …]
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
DRuntimeData.java182 final String classname, final int probecount, final MethodVisitor mv) { in generateArgumentArray()
226 final String classname, final int probecount, final MethodVisitor mv) { in generateAccessCall()
DIExecutionDataAccessorGenerator.java49 final int probecount, MethodVisitor mv); in generateDataAccessor()
DOfflineInstrumentationAccessGenerator.java49 final int probecount, final MethodVisitor mv) { in generateDataAccessor()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
DProbeArrayStrategyFactoryTest.java147 MethodVisitor mv = writer.visitMethod(Opcodes.ACC_PUBLIC in test() local
155 MethodVisitor mv = writer.visitMethod(Opcodes.ACC_PUBLIC in test() local
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DIFrame.java27 void accept(final MethodVisitor mv); in accept()
/external/opencv3/modules/core/perf/
Dperf_split.cpp28 vector<Mat> mv; variable
Dperf_merge.cpp25 vector<Mat> mv; variable
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
DInsnNode.java74 public void accept(final MethodVisitor mv) { in accept()
DLdcInsnNode.java67 public void accept(final MethodVisitor mv) { in accept()
DMultiANewArrayInsnNode.java70 public void accept(final MethodVisitor mv) { in accept()
DIincInsnNode.java70 public void accept(final MethodVisitor mv) { in accept()

1234567