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

1 2 3 4 5 6 7 8 9

  /external/quake/quake/src/QW/
fixskins.sh 5 mv $x $y
  /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);
293 const MV Zero = { 0, 0};
298 MV *const mv = & mbmi->mv.as_mv; local
311 * These specified to 8th pel as they are always compared to MV values that are in 1/8th pel units
335 MV nearest, nearby, best_mv
359 MV *const mv = & bmi.mv.as_mv; local
    [all...]
  /external/libvpx/vp8/common/
findnearmv.c 23 MV as_mv;
28 MV xmv;
29 xmv = x->mbmi.mv.as_mv;
41 void vp8_clamp_mv(MV *mv, const MACROBLOCKD *xd)
43 if (mv->col < (xd->mb_to_left_edge - LEFT_TOP_MARGIN))
44 mv->col = xd->mb_to_left_edge - LEFT_TOP_MARGIN;
45 else if (mv->col > xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN)
46 mv->col = xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN;
48 if (mv->row < (xd->mb_to_top_edge - LEFT_TOP_MARGIN)
71 int_mv *mv = near_mvs; local
    [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...]
debugmodes.c 45 fprintf(mvs, "Mb mv ref for Frame %d\n", frame);
119 fprintf(mvs, "%5d:%-5d", mi[mb_index].mbmi.mv.as_mv.row / 2, mi[mb_index].mbmi.mv.as_mv.col / 2);
146 fprintf(mvs, "%3d:%-3d ", mi[mb_index].bmi[bindex].mv.as_mv.row, mi[mb_index].bmi[bindex].mv.as_mv.col);
  /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
  /external/libvpx/vp8/encoder/
pickinter.c 48 extern int vp8_rd_pick_best_mbsegmentation(VP8_COMP *cpi, MACROBLOCK *x, MV *best_ref_mv, int best_rd, int *, int *, int *, int, int *mvcost[2], int, int fullpixel);
50 extern void vp8_set_mbmode_and_mvs(MACROBLOCK *x, MB_PREDICTION_MODE mb, MV *mv);
53 int vp8_skip_fractional_mv_step(MACROBLOCK *mb, BLOCK *b, BLOCKD *d, MV *bestmv, MV *ref_mv, int error_per_bit, const vp8_variance_fn_ptr_t *vfp, int *mvcost[2])
76 int xoffset = d->bmi.mv.as_mv.col & 7;
77 int yoffset = d->bmi.mv.as_mv.row & 7;
79 in_what += (d->bmi.mv.as_mv.row >> 3) * d->pre_stride + (d->bmi.mv.as_mv.col >> 3);
262 xd->block[i].bmi.mv.as_int = 0
    [all...]
  /external/dhcpcd/
dhcpcd-run-hooks.in 97 mv -f "$2" "$1"
106 mv -f "$1" "$1"-pre."${interface}"
115 mv -f "$1"-pre."${interface}" "$1"
  /frameworks/base/libs/rs/
rsSimpleMesh.cpp 145 void rsi_SimpleMeshBindVertex(Context *rsc, RsSimpleMesh mv, RsAllocation va, uint32_t slot)
147 SimpleMesh *sm = static_cast<SimpleMesh *>(mv);
153 void rsi_SimpleMeshBindIndex(Context *rsc, RsSimpleMesh mv, RsAllocation va)
155 SimpleMesh *sm = static_cast<SimpleMesh *>(mv);
159 void rsi_SimpleMeshBindPrimitive(Context *rsc, RsSimpleMesh mv, RsAllocation va)
161 SimpleMesh *sm = static_cast<SimpleMesh *>(mv);
  /development/tools/findunused/
removeunusedresources 62 mv tf$$ $RESLINE
67 mv tf$$ $RESLINE
  /external/grub/
compile 127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
  /external/libffi/
compile 127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"

Completed in 882 milliseconds

1 2 3 4 5 6 7 8 9