Searched refs:mv (Results 76 - 100 of 475) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Ddebugmodes.c45 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/chromium_org/third_party/libxslt/
H A Dcompile127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
/external/chromium_org/third_party/tcmalloc/vendor/
H A Dcompile127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
/external/cmockery/cmockery_0_1_2/
H A Dcompile127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
/external/libogg/
H A Dcompile127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
/external/libusb/
H A Dcompile127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
/external/libusb-compat/
H A Dcompile127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
/external/libvorbis/
H A Dcompile127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
/external/libvpx/libvpx/vp8/common/
H A Ddebugmodes.c45 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/linux-tools-perf/perf-3.12.0/arch/m32r/lib/
H A Dmemcpy.S23 mv r4, r0 || mv r7, r0
61 mv r4, r0
62 mv r7, r0
/external/bison/build-aux/
H A Dgendocs.sh258 # do not mv the info files, there's no point in having them available
268 mv $PACKAGE.dvi.gz "$outdir/"
274 mv $PACKAGE.pdf "$outdir/"
283 mv $PACKAGE.txt "$outdir/"
300 mv ${split_html_dir}/*.html "$outdir/html_$1/"
314 mv $PACKAGE.html "$outdir/"
328 mv $split_html_dir "$outdir/html_node/"
338 mv $PACKAGE.html "$outdir/"
362 mv $PACKAGE-db.xml "$outdir/"
376 mv
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodemv.c68 void vp8_encode_motion_vector(vp8_writer *w, const MV *mv, const MV_CONTEXT *mvc) argument
73 if (abs(mv->row >> 1) > max_mv_r)
76 max_mv_r = abs(mv->row >> 1);
77 fprintf(f, "New Mv Row Max %6d\n", (mv->row >> 1));
79 if ((abs(mv->row) / 2) != max_mv_r)
80 fprintf(f, "MV Row conversion error %6d\n", abs(mv->row) / 2);
85 if (abs(mv->col >> 1) > max_mv_c)
88 fprintf(f, "New Mv Col Max %6d\n", (mv->col >> 1));
89 max_mv_c = abs(mv->col >> 1);
95 encode_mvcomponent(w, mv
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dencodemv.c68 void vp8_encode_motion_vector(vp8_writer *w, const MV *mv, const MV_CONTEXT *mvc) argument
73 if (abs(mv->row >> 1) > max_mv_r)
76 max_mv_r = abs(mv->row >> 1);
77 fprintf(f, "New Mv Row Max %6d\n", (mv->row >> 1));
79 if ((abs(mv->row) / 2) != max_mv_r)
80 fprintf(f, "MV Row conversion error %6d\n", abs(mv->row) / 2);
85 if (abs(mv->col >> 1) > max_mv_c)
88 fprintf(f, "New Mv Col Max %6d\n", (mv->col >> 1));
89 max_mv_c = abs(mv->col >> 1);
95 encode_mvcomponent(w, mv
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c27 const MV *mv) {
28 return &buf->buf[mv->row * buf->stride + mv->col];
31 void vp9_set_mv_search_range(MACROBLOCK *x, const MV *mv) { argument
32 int col_min = (mv->col >> 3) - MAX_FULL_PEL_VAL + (mv->col & 7 ? 1 : 0);
33 int row_min = (mv->row >> 3) - MAX_FULL_PEL_VAL + (mv->row & 7 ? 1 : 0);
34 int col_max = (mv->col >> 3) + MAX_FULL_PEL_VAL;
35 int row_max = (mv
26 get_buf_from_mv(const struct buf_2d *buf, const MV *mv) argument
68 mv_cost(const MV *mv, const int *joint_cost, int *comp_cost[2]) argument
74 vp9_mv_bit_cost(const MV *mv, const MV *ref, const int *mvjcost, int *mvcost[2], int weight) argument
81 mv_err_cost(const MV *mv, const MV *ref, const int *mvjcost, int *mvcost[2], int error_per_bit) argument
93 mvsad_err_cost(const MV *mv, const MV *ref, const int *mvjsadcost, int *mvsadcost[2], int error_per_bit) argument
473 is_mv_in(const MACROBLOCK *x, const MV *mv) argument
708 const MV mv = {best_mv->row * 8, best_mv->col * 8}; local
725 const MV mv = {best_mv->row * 8, best_mv->col * 8}; local
1016 const MV mv = {best_mv->row + ss[i].mv.row, local
1309 const MV mv = {r, c}; local
1559 const MV mv = {ref_mv->row + neighbors[j].row, local
1624 const MV mv = {ref_mv->row + neighbors[j].row, local
1637 const MV mv = {ref_mv->row + neighbors[j].row, local
1696 const MV mv = {ref_mv->row + neighbors[j].row, local
[all...]
/external/chromium_org/courgette/
H A Danalyze_mem_test65 mv "${metrics_tmp}" "${metrics}"
87 mv "${metrics_bsdiff_tmp}" "${metrics_bsdiff}"
/external/chromium_org/sdch/open-vcdiff/
H A Dcompile95 mv "$cofile" "$ofile"
/external/chromium_org/third_party/jinja2/
H A Dget_jinja2.sh120 mv "$INSTALL_DIR" "$OLD_DIR"
121 mv "$PACKAGE_DIR" "$INSTALL_DIR"
/external/chromium_org/third_party/markupsafe/
H A Dget_markupsafe.sh118 mv "$INSTALL_DIR" "$OLD_DIR"
119 mv "$PACKAGE_DIR" "$INSTALL_DIR"
/external/chromium_org/third_party/polymer/
H A Dextract_inline_scripts.sh47 mv "$html_without_js" "$original_html_name"
/external/chromium_org/third_party/sqlite/src/
H A Dpublish_osx.sh35 mv $NAME.gz doc
/external/elfutils/0.153/config/
H A DMakefile.am47 mv -f $@.new $@
/external/google-tv-pairing-protocol/cpp/
H A Dcompile95 mv "$cofile" "$ofile"
/external/llvm/utils/lit/utils/
H A Dcheck-coverage39 find tests/* -name .coverage.\* -exec mv {} tests \;
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DTableSwitchInsnNode.java98 public void accept(final MethodVisitor mv) { argument
103 mv.visitTableSwitchInsn(min, max, dflt.getLabel(), labels);
/external/smali/smali/
H A Drunjflex.sh50 mv "$JAVA_FILE.tmp" "$JAVA_FILE"

Completed in 1175 milliseconds

1234567891011>>