Searched refs:mv (Results 126 - 150 of 475) sorted by relevance

1234567891011>>

/external/libvpx/libvpx/vp9/common/
H A Dvp9_debugmodes.c70 fprintf(mvs, "%4d:%4d ", mi_8x8[mi_index]->mbmi.mv[0].as_mv.row,
71 mi_8x8[mi_index]->mbmi.mv[0].as_mv.col);
H A Dvp9_entropymv.c17 // Integer pel reference mv threshold for use of high-precision 1/8 mv
153 d = (o >> 3); /* int mv data */
154 f = (o >> 1) & 3; /* fractional pel mv data */
155 e = (o & 1); /* high precision mv data */
171 void vp9_inc_mv(const MV *mv, nmv_context_counts *counts) { argument
173 const MV_JOINT_TYPE j = vp9_get_mv_joint(mv);
177 inc_mv_component(mv->row, &counts->comps[0], 1, 1);
181 inc_mv_component(mv->col, &counts->comps[1], 1, 1);
201 const nmv_context_counts *counts = &cm->counts.mv;
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DLookupSwitchInsnNode.java95 public void accept(final MethodVisitor mv) { argument
104 mv.visitLookupSwitchInsn(dflt.getLabel(), keys, labels);
/external/protobuf/
H A Dautogen.sh23 mv gtest-1.3.0 gtest
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
H A DMakefile17 mv index.html $$i.html; done
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodemv.c236 static INLINE void read_mv(vp9_reader *r, MV *mv, const MV *ref, argument
252 mv->row = ref->row + diff.row;
253 mv->col = ref->col + diff.col;
359 static INLINE int is_mv_valid(const MV *mv) { argument
360 return mv->row > MV_LOW && mv->row < MV_UPP &&
361 mv->col > MV_LOW && mv->col < MV_UPP;
365 int_mv mv[2], int_mv ref_mv[2],
374 NULL : &cm->counts.mv;
364 assign_mv(VP9_COMMON *cm, PREDICTION_MODE mode, int_mv mv[2], int_mv ref_mv[2], int_mv nearest_mv[2], int_mv near_mv[2], int is_compound, int allow_hp, vp9_reader *r) argument
[all...]
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodemv.c237 static INLINE void read_mv(vp9_reader *r, MV *mv, const MV *ref, argument
253 mv->row = ref->row + diff.row;
254 mv->col = ref->col + diff.col;
360 static INLINE int is_mv_valid(const MV *mv) { argument
361 return mv->row > MV_LOW && mv->row < MV_UPP &&
362 mv->col > MV_LOW && mv->col < MV_UPP;
366 int_mv mv[2], int_mv ref_mv[2],
375 NULL : &cm->counts.mv;
365 assign_mv(VP9_COMMON *cm, MB_PREDICTION_MODE mode, int_mv mv[2], int_mv ref_mv[2], int_mv nearest_mv[2], int_mv near_mv[2], int is_compound, int allow_hp, vp9_reader *r) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dpostproc.c959 MV *mv = &bmi->mv.as_mv; local
961 x1 = x0 + 8 + (mv->col >> 3);
962 y1 = y0 + 4 + (mv->row >> 3);
969 x1 = x0 + 8 + (mv->col >> 3);
970 y1 = y0 +12 + (mv->row >> 3);
980 MV *mv = &bmi->mv.as_mv; local
982 x1 = x0 + 4 + (mv->col >> 3);
983 y1 = y0 + 8 + (mv
1001 MV *mv = &bmi->mv.as_mv; local
1043 MV *mv = &bmi->mv.as_mv; local
1059 MV *mv = &mi->mbmi.mv.as_mv; local
[all...]
H A Dblockd.h19 #include "mv.h"
143 int_mv mv; member in union:b_mode_info
160 int_mv mv; member in struct:__anon13048
180 int_mv mv; member in struct:__anon13049
/external/libvpx/libvpx/vp8/common/
H A Dpostproc.c955 MV *mv = &bmi->mv.as_mv; local
957 x1 = x0 + 8 + (mv->col >> 3);
958 y1 = y0 + 4 + (mv->row >> 3);
965 x1 = x0 + 8 + (mv->col >> 3);
966 y1 = y0 +12 + (mv->row >> 3);
976 MV *mv = &bmi->mv.as_mv; local
978 x1 = x0 + 4 + (mv->col >> 3);
979 y1 = y0 + 8 + (mv
997 MV *mv = &bmi->mv.as_mv; local
1039 MV *mv = &bmi->mv.as_mv; local
1055 MV *mv = &mi->mbmi.mv.as_mv; local
[all...]
H A Dblockd.h19 #include "mv.h"
143 int_mv mv; member in union:b_mode_info
160 int_mv mv; member in struct:__anon24839
180 int_mv mv; member in struct:__anon24840
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dmcomp.c27 int vp8_mv_bit_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int Weight) argument
36 return ((mvcost[0][(mv->as_mv.row - ref->as_mv.row) >> 1] + mvcost[1][(mv->as_mv.col - ref->as_mv.col) >> 1]) * Weight) >> 7;
39 static int mv_err_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int error_per_bit) argument
41 /* Ignore mv costing if mvcost is NULL */
43 return ((mvcost[0][(mv->as_mv.row - ref->as_mv.row) >> 1] +
44 mvcost[1][(mv->as_mv.col - ref->as_mv.col) >> 1])
49 static int mvsad_err_cost(int_mv *mv, int_mv *ref, int *mvsadcost[2], int error_per_bit) argument
52 /* Ignore mv costing if mvsadcost is NULL */
54 return ((mvsadcost[0][(mv
[all...]
H A Dpickinter.c399 x->MVcount[0][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.row -
401 x->MVcount[1][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.col -
448 (*parent_ref_mv).as_mv.row = store_mode_info[parent_mb_index].mv.as_mv.row
451 (*parent_ref_mv).as_mv.col = store_mode_info[parent_mb_index].mv.as_mv.col
488 int_mv mv = x->e_mbd.mode_info_context->mbmi.mv; local
505 sse, mv);
539 mv_l = mic->mbmi.mv;
547 mv_al = mic->mbmi.mv;
555 mv_a = mic->mbmi.mv;
[all...]
H A Drdopt.c478 int mv_row = x->e_mbd.mode_info_context->mbmi.mv.as_mv.row;
479 int mv_col = x->e_mbd.mode_info_context->mbmi.mv.as_mv.col;
937 void vp8_set_mbmode_and_mvs(MACROBLOCK *x, MB_PREDICTION_MODE mb, int_mv *mv) argument
940 x->e_mbd.mode_info_context->mbmi.mv.as_int = mv->as_int;
989 this_mv->as_int = col ? d[-1].bmi.mv.as_int : left_block_mv(mic, i);
992 this_mv->as_int = row ? d[-4].bmi.mv.as_int : above_block_mv(mic, i, mis);
1005 left_mv.as_int = col ? d[-1].bmi.mv.as_int :
1015 d->bmi.mv.as_int = this_mv->as_int;
1018 x->partition_info->bmi[i].mv
1536 int_mv mv; local
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.c26 int vp8_mv_bit_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int Weight) argument
35 return ((mvcost[0][(mv->as_mv.row - ref->as_mv.row) >> 1] + mvcost[1][(mv->as_mv.col - ref->as_mv.col) >> 1]) * Weight) >> 7;
38 static int mv_err_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int error_per_bit) argument
40 /* Ignore mv costing if mvcost is NULL */
42 return ((mvcost[0][(mv->as_mv.row - ref->as_mv.row) >> 1] +
43 mvcost[1][(mv->as_mv.col - ref->as_mv.col) >> 1])
48 static int mvsad_err_cost(int_mv *mv, int_mv *ref, int *mvsadcost[2], int error_per_bit) argument
51 /* Ignore mv costing if mvsadcost is NULL */
53 return ((mvsadcost[0][(mv
[all...]
H A Dpickinter.c399 x->MVcount[0][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.row -
401 x->MVcount[1][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.col -
448 (*parent_ref_mv).as_mv.row = store_mode_info[parent_mb_index].mv.as_mv.row
451 (*parent_ref_mv).as_mv.col = store_mode_info[parent_mb_index].mv.as_mv.col
488 int_mv mv = x->e_mbd.mode_info_context->mbmi.mv; local
504 sse, mv);
536 mv_l = mic->mbmi.mv;
544 mv_al = mic->mbmi.mv;
552 mv_a = mic->mbmi.mv;
[all...]
H A Drdopt.c479 int mv_row = x->e_mbd.mode_info_context->mbmi.mv.as_mv.row;
480 int mv_col = x->e_mbd.mode_info_context->mbmi.mv.as_mv.col;
938 void vp8_set_mbmode_and_mvs(MACROBLOCK *x, MB_PREDICTION_MODE mb, int_mv *mv) argument
941 x->e_mbd.mode_info_context->mbmi.mv.as_int = mv->as_int;
990 this_mv->as_int = col ? d[-1].bmi.mv.as_int : left_block_mv(mic, i);
993 this_mv->as_int = row ? d[-4].bmi.mv.as_int : above_block_mv(mic, i, mis);
1006 left_mv.as_int = col ? d[-1].bmi.mv.as_int :
1016 d->bmi.mv.as_int = this_mv->as_int;
1019 x->partition_info->bmi[i].mv
1537 int_mv mv; local
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
H A DMakefile234 mv $@+ $@
270 mv $@+ $@
280 mv $@+ $@
296 mv $@+ $@
301 mv $@+ $@
309 mv $@+ $@
317 mv $@+ $@
322 mv $@+ $@
332 mv $@+ $@
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_entropymv.c17 // Integer pel reference mv threshold for use of high-precision 1/8 mv
153 d = (o >> 3); /* int mv data */
154 f = (o >> 1) & 3; /* fractional pel mv data */
155 e = (o & 1); /* high precision mv data */
171 void vp9_inc_mv(const MV *mv, nmv_context_counts *counts) { argument
173 const MV_JOINT_TYPE j = vp9_get_mv_joint(mv);
177 inc_mv_component(mv->row, &counts->comps[0], 1, 1);
181 inc_mv_component(mv->col, &counts->comps[1], 1, 1);
201 const nmv_context_counts *counts = &cm->counts.mv;
[all...]
H A Dvp9_scale.c36 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf) { argument
40 scaled_y(mv->row, sf) + y_off_q4,
41 scaled_x(mv->col, sf) + x_off_q4
/external/chromium_org/third_party/skia/gm/tests/
H A Drun.sh119 mv "$1" "$1.tmp"
120 mv "$2" "$1"
121 mv "$1.tmp" "$2"
178 mv $THIS_IMAGE_DIR/selftest2_8888.png $THIS_IMAGE_DIR/selftest1_8888.png
179 mv $THIS_IMAGE_DIR/selftest2_565.png $THIS_IMAGE_DIR/selftest1_565.png
/external/skia/gm/tests/
H A Drun.sh119 mv "$1" "$1.tmp"
120 mv "$2" "$1"
121 mv "$1.tmp" "$2"
178 mv $THIS_IMAGE_DIR/selftest2_8888.png $THIS_IMAGE_DIR/selftest1_8888.png
179 mv $THIS_IMAGE_DIR/selftest2_565.png $THIS_IMAGE_DIR/selftest1_565.png
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.c280 struct vl_motionvector mv; local
287 mv.top.x = mb->PMV[0][vector][0];
288 mv.top.y = mb->PMV[0][vector][1];
289 mv.top.field_select = PIPE_VIDEO_FRAME;
290 mv.top.weight = weight;
292 mv.bottom.x = mb->PMV[0][vector][0];
293 mv.bottom.y = mb->PMV[0][vector][1];
294 mv.bottom.weight = weight;
295 mv.bottom.field_select = PIPE_VIDEO_FRAME;
299 mv
[all...]
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.c280 struct vl_motionvector mv; local
287 mv.top.x = mb->PMV[0][vector][0];
288 mv.top.y = mb->PMV[0][vector][1];
289 mv.top.field_select = PIPE_VIDEO_FRAME;
290 mv.top.weight = weight;
292 mv.bottom.x = mb->PMV[0][vector][0];
293 mv.bottom.y = mb->PMV[0][vector][1];
294 mv.bottom.weight = weight;
295 mv.bottom.field_select = PIPE_VIDEO_FRAME;
299 mv
[all...]
/external/e2fsprogs/ext2ed/
H A DMakefile.in43 -mv `echo $< | sed -e 's/.sgml$$/.ps/'` $@
48 -mv `echo $< | sed -e 's/.sgml$$/.pdf/'` $@
53 -mv `echo $< | sed -e 's/.sgml$$/.html/'` $@

Completed in 1756 milliseconds

1234567891011>>