Searched defs:mv (Results 26 - 50 of 118) sorted by last modified time

12345

/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DVarInsnNode.java80 public void accept(final MethodVisitor mv) { argument
81 mv.visitVarInsn(opcode, var);
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/
H A DTraceMethodVisitor.java57 protected MethodVisitor mv; field in class:TraceMethodVisitor
89 * @param mv the {@link MethodVisitor} to which this visitor delegates
92 public TraceMethodVisitor(final MethodVisitor mv) { argument
94 this.mv = mv;
106 if (mv != null) {
107 ((TraceAnnotationVisitor) av).av = mv.visitAnnotation(desc, visible);
124 if (mv != null) {
125 mv.visitAttribute(attr);
134 if (mv !
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DCodeEmitter.java106 CodeEmitter(ClassEmitter ce, MethodVisitor mv, int access, Signature sig, Type[] exceptionTypes) { argument
107 super(access, sig.getDescriptor(), mv);
150 mv.visitTryCatchBlock(block.getStart(),
156 public void goTo(Label label) { mv.visitJumpInsn(Constants.GOTO, label); }
157 public void ifnull(Label label) { mv.visitJumpInsn(Constants.IFNULL, label); }
158 public void ifnonnull(Label label) { mv.visitJumpInsn(Constants.IFNONNULL, label); }
161 mv.visitJumpInsn(mode, label);
177 mv.visitInsn(Constants.LCMP);
180 mv.visitInsn(Constants.DCMPG);
183 mv
[all...]
H A DLocalVariablesSorter.java65 final MethodVisitor mv)
67 super(mv);
78 super(lvs.mv);
95 mv.visitVarInsn(opcode, remap(var, size));
99 mv.visitIincInsn(remap(var, 1), increment);
103 mv.visitMaxs(maxStack, state.nextLocal);
114 mv.visitLocalVariable(name, desc, signature, start, end, remap(index));
62 LocalVariablesSorter( final int access, final String desc, final MethodVisitor mv) argument
/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...]
H A Dvl_vertex_buffers.h105 } mv[VL_MAX_REF_FRAMES]; member in struct:vl_vertex_buffer
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_shader_state.c314 uint8_t mv = out->mask, mf = in->mask, oid = out->hw; local
320 if (mv & 1)
328 oid += mv & 1;
330 mv >>= 1;
497 uint8_t oid = 0, mv = 0, mg = gp->in[i].mask; local
502 mv = vp->out[j].mask;
508 for (c = 0; c < 4; ++c, mv >>= 1, mg >>= 1) {
509 if (mg & mv & 1)
514 oid += mv & 1;
/external/libvpx/libvpx/vp8/common/
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
H A Dfindnearmv.c40 int_mv *mv = near_mvs; local
45 mv[0].as_int = mv[1].as_int = mv[2].as_int = 0;
51 if (above->mbmi.mv.as_int)
53 (++mv)->as_int = above->mbmi.mv.as_int;
54 mv_bias(ref_frame_sign_bias[above->mbmi.ref_frame], refframe, mv, ref_frame_sign_bias);
64 if (left->mbmi.mv.as_int)
68 this_mv.as_int = left->mbmi.mv
[all...]
H A Dfindnearmv.h15 #include "mv.h"
37 static void vp8_clamp_mv2(int_mv *mv, const MACROBLOCKD *xd) argument
39 if (mv->as_mv.col < (xd->mb_to_left_edge - LEFT_TOP_MARGIN))
40 mv->as_mv.col = xd->mb_to_left_edge - LEFT_TOP_MARGIN;
41 else if (mv->as_mv.col > xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN)
42 mv->as_mv.col = xd->mb_to_right_edge + RIGHT_BOTTOM_MARGIN;
44 if (mv->as_mv.row < (xd->mb_to_top_edge - LEFT_TOP_MARGIN))
45 mv->as_mv.row = xd->mb_to_top_edge - LEFT_TOP_MARGIN;
46 else if (mv->as_mv.row > xd->mb_to_bottom_edge + RIGHT_BOTTOM_MARGIN)
47 mv
50 vp8_clamp_mv(int_mv *mv, int mb_to_left_edge, int mb_to_right_edge, int mb_to_top_edge, int mb_to_bottom_edge) argument
62 vp8_check_mv_bounds(int_mv *mv, int mb_to_left_edge, int mb_to_right_edge, int mb_to_top_edge, int mb_to_bottom_edge) argument
[all...]
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 Dreconinter.c131 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + (d->bmi.mv.as_mv.col >> 3);
133 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv.as_mv.col & 7)
135 sppf(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, pred_ptr, pitch);
154 ptr = base_pre + d->offset + (d->bmi.mv.as_mv.row >> 3) * pre_stride + (d->bmi.mv.as_mv.col >> 3);
156 if (d->bmi.mv.as_mv.row & 7 || d->bmi.mv
340 clamp_mv_to_umv_border(MV *mv, const MACROBLOCKD *xd) argument
363 clamp_uvmv_to_umv_border(MV *mv, const MACROBLOCKD *xd) argument
[all...]
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodemv.c111 static void read_mv(vp8_reader *r, MV *mv, const MV_CONTEXT *mvc) argument
113 mv->row = (short)(read_mvcomponent(r, mvc) * 2);
114 mv->col = (short)(read_mvcomponent(r, ++mvc) * 2);
268 leftmv.as_int = left_mb->mbmi.mv.as_int;
270 leftmv.as_int = (left_mb->bmi + k + 4 - 1)->mv.as_int;
273 leftmv.as_int = (mi->bmi + k - 1)->mv.as_int;
279 abovemv.as_int = above_mb->mbmi.mv.as_int;
281 abovemv.as_int = (above_mb->bmi + k + 16 - 4)->mv.as_int;
284 abovemv.as_int = (mi->bmi + k - 4)->mv.as_int;
328 mi->bmi[ *fill_offset].mv
[all...]
H A Dec_types.h50 MV mv; member in struct:__anon24867
H A Derror_concealment.c189 new_row = row - bmi->mv.as_mv.row;
190 new_col = col - bmi->mv.as_mv.col;
256 bmi->mv.as_int = 0;
261 col_acc += overlaps[i].overlap * overlaps[i].bmi->mv.as_mv.col;
262 row_acc += overlaps[i].overlap * overlaps[i].bmi->mv.as_mv.row;
268 bmi->mv.as_mv.col = col_acc / overlap_sum;
269 bmi->mv.as_mv.row = row_acc / overlap_sum;
273 bmi->mv.as_mv.col = 0;
274 bmi->mv.as_mv.row = 0;
290 MV * const filtered_mv = &(mi->mbmi.mv
525 int_mv * const mv = &(mi->bmi[row*4 + col].mv); local
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dbitstream.c452 vp8_writer *w, const MV *mv, const int_mv *ref, const MV_CONTEXT *mvc
456 e.row = mv->row - ref->as_mv.row;
457 e.col = mv->col - ref->as_mv.col;
656 write_mv(w, &mi->mv.as_mv, &best_mv, mvc);
679 blockmv = cpi->mb.partition_info->bmi[j].mv;
450 write_mv( vp8_writer *w, const MV *mv, const int_mv *ref, const MV_CONTEXT *mvc ) argument
H A Dblock.h31 MV mv; member in struct:__anon24871
63 int_mv mv; member in struct:__anon24872::__anon24873
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...]
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/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.h136 int_mv mv[2]; member in struct:__anon24896
H A Dvp9_entropymode.h73 nmv_context_counts mv; member in struct:__anon24902
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_entropymv.h98 static INLINE MV_JOINT_TYPE vp9_get_mv_joint(const MV *mv) { argument
99 if (mv->row == 0) {
100 return mv->col == 0 ? MV_JOINT_ZERO : MV_JOINT_HNZVZ;
102 return mv->col == 0 ? MV_JOINT_HZVNZ : MV_JOINT_HNZVNZ;
126 void vp9_inc_mv(const MV *mv, nmv_context_counts *mvctx);

Completed in 258 milliseconds

12345