/external/llvm/utils/ |
check-each-file | 129 mv ${f} ${f}__OLD__ 141 mv ${f}__OLD__ ${f}
|
/external/nanopb-c/tools/ |
make_linux_package.sh | 26 mv $DEST/generator/dist $DEST/generator-bin
|
/external/valgrind/auxprogs/ |
build-gcc | 52 mv gcc-config.log gcc-make.log gcc-install.log ..
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_mcomp.h | 25 // Max full pel mv specified in the unit of full pixel 35 void vp9_set_mv_search_range(MACROBLOCK *x, const MV *mv); 36 int vp9_mv_bit_cost(const MV *mv, const MV *ref, 39 // Utility to compute variance + MV rate cost for a given MV 41 const MV *best_mv, const MV *center_mv [all...] |
/external/bison/lib/ |
gnulib.mk | 48 mv -f $@-t $@ 184 mv -f $@-t $@ 255 mv $@-t $@ 326 mv $@-t $@ 365 mv $@-t $@ 508 mv -f $@-t $@ 636 mv $@-t $@ 789 mv t-$@ $@ 795 mv t-$@ $@ [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_deblocking.c | 338 mv1 = mb1->mv[ind1].hor; 339 mv2 = mb1->mv[ind2].hor; 340 mv3 = mb1->mv[ind1].ver; 341 mv4 = mb1->mv[ind2].ver; 370 tmp1 = mb1->mv[ind1].hor; 371 tmp2 = mb1->mv[ind2].hor; 372 tmp3 = mb1->mv[ind1].ver; 373 tmp4 = mb1->mv[ind2].ver; 403 (ABS(mb1->mv[ind1].hor - mb2->mv[ind2].hor) >= 4) | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_reconinter.c | 81 const MV *src_mv, 88 const MV mv_q4 = { is_q4 ? src_mv->row : src_mv->row * 2, 90 MV32 mv = vp9_scale_mv(&mv_q4, x, y, sf); local 91 const int subpel_x = mv.col & SUBPEL_MASK; 92 const int subpel_y = mv.row & SUBPEL_MASK; 94 src += (mv.row >> SUBPEL_BITS) * src_stride + (mv.col >> SUBPEL_BITS); 104 static MV mi_mv_pred_q4(const MODE_INFO *mi, int idx) { 105 MV res = { round_mv_comp_q4(mi->bmi[0].as_mv[idx].as_mv.row + 116 // TODO(jkoleszar): yet another mv clamping function :- 162 const MV mv = mi->mbmi.sb_type < BLOCK_8X8 local 266 const MV mv = mi->mbmi.sb_type < BLOCK_8X8 local [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
Makefile.am | 162 && mv tmp $(srcdir)/po/POTFILES.in 249 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 325 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 337 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 349 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 361 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 373 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 385 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 397 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 409 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.P [all...] |
/external/autotest/client/deps/fakemodem/src/ |
Makefile | 25 mv $@.tmp $@
|
/external/autotest/client/site_tests/example_UnitTest/src/ |
Makefile | 23 @mv -f $*.d $*.d.tmp
|
/external/autotest/site_utils/suite_scheduler/ |
suite_scheduler.py | 254 mv = manifest_versions.ManifestVersions(options.tmp_repo_dir) 256 d.SetUpEventsAndTasks(config, mv) 271 mv.Initialize() 272 d.RunForever(config, mv)
|
/external/bison/ |
Makefile.am | 53 $(AM_V_GEN)echo $(VERSION) > $@-t && mv $@-t $@ 79 mv -f $$cl.tmp $$cl; \
|
/external/bison/examples/calc++/ |
Makefile.am | 41 $(AM_V_at)mv $@.tmp $@ 68 $(AM_V_at)mv -f calc++-parser.tmp $@
|
/external/bison/tests/ |
Makefile.am | 38 $(AM_V_at) mv $@.tmp $@ 62 $(AM_V_at) mv $@.tmp $@
|
/external/elfutils/libcpu/ |
Makefile.am | 50 $(AM_V_at)mv -f $@T $@ 59 $(AM_V_at)mv -f $@T $@
|
/external/google-tv-pairing-protocol/cpp/ |
autogen.sh | 45 mv aclocal.m4.tmp aclocal.m4 # we did set -e above, so we die if this fails
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/ |
ClassInstrumenterTest.java | 65 public int storeInstance(MethodVisitor mv, int variable) {
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/unix/ |
unix-def.in | 115 mv $@.tmp $@ 143 mv $@.tmp $@
|
/external/libjpeg-turbo/release/ |
makecygwinpkg.in | 40 mv $TMPDIR/*.tar.bz2 .
|
/external/libmpeg2/decoder/ |
impeg2d_mc.h | 63 WORD16 mv[],
|
/external/libpng/scripts/ |
pnglibconf.mak | 17 MOVE = mv
|
/external/libvpx/libvpx/vp8/encoder/ |
mcomp.h | 33 /* Max full pel mv specified in 1 pel units */ 40 extern int vp8_mv_bit_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int Weight);
|
/external/libvpx/libvpx/vp9/common/ |
vp9_scale.h | 40 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf);
|
/external/libxml2/os400/ |
make.sh | 77 mv os400/os400config.h config.h
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_vertex_buffers.h | 105 } mv[VL_MAX_REF_FRAMES]; member in struct:vl_vertex_buffer
|