/external/e2fsprogs/lib/ |
Makefile.elf-lib | 29 $(Q) $(MV) elfshared/$(ELF_LIB) .
|
/external/libvpx/libvpx/vp9/common/ |
vp9_entropymv.c | 18 /* Integer pel reference mv threshold for use of high-precision 1/8 mv */ 140 int vp9_use_mv_hp(const MV *ref) { 160 d = (o >> 3); /* int mv data */ 161 f = (o >> 1) & 3; /* fractional pel mv data */ 162 e = (o & 1); /* high precision mv data */ 178 void vp9_inc_mv(const MV *mv, nmv_context_counts *counts) { 180 const MV_JOINT_TYPE j = vp9_get_mv_joint(mv); 184 inc_mv_component(mv->row, &counts->comps[0], 1, 1) [all...] |
vp9_reconinter.h | 33 const MV *mv_q3,
|
vp9_postproc.c | 785 MV *mv = &bmi->mv.as_mv; 787 x1 = x0 + 8 + (mv->col >> 3); 788 y1 = y0 + 4 + (mv->row >> 3); 795 x1 = x0 + 8 + (mv->col >> 3); 796 y1 = y0 + 12 + (mv->row >> 3); 805 MV *mv = &bmi->mv.as_mv [all...] |
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
mac-mf.good | 136 MV = mv -f
|
mac-mf.inp | 136 MV = mv -f
|
/external/e2fsprogs/lib/ss/ |
Makefile.in | 115 $(MV) -f y.tab.c ct.tab.c 116 $(MV) -f y.tab.h ct.tab.h
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_block.h | 22 MV mv; member in struct:__anon24017
|
/external/libvpx/libvpx/vp8/common/ |
postproc.c | 960 MV *mv = &bmi->mv.as_mv; local 962 x1 = x0 + 8 + (mv->col >> 3); 963 y1 = y0 + 4 + (mv->row >> 3); 970 x1 = x0 + 8 + (mv->col >> 3); 971 y1 = y0 +12 + (mv->row >> 3); 981 MV *mv = &bmi->mv.as_mv local 1002 MV *mv = &bmi->mv.as_mv; local 1044 MV *mv = &bmi->mv.as_mv; local 1060 MV *mv = &mi->mbmi.mv.as_mv; local [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
encodemv.c | 68 void vp8_encode_motion_vector(vp8_writer *w, const MV *mv, const MV_CONTEXT *mvc) 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 [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodemv.c | 242 static INLINE void read_mv(vp9_reader *r, MV *mv, const MV *ref, 247 MV diff = {0, 0}; 257 mv->row = ref->row + diff.row; 258 mv->col = ref->col + diff.col; 362 int_mv mv[2], int_mv best_mv[2], 371 NULL : &cm->counts.mv; 372 read_mv(r, &mv[0].as_mv, &best_mv[0].as_mv, 375 read_mv(r, &mv[1].as_mv, &best_mv[1].as_mv [all...] |
/external/chromium_org/sdch/open-vcdiff/ |
ltmain.sh | 125 : ${MV="mv -f"} 1096 $MV "${write_libobj}T" "${write_libobj}" [all...] |
/external/chromium_org/third_party/libxml/src/ |
ltmain.sh | 125 : ${MV="mv -f"} 1096 $MV "${write_libobj}T" "${write_libobj}" [all...] |
/external/chromium_org/third_party/sqlite/src/ |
ltmain.sh | 125 : ${MV="mv -f"} 1103 $MV "${write_libobj}T" "${write_libobj}" [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/ |
ltmain.sh | 125 : ${MV="mv -f"} 1096 $MV "${write_libobj}T" "${write_libobj}" [all...] |
/external/libmtp/ |
ltmain.sh | 125 : ${MV="mv -f"} 1096 $MV "${write_libobj}T" "${write_libobj}" [all...] |
/external/libogg/ |
ltmain.sh | 125 : ${MV="mv -f"} 1096 $MV "${write_libobj}T" "${write_libobj}" [all...] |
/external/libpng/ |
ltmain.sh | 125 : ${MV="mv -f"} 1096 $MV "${write_libobj}T" "${write_libobj}" [all...] |
/external/libusb/ |
ltmain.sh | 125 : ${MV="mv -f"} 1096 $MV "${write_libobj}T" "${write_libobj}" [all...] |
/external/libusb-compat/ |
ltmain.sh | 125 : ${MV="mv -f"} 1103 $MV "${write_libobj}T" "${write_libobj}" [all...] |
/external/libvorbis/ |
ltmain.sh | 125 : ${MV="mv -f"} 1096 $MV "${write_libobj}T" "${write_libobj}" [all...] |
/external/open-vcdiff/ |
ltmain.sh | 125 : ${MV="mv -f"} 1096 $MV "${write_libobj}T" "${write_libobj}" [all...] |
/external/protobuf/ |
ltmain.sh | 125 : ${MV="mv -f"} 1095 $MV "${write_libobj}T" "${write_libobj}" [all...] |
/external/qemu/distrib/sdl-1.2.15/build-scripts/ |
ltmain.sh | 125 : ${MV="mv -f"} 1096 $MV "${write_libobj}T" "${write_libobj}" [all...] |
/external/chromium_org/native_client_sdk/src/tools/ |
common.mk | 183 MV := $(OSHELPERS) mv 188 MV := @$(OSHELPERS) mv
|