Searched refs:mv (Results 1 - 25 of 375) sorted by relevance

1234567891011>>

/external/srtp/
H A Dundos.sh9 mv $1.tmp $1
H A Dupdate.sh10 mv $x.tmp $x;
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DMethodAdapter.java45 protected MethodVisitor mv; field in class:MethodAdapter
50 * @param mv the code visitor to which this adapter must delegate calls.
52 public MethodAdapter(final MethodVisitor mv) { argument
53 this.mv = mv;
57 return mv.visitAnnotationDefault();
64 return mv.visitAnnotation(desc, visible);
72 return mv.visitParameterAnnotation(parameter, desc, visible);
76 mv.visitAttribute(attr);
80 mv
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_mv.h22 typedef struct mv { struct
37 static INLINE void clamp_mv(MV *mv, int min_col, int max_col, argument
39 mv->col = clamp(mv->col, min_col, max_col);
40 mv->row = clamp(mv->row, min_row, max_row);
H A Dvp9_mvref_common.h44 // adding 9 for each intra block, 3 for each zero mv and 1 for each new
128 static INLINE void clamp_mv_ref(MV *mv, const MACROBLOCKD *xd) { argument
129 clamp_mv(mv, xd->mb_to_left_edge - MV_BORDER,
135 // This function returns either the appropriate sub block or block's mv
142 : candidate->mbmi.mv[which_mv];
146 // Performs mv sign inversion if indicated by the reference frame combination.
150 int_mv mv = mbmi->mv[ref]; local
152 mv.as_mv.row *= -1;
153 mv
200 clamp_mv2(MV *mv, const MACROBLOCKD *xd) argument
[all...]
/external/libvpx/libvpx/vp8/common/
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 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 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/valgrind/auxprogs/
H A Dchange-copyright-year23 mv tmp.$$ $i
28 mv tmp.$$ $i
/external/libmpeg2/decoder/
H A Dimpeg2d_mv_dec.h23 e_field_t impeg2d_dec_mv(stream_t *stream, WORD16 predMv[], WORD16 mv[],UWORD16 fCode[],
25 INLINE void impeg2d_dec_1mv(stream_t *stream, WORD16 predMv[], WORD16 mv[],UWORD16 fCode[],
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DInsnNode.java72 * @param mv a method visitor.
74 public void accept(final MethodVisitor mv) { argument
75 mv.visitInsn(opcode);
H A DIntInsnNode.java74 public void accept(final MethodVisitor mv) { argument
75 mv.visitIntInsn(opcode, operand);
H A DLdcInsnNode.java67 public void accept(final MethodVisitor mv) { argument
68 mv.visitLdcInsn(cst);
H A DVarInsnNode.java80 public void accept(final MethodVisitor mv) { argument
81 mv.visitVarInsn(opcode, var);
H A DIincInsnNode.java70 public void accept(final MethodVisitor mv) { argument
71 mv.visitIincInsn(var, incr);
H A DJumpInsnNode.java82 public void accept(final MethodVisitor mv) { argument
83 mv.visitJumpInsn(opcode, label.getLabel());
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
H A DClassLoaderLocalMap.java157 MethodVisitor mv;
170 mv = cw.visitMethod(ACC_STATIC, "<clinit>", "()V", null, null);
171 mv.visitCode();
172 mv.visitTypeInsn(NEW, "java/util/WeakHashMap");
173 mv.visitInsn(DUP);
174 mv.visitMethodInsn(INVOKESPECIAL, "java/util/WeakHashMap", "<init>", "()V");
175 mv.visitFieldInsn(PUTSTATIC, holderClassName, "localMap", "Ljava/util/Map;");
176 mv.visitInsn(RETURN);
177 mv.visitMaxs(2, 0);
178 mv
[all...]
/external/libvncserver/x11vnc/misc/turbovnc/
H A Dundo_turbovnc23 mv "$ldir/tight.c.ORIG" "$ldir/tight.c"
24 mv "$ldir/rfbserver.c.ORIG" "$ldir/rfbserver.c"
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mbgraph.h22 int_mv mv; member in union:__anon9579::__anon9580::__anon9581
/external/openfst/
H A Dfix_headers.sh14 mv -f .tmp $INPUT_FILE
/external/libhevc/decoder/
H A Dihevcd_mv_merge.c100 ps_mv_1 = &ps_pu_1->mv;
101 ps_mv_2 = &ps_pu_2->mv;
233 as_mv_col[0] = ps_col_pu->mv.s_l1_mv;
234 au4_ref_idx_col[0] = ps_col_pu->mv.i1_l1_ref_idx;
237 as_mv_col[1] = ps_col_pu->mv.s_l1_mv;
238 au4_ref_idx_col[1] = ps_col_pu->mv.i1_l1_ref_idx;
245 as_mv_col[0] = ps_col_pu->mv.s_l0_mv;
246 au4_ref_idx_col[0] = ps_col_pu->mv.i1_l0_ref_idx;
249 as_mv_col[1] = ps_col_pu->mv.s_l0_mv;
250 au4_ref_idx_col[1] = ps_col_pu->mv
[all...]
H A Dihevcd_inter_pred.c233 ps_pic_buf_l0 = (pic_buf_t *)((ps_slice_hdr->as_ref_pic_list0[ps_pu->mv.i1_l0_ref_idx].pv_pic_buf));
238 luma_weight_l0 = ps_slice_hdr->s_wt_ofst.i2_luma_weight_l0[ps_pu->mv.i1_l0_ref_idx];
239 chroma_weight_l0_cb = ps_slice_hdr->s_wt_ofst.i2_chroma_weight_l0_cb[ps_pu->mv.i1_l0_ref_idx];
240 chroma_weight_l0_cr = ps_slice_hdr->s_wt_ofst.i2_chroma_weight_l0_cr[ps_pu->mv.i1_l0_ref_idx];
242 luma_offset_l0 = ps_slice_hdr->s_wt_ofst.i2_luma_offset_l0[ps_pu->mv.i1_l0_ref_idx];
243 chroma_offset_l0_cb = ps_slice_hdr->s_wt_ofst.i2_chroma_offset_l0_cb[ps_pu->mv.i1_l0_ref_idx];
244 chroma_offset_l0_cr = ps_slice_hdr->s_wt_ofst.i2_chroma_offset_l0_cr[ps_pu->mv.i1_l0_ref_idx];
250 ps_pic_buf_l1 = (pic_buf_t *)((ps_slice_hdr->as_ref_pic_list1[ps_pu->mv.i1_l1_ref_idx].pv_pic_buf));
254 luma_weight_l1 = ps_slice_hdr->s_wt_ofst.i2_luma_weight_l1[ps_pu->mv.i1_l1_ref_idx];
255 chroma_weight_l1_cb = ps_slice_hdr->s_wt_ofst.i2_chroma_weight_l1_cb[ps_pu->mv
271 WORD32 mv; local
316 WORD32 mv; local
[all...]
/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...]
/external/jemalloc/
H A Dcoverage.sh15 mv "${f}" "${f}.${suffix}"

Completed in 1977 milliseconds

1234567891011>>