HomeSort by relevance Sort by last modified time
    Searched refs:mv (Results 1 - 25 of 259) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/srtp/
undos.sh 9 mv $1.tmp $1
update.sh 10 mv $x.tmp $x;
  /external/quake/quake/src/QW/
fixskins.sh 5 mv $x $y
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_inter_prediction.c 60 mv_t mv; member in struct:__anon15347
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...]
  /external/libvpx/vp8/common/
findnearmv.h 15 #include "mv.h"
23 MV as_mv;
28 MV xmv;
42 static void vp8_clamp_mv(MV *mv, const MACROBLOCKD *xd)
44 if (mv->col < (xd->mb_to_left_edge - LEFT_TOP_MARGIN))
45 mv->col = xd->mb_to_left_edge - LEFT_TOP_MARGIN;
46 else if (mv->col > xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN)
47 mv->col = xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN;
49 if (mv->row < (xd->mb_to_top_edge - LEFT_TOP_MARGIN)
    [all...]
findnearmv.c 28 MV *nearest,
29 MV *nearby,
30 MV *best_mv,
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
    [all...]
reconinter.c 145 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7)
147 ptr = ptr_base + d->pre + (d->bmi.mv.as_mv.row >> 3) * d->pre_stride + (d->bmi.mv.as_mv.col >> 3);
148 sppf(ptr, d->pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_ptr, pitch);
152 ptr_base += d->pre + (d->bmi.mv.as_mv.row >> 3) * d->pre_stride + (d->bmi.mv.as_mv.col >> 3);
178 ptr = ptr_base + d->pre + (d->bmi.mv.as_mv.row >> 3) * d->pre_stride + (d->bmi.mv.as_mv.col >> 3)
    [all...]
  /external/libvpx/vp8/decoder/
decodemv.c 174 static void read_mv(vp8_reader *r, MV *mv, const MV_CONTEXT *mvc)
176 mv->row = (short)(read_mvcomponent(r, mvc) << 1);
177 mv->col = (short)(read_mvcomponent(r, ++mvc) << 1);
286 const MV Zero = { 0, 0};
291 MV *const mv = & mbmi->mv.as_mv; local
304 * These specified to 8th pel as they are always compared to MV values that are in 1/8th pel units
328 MV nearest, nearby, best_mv
352 MV *const mv = & bmi.mv.as_mv; local
    [all...]
  /docs/source.android.com/scripts/
cleanup.sh 8 mv $img useless/
  /external/dropbear/libtomcrypt/
updatemakes.sh 6 mv -f tmp.delme makefile
9 mv -f tmp.delme makefile.icc
12 mv -f tmp.delme makefile.shared
15 mv -f tmp.delme makefile.unix
  /frameworks/base/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...]
  /build/tools/
fixlinebreaks.sh 13 mv _temp_file $file
  /dalvik/tests/etc/
default-build 38 mv classes.dex classes-1.dex
39 mv classes-ex.dex classes.dex
41 mv classes.dex classes-ex.dex
42 mv classes-1.dex classes.dex
  /external/grub/docs/
src2texi 16 mv -f ${texi}.new ${dir}/${texi}
  /external/quake/tools/
packagesharedlib 7 mv $OUT/system/lib/libquake.so lib/armeabi
13 mv Quake.apk Quake-unsigned.apk
  /development/tools/mkstubs/src/com/android/mkstubs/stubber/
MethodStubber.java 45 mv.visitLabel(l0);
46 mv.visitLineNumber(36, l0);
47 mv.visitTypeInsn(Opcodes.NEW, "java/lang/RuntimeException");
48 mv.visitInsn(Opcodes.DUP);
49 mv.visitLdcInsn("stub");
50 mv.visitMethodInsn(
55 mv.visitInsn(Opcodes.ATHROW);
57 mv.visitLabel(l1);
58 mv.visitLocalVariable(
65 mv.visitMaxs(3, 1); // maxStack, maxLocal
    [all...]
  /external/dbus/
cleanup-man-pages.sh 28 (find . -maxdepth 1 -name "_*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all underscore-prefixed items"
29 (find . -maxdepth 1 -name "DBus*Internal*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all internal-containing items"
30 (find . -maxdepth 1 -name "dbus_*_internal_*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all internal-containing items"
45 /bin/mv "$I" nuke || die "could not move $I to $MANDIR/nuke"
58 /bin/mv "$I" nuke || die "could not move $I to $MANDIR/nuke"
65 (find . -maxdepth 1 -name "dbus_*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all dbus-prefixed items"
66 (find . -maxdepth 1 -name "DBUS_*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all DBUS_-prefixed items"
67 (find . -maxdepth 1 -name "DBus*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all DBus-prefixed items"
71 (find . -maxdepth 1 -type f | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move remaining items"
80 (find keep -type f -name "*" | xargs -I ITEMS /bin/mv ITEMS .) || die "could not move kept items back
    [all...]
  /external/dnsmasq/contrib/slackware-dnsmasq/
doinst.sh.gz 
  /external/chromium/sdch/open-vcdiff/packages/
deb.sh 56 [ -n "${LIB}" ] && mv "${archive}" "${LIB}${archive}"
71 mv $(find tmp -mindepth 1 -maxdepth 1 -type f) "$destdir"
  /external/dnsmasq/contrib/openvpn/
dhclient-enter-hooks 5 mv $1 $1.predhclient
  /external/e2fsprogs/install-utils/
convfstab 70 mv -f /etc/fstab /etc/fstab.bak
71 mv -f /tmp/newfstab.$$ /etc/fstab
  /external/libffi/src/m32r/
sysv.S 55 mv fp, sp
61 mv lr, r0
62 mv r0, sp
87 mv sp, fp
  /external/qemu/distrib/
make-distrib.sh 33 mv $QEMUDIR/distrib/build-emulator.sh $TMPDIR/build-emulator.sh
34 mv $QEMUDIR/distrib/README $TMPDIR/README
  /libcore/luni/src/test/etc/loading-test2-jar/
build.sh 48 mv classes.dex ${resourceDir}/loading-test2.dex
49 mv loading-test2.jar ${resourceDir}
  /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...]

Completed in 424 milliseconds

1 2 3 4 5 6 7 8 91011