HomeSort by relevance Sort by last modified time
    Searched refs:MV (Results 76 - 100 of 135) sorted by null

1 2 34 5 6

  /external/selinux/mcstrans/share/examples/nato/setrans.d/
eyes-only.conf 459 ~c340=MV # Maldives
rel.conf 465 ~c200,~c340=MV # Maldives
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 29 int vp8_mv_bit_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int Weight) {
30 /* MV costing is based on the distribution of vectors in the previous
37 return ((mvcost[0][(mv->as_mv.row - ref->as_mv.row) >> 1] +
38 mvcost[1][(mv->as_mv.col - ref->as_mv.col) >> 1]) *
43 static int mv_err_cost(int_mv *mv, int_mv *ref, int *mvcost[2],
45 /* Ignore mv costing if mvcost is NULL */
47 return ((mvcost[0][(mv->as_mv.row - ref->as_mv.row) >> 1] +
48 mvcost[1][(mv->as_mv.col - ref->as_mv.col) >> 1]) *
56 static int mvsad_err_cost(int_mv *mv, int_mv *ref, int *mvsadcost[2],
59 /* Ignore mv costing if mvsadcost is NULL *
    [all...]
bitstream.c 354 static void write_mv(vp8_writer *w, const MV *mv, const int_mv *ref,
356 MV e;
357 e.row = mv->row - ref->as_mv.row;
358 e.col = mv->col - ref->as_mv.col;
467 * These specified to 8th pel as they are always compared to MV
546 write_mv(w, &mi->mv.as_mv, &best_mv, mvc);
567 blockmv = cpi->mb.partition_info->bmi[j].mv;
    [all...]
firstpass.c 407 int_mv *ref_mv, MV *best_mv,
431 /* Initial step/diamond search centred on best mv */
531 /* Initialise the MV cost table to the defaults */
580 * estimate fot the mv. When the error score is very low this
583 * 0,0 mv to the intra case.
600 MV tmp_mv = { 0, 0 };
605 /* Simple 0,0 motion with no mv overhead */
609 d->bmi.mv.as_mv.row = 0;
610 d->bmi.mv.as_mv.col = 0;
616 /* Test last reference frame using the previous best mv as th
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 818 uint64_t MV = 0, Bit = 1;
820 MV |= Bit;
823 SDValue Ones = CurDAG->getTargetConstant(MV, dl, MVT::i64);
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 91 static void read_mv(vp8_reader *r, MV *mv, const MV_CONTEXT *mvc) {
92 mv->row = (short)(read_mvcomponent(r, mvc) * 2);
93 mv->col = (short)(read_mvcomponent(r, ++mvc) * 2);
221 leftmv.as_int = left_mb->mbmi.mv.as_int;
223 leftmv.as_int = (left_mb->bmi + k + 4 - 1)->mv.as_int;
226 leftmv.as_int = (mi->bmi + k - 1)->mv.as_int;
232 abovemv.as_int = above_mb->mbmi.mv.as_int;
234 abovemv.as_int = (above_mb->bmi + k + 16 - 4)->mv.as_int;
237 abovemv.as_int = (mi->bmi + k - 4)->mv.as_int
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c 66 // if the size < 8x8 we get the mv from the bmi substructure,
96 ADD_MV_REF_LIST(candidate_mi->mv[0], refmv_count, mv_ref_list, Done);
110 // If the candidate is INTRA we don't want to consider its mv.
119 // Get base layer mv.
123 if (candidate->mv[0].as_int != INVALID_MV) {
124 base_mv->as_mv.row = (candidate->mv[0].as_mv.row * 2);
125 base_mv->as_mv.col = (candidate->mv[0].as_mv.col * 2);
150 const int step_param = cpi->sf.mv.fullpel_search_step_param;
152 MV mvp_full;
154 const MV ref_mv = x->mbmi_ext->ref_mvs[ref][0].as_mv
    [all...]
vp9_rdopt.c     [all...]
  /external/abi-compliance-checker/modules/Internals/
SysCheck.pm     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 496 struct buf_2d *dst_buf, const MV *mv, RefCntBuffer *ref_frame_buf,
518 const MV mv_q4 = clamp_mv_to_umv_border_sb(
519 xd, mv, bw, bh, pd->subsampling_x, pd->subsampling_y);
526 assert(mv_q4.row == mv->row * (1 << (1 - pd->subsampling_y)) &&
527 mv_q4.col == mv->col * (1 << (1 - pd->subsampling_x)));
542 // Scale the MV and incorporate the sub-pixel offset of the block
556 scaled_mv.row = mv->row * (1 << (1 - pd->subsampling_y));
557 scaled_mv.col = mv->col * (1 << (1 - pd->subsampling_x));
688 const MV mv = average_split_mvs(pd, mi, ref, i++) local
697 const MV mv = mi->mv[ref].as_mv; local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
  /external/eigen/blas/testing/
cblat2.f     [all...]
dblat2.f     [all...]
sblat2.f     [all...]
zblat2.f     [all...]
  /external/cblas/testing/
c_cblat2.f     [all...]
c_cblat3.f     [all...]
c_dblat2.f     [all...]
c_dblat3.f     [all...]
c_sblat2.f     [all...]
c_sblat3.f     [all...]
c_zblat2.f     [all...]
c_zblat3.f     [all...]
  /external/e2fsprogs/
configure 668 MV
    [all...]

Completed in 880 milliseconds

1 2 34 5 6