Searched refs:MV (Results 1 - 25 of 135) sorted by path

123456

/external/chromium_org/native_client_sdk/src/tools/
H A Dcommon.mk189 MV := $(OSHELPERS) mv macro
194 MV := @$(OSHELPERS) mv macro
/external/chromium_org/sdch/open-vcdiff/
H A Dconfigure5374 : ${MV="mv -f"}
H A Dltmain.sh125 : ${MV="mv -f"}
1096 $MV "${write_libobj}T" "${write_libobj}"
1380 func_show_eval '$MV "$output_obj" "$lobj"' \
1429 func_show_eval '$MV "$output_obj" "$obj"' \
2344 eval '$MV "$nlist"T "$nlist"'
2351 eval '$MV "$nlist"T "$nlist"'
2372 eval '$MV "$nlist"T "$nlist"'
2399 $MV "$nlist"T "$nlist"
2856 $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null ||
2858 $MV \"\
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java785 MV(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dmv.h24 } MV; typedef in typeref:struct:__anon13058
29 MV as_mv;
H A Dpostproc.c959 MV *mv = &bmi->mv.as_mv;
980 MV *mv = &bmi->mv.as_mv;
1001 MV *mv = &bmi->mv.as_mv;
1043 MV *mv = &bmi->mv.as_mv;
1059 MV *mv = &mi->mbmi.mv.as_mv;
H A Dreconinter.c340 static void clamp_mv_to_umv_border(MV *mv, const MACROBLOCKD *xd)
342 /* If the MV points so far into the UMV border that no visible pixels
343 * are used for reconstruction, the subpel part of the MV can be
344 * discarded and the MV limited to 16 pixels with equivalent results.
363 static void clamp_uvmv_to_umv_border(MV *mv, const MACROBLOCKD *xd)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Ddecodemv.c111 static void read_mv(vp8_reader *r, MV *mv, const MV_CONTEXT *mvc)
431 /* If we have three distinct MV's ... */
432 /* See if above-left MV can be merged with NEAREST */
469 /* Use near_mvs[0] to store the "best" MV */
500 * modes since those modes clamp the MV. The NEWMV mode
H A Dec_types.h50 MV mv;
H A Derror_concealment.c288 MV * const filtered_mv = &(mi->mbmi.mv.as_mv);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dbitstream.c451 vp8_writer *w, const MV *mv, const int_mv *ref, const MV_CONTEXT *mvc
454 MV e;
574 * These specified to 8th pel as they are always compared to MV
H A Dblock.h31 MV mv;
140 unsigned int MVcount [2] [MVvals]; /* (row,col) MV cts this frame */
H A Dencodemv.c68 void vp8_encode_motion_vector(vp8_writer *w, const MV *mv, const MV_CONTEXT *mvc)
80 fprintf(f, "MV Row conversion error %6d\n", abs(mv->row) / 2);
181 * Small correction allows for the fact that an update to an MV probability
H A Dencodemv.h22 void vp8_encode_motion_vector(vp8_writer *, const MV *, const MV_CONTEXT *);
H A Dfirstpass.c436 int_mv *ref_mv, MV *best_mv,
570 /* Initialise the MV cost table to the defaults */
639 MV tmp_mv = {0, 0};
H A Dmcomp.c29 /* MV costing is based on the distribution of vectors in the previous
840 static const MV next_chkpts[6][3] =
865 MV hex[6] = { { -1, -2}, {1, -2}, {2, 0}, {1, 2}, { -1, 2}, { -2, 0} } ;
866 MV neighbors[4] = {{0, -1}, { -1, 0}, {1, 0}, {0, 1}} ;
891 /* adjust ref_mv to make sure it is within MV range */
1729 MV neighbors[4] = {{-1, 0}, {0, -1}, {0, 1}, {1, 0}};
1809 MV neighbors[4] = {{-1, 0}, {0, -1}, {0, 1}, {1, 0}};
1973 /* MV ref count VP8_ENTROPY_STATS stats code */
2028 #endif/* END MV ref count VP8_ENTROPY_STATS stats code */
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_entropymv.c133 int vp9_use_mv_hp(const MV *ref) {
171 void vp9_inc_mv(const MV *mv, nmv_context_counts *counts) {
H A Dvp9_entropymv.h27 int vp9_use_mv_hp(const MV *ref);
98 static INLINE MV_JOINT_TYPE vp9_get_mv_joint(const MV *mv) {
126 void vp9_inc_mv(const MV *mv, nmv_context_counts *mvctx);
H A Dvp9_mv.h25 } MV; typedef in typeref:struct:mv
29 MV as_mv;
37 static INLINE int is_zero_mv(const MV *mv) {
41 static INLINE int is_equal_mv(const MV *a, const MV *b) {
45 static INLINE void clamp_mv(MV *mv, int min_col, int max_col,
H A Dvp9_mvref_common.c120 static void lower_mv_precision(MV *mv, int allow_hp) {
H A Dvp9_mvref_common.h128 static INLINE void clamp_mv_ref(MV *mv, const MACROBLOCKD *xd) {
200 static INLINE void clamp_mv2(MV *mv, const MACROBLOCKD *xd) {
H A Dvp9_reconinter.c128 const MV *src_mv,
135 const MV mv_q4 = { is_q4 ? src_mv->row : src_mv->row * 2,
163 const MV *src_mv,
170 const MV mv_q4 = { is_q4 ? src_mv->row : src_mv->row * 2,
187 static MV mi_mv_pred_q4(const MODE_INFO *mi, int idx) {
188 MV res = { round_mv_comp_q4(mi->bmi[0].as_mv[idx].as_mv.row +
203 static MV mi_mv_pred_q2(const MODE_INFO *mi, int idx, int block0, int block1) {
204 MV res = { round_mv_comp_q2(mi->bmi[block0].as_mv[idx].as_mv.row +
212 MV clamp_mv_to_umv_border_sb(const MACROBLOCKD *xd, const MV *src_m
[all...]
H A Dvp9_reconinter.h35 const MV *mv_q3,
45 const MV *mv_q3,
H A Dvp9_scale.c36 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf) {
H A Dvp9_scale.h40 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf);

Completed in 450 milliseconds

123456