HomeSort by relevance Sort by last modified time
    Searched defs:mv (Results 26 - 50 of 171) sorted by null

12 3 4 5 6 7

  /external/mockito/cglib-and-asm/src/org/mockito/asm/
ClassReader.java 774 MethodVisitor mv = classVisitor.visitMethod(access, local
780 if (mv != null) {
792 if (WRITER && mv instanceof MethodWriter) {
793 MethodWriter mw = (MethodWriter) mv;
829 AnnotationVisitor dv = mv.visitAnnotationDefault();
    [all...]
  /development/tools/mkstubs/src/com/android/mkstubs/stubber/
MethodStubber.java 44 mv.visitLabel(l0);
45 mv.visitLineNumber(36, l0);
46 mv.visitTypeInsn(Opcodes.NEW, "java/lang/RuntimeException");
47 mv.visitInsn(Opcodes.DUP);
48 mv.visitLdcInsn("stub");
49 mv.visitMethodInsn(
54 mv.visitInsn(Opcodes.ATHROW);
56 mv.visitLabel(l1);
57 mv.visitLocalVariable(
64 mv.visitMaxs(3, 1); // maxStack, maxLocal
    [all...]
  /external/chromium_org/chrome/browser/extensions/
external_policy_loader_unittest.cc 132 MockExternalPolicyProviderVisitor mv; local
133 mv.Visit(forced_extensions, expected_extensions);
151 MockExternalPolicyProviderVisitor mv; local
152 mv.Visit(forced_extensions, expected_extensions);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
findnearmv.c 40 int_mv *mv = near_mvs; local
45 mv[0].as_int = mv[1].as_int = mv[2].as_int = 0;
51 if (above->mbmi.mv.as_int)
53 (++mv)->as_int = above->mbmi.mv.as_int;
54 mv_bias(ref_frame_sign_bias[above->mbmi.ref_frame], refframe, mv, ref_frame_sign_bias);
64 if (left->mbmi.mv.as_int)
68 this_mv.as_int = left->mbmi.mv.as_int
    [all...]
  /external/libvpx/libvpx/vp8/common/
findnearmv.c 40 int_mv *mv = near_mvs; local
45 mv[0].as_int = mv[1].as_int = mv[2].as_int = 0;
51 if (above->mbmi.mv.as_int)
53 (++mv)->as_int = above->mbmi.mv.as_int;
54 mv_bias(ref_frame_sign_bias[above->mbmi.ref_frame], refframe, mv, ref_frame_sign_bias);
64 if (left->mbmi.mv.as_int)
68 this_mv.as_int = left->mbmi.mv.as_int
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
FrameNode.java 138 * @param mv a method visitor.
140 public void accept(final MethodVisitor mv) {
144 mv.visitFrame(type,
151 mv.visitFrame(type, local.size(), asArray(local), 0, null);
154 mv.visitFrame(type, local.size(), asArray(local), 0, null);
157 mv.visitFrame(type, 0, null, 0, null);
160 mv.visitFrame(type, 0, null, 1, asArray(stack));
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
findnearmv.c 40 int_mv *mv = near_mvs; local
45 mv[0].as_int = mv[1].as_int = mv[2].as_int = 0;
51 if (above->mbmi.mv.as_int)
53 (++mv)->as_int = above->mbmi.mv.as_int;
54 mv_bias(ref_frame_sign_bias[above->mbmi.ref_frame], refframe, mv, ref_frame_sign_bias);
64 if (left->mbmi.mv.as_int)
68 this_mv.as_int = left->mbmi.mv.as_int
    [all...]
  /bootable/recovery/
roots.cpp 93 const MountedVolume* mv = local
95 if (mv) {
145 const MountedVolume* mv = local
147 if (mv == NULL) {
152 return unmount_mounted_volume(mv);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_mcomp.h 25 // Max full pel mv specified in the unit of full pixel
36 MV mv; member in struct:search_site
49 void vp9_set_mv_search_range(MACROBLOCK *x, const MV *mv);
50 int vp9_mv_bit_cost(const MV *mv, const MV *ref,
53 // Utility to compute variance + MV rate cost for a given MV
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
CodeEmitter.java 106 CodeEmitter(ClassEmitter ce, MethodVisitor mv, int access, Signature sig, Type[] exceptionTypes) {
107 super(access, sig.getDescriptor(), mv);
150 mv.visitTryCatchBlock(block.getStart(),
156 public void goTo(Label label) { mv.visitJumpInsn(Constants.GOTO, label); }
157 public void ifnull(Label label) { mv.visitJumpInsn(Constants.IFNULL, label); }
158 public void ifnonnull(Label label) { mv.visitJumpInsn(Constants.IFNONNULL, label); }
161 mv.visitJumpInsn(mode, label);
177 mv.visitInsn(Constants.LCMP);
180 mv.visitInsn(Constants.DCMPG);
183 mv.visitInsn(Constants.FCMPG)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_mvref_common.h 44 // adding 9 for each intra block, 3 for each zero mv and 1 for each new
128 static INLINE void clamp_mv_ref(MV *mv, const MACROBLOCKD *xd) {
129 clamp_mv(mv, xd->mb_to_left_edge - MV_BORDER,
135 // This function returns either the appropriate sub block or block's mv
142 : candidate->mbmi.mv[which_mv];
146 // Performs mv sign inversion if indicated by the reference frame combination.
150 int_mv mv = mbmi->mv[ref]; local
152 mv.as_mv.row *= -1
    [all...]
vp9_entropymode.h 73 nmv_context_counts mv; member in struct:__anon17735
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_vertex_buffers.h 105 } mv[VL_MAX_REF_FRAMES]; member in struct:vl_vertex_buffer
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_vertex_buffers.h 105 } mv[VL_MAX_REF_FRAMES]; member in struct:vl_vertex_buffer
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_conceal.c 310 mv_t mv = {0,0}; local
318 h264bsdPredictSamples(data, &mv, &refImage, col*16, row*16,
321 h264bsdPredictSamples(data, &mv, &refImage,
h264bsd_inter_prediction.c 60 mv_t mv; member in struct:__anon18130
81 static void GetPredictionMv(mv_t *mv, interNeighbour_t *a, u32 refIndex);
237 h264bsdPredictSamples(data, pMb->mv, &refImage,
246 h264bsdPredictSamples(data, pMb->mv, &refImage,
251 h264bsdPredictSamples(data, pMb->mv+8, &refImage,
260 h264bsdPredictSamples(data, pMb->mv, &refImage,
264 h264bsdPredictSamples(data, pMb->mv+4, &refImage,
282 h264bsdPredictSamples(data, pMb->mv+4*i, &refImage,
288 h264bsdPredictSamples(data, pMb->mv+4*i, &refImage,
291 h264bsdPredictSamples(data, pMb->mv+4*i+2, &refImage
498 mv_t mv; local
582 mv_t mv; local
689 mv_t mv; local
837 mv_t mv, mvPred; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimify.py 276 mv = re.compile('^mime-version:', re.I) variable
298 if mv.match(line):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimify.py 276 mv = re.compile('^mime-version:', re.I) variable
298 if mv.match(line):
  /external/bison/djgpp/
config.bat 184 if not errorlevel 1 mv -f %XSRC%/lib/inttypes_.h %XSRC%/lib/_inttypes.h
188 if not errorlevel 1 mv -f %XSRC%/po/Makefile.in.in %XSRC%/po/Makefile.in-in
190 if errorlevel 1 mv -f %XSRC%/po/Makefile.in %XSRC%/po/Makefile.in-in
192 if errorlevel 1 mv -f %XSRC%/po/Makefile.inin %XSRC%/po/Makefile.in-in
194 if errorlevel 1 mv -f %XSRC%/po/Makefile.in_in %XSRC%/po/Makefile.in-in
196 if errorlevel 1 mv -f %XSRC%/po/Makefile_in.in %XSRC%/po/Makefile.in-in
198 if not errorlevel 1 mv -f %XSRC%/runtime-po/Makefile.in.in %XSRC%/runtime-po/Makefile.in-in
200 if errorlevel 1 mv -f %XSRC%/runtime-po/Makefile.in %XSRC%/runtime-po/Makefile.in-in
202 if errorlevel 1 mv -f %XSRC%/runtime-po/Makefile.inin %XSRC%/runtime-po/Makefile.in-in
204 if errorlevel 1 mv -f %XSRC%/runtime-po/Makefile.in_in %XSRC%/runtime-po/Makefile.in-in
363 :mv .\/calcxx-parser.yy %XSRC%\/examples\/calcxx\/calcxx-parser.yy label
369 :mv .\/calcxx-scanner.ll %XSRC%\/examples\/calcxx\/calcxx-scanner.ll label
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_shader_state.c 314 uint8_t mv = out->mask, mf = in->mask, oid = out->hw; local
320 if (mv & 1)
328 oid += mv & 1;
330 mv >>= 1;
497 uint8_t oid = 0, mv = 0, mg = gp->in[i].mask; local
502 mv = vp->out[j].mask;
508 for (c = 0; c < 4; ++c, mv >>= 1, mg >>= 1) {
509 if (mg & mv & 1)
514 oid += mv & 1;
  /external/javassist/src/main/javassist/bytecode/annotation/
AnnotationImpl.java 144 MemberValue mv = annotation.getMemberValue(name);
145 if (mv == null)
148 return mv.getValue(classLoader, pool, method);
165 MemberValue mv = ainfo.getDefaultValue(); local
166 return mv.getValue(classLoader, pool, method);
196 MemberValue mv = annotation.getMemberValue(name); local
199 if (mv != null)
200 value = mv.getValue(classLoader, pool, methods[i]);
255 MemberValue mv = annotation.getMemberValue(name); local
259 if (mv != null
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.h 73 nmv_context_counts mv; member in struct:__anon8600
vp9_mvref_common.c 34 // adding 9 for each intra block, 3 for each zero mv and 1 for each new
118 static void clamp_mv_ref(MV *mv, const MACROBLOCKD *xd) {
119 clamp_mv(mv, xd->mb_to_left_edge - MV_BORDER,
125 // This function returns either the appropriate sub block or block's mv
132 : candidate->mbmi.mv[which_mv];
136 // Performs mv sign inversion if indicated by the reference frame combination.
140 int_mv mv = mbmi->mv[ref]; local
142 mv.as_mv.row *= -1
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_shader_state.c 314 uint8_t mv = out->mask, mf = in->mask, oid = out->hw; local
320 if (mv & 1)
328 oid += mv & 1;
330 mv >>= 1;
497 uint8_t oid = 0, mv = 0, mg = gp->in[i].mask; local
502 mv = vp->out[j].mask;
508 for (c = 0; c < 4; ++c, mv >>= 1, mg >>= 1) {
509 if (mg & mv & 1)
514 oid += mv & 1;
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
mb_access.cpp 192 int16 *mv, pmv_x, pmv_y; local
199 /* we have to take care of Intra/skip blocks somewhere, i.e. set MV to 0 and set ref to -1! */
254 mv = (int16*)(currMB->mvL0 + (block_y << 2) + block_x_1);
255 pmv_A_x = *mv++;
256 pmv_A_y = *mv;
264 mv = (int16*)(MB_A->mvL0 + (block_y << 2) + 3);
265 pmv_A_x = *mv++;
266 pmv_A_y = *mv;
274 mv = (int16*)(currMB->mvL0 + (block_y_1 << 2) + block_x);
275 pmv_B_x = *mv++
    [all...]

Completed in 1477 milliseconds

12 3 4 5 6 7