/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
vp9_decodemv.c | 237 static INLINE void read_mv(vp9_reader *r, MV *mv, const MV *ref, 243 MV diff = {0, 0}; 253 mv->row = ref->row + diff.row; 254 mv->col = ref->col + diff.col; 360 static INLINE int is_mv_valid(const MV *mv) { 361 return mv->row > MV_LOW && mv->row < MV_UPP & [all...] |
/external/libvpx/libvpx/vp8/common/ |
postproc.c | 962 MV *mv = &bmi->mv.as_mv; local 964 x1 = x0 + 8 + (mv->col >> 3); 965 y1 = y0 + 4 + (mv->row >> 3); 972 x1 = x0 + 8 + (mv->col >> 3); 973 y1 = y0 +12 + (mv->row >> 3); 983 MV *mv = &bmi->mv.as_mv local 1004 MV *mv = &bmi->mv.as_mv; local 1046 MV *mv = &bmi->mv.as_mv; local 1062 MV *mv = &mi->mbmi.mv.as_mv; local [all...] |
blockd.h | 19 #include "mv.h" 143 int_mv mv; member in union:b_mode_info 160 int_mv mv; member in struct:__anon17952 180 int_mv mv; member in struct:__anon17953 275 signed char last_mode_lf_deltas[MAX_MODE_LF_DELTAS]; /* 0 = BPRED, ZERO_MV, MV, SPLIT */ 276 signed char mode_lf_deltas[MAX_MODE_LF_DELTAS]; /* 0 = BPRED, ZERO_MV, MV, SPLIT */
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
postproc.c | 955 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 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...] |
blockd.h | 19 #include "mv.h" 143 int_mv mv; member in union:b_mode_info 160 int_mv mv; member in struct:__anon31438 180 int_mv mv; member in struct:__anon31439 271 signed char last_mode_lf_deltas[MAX_MODE_LF_DELTAS]; /* 0 = BPRED, ZERO_MV, MV, SPLIT */ 272 signed char mode_lf_deltas[MAX_MODE_LF_DELTAS]; /* 0 = BPRED, ZERO_MV, MV, SPLIT */
|
/external/libvpx/libvpx/vp8/encoder/ |
mcomp.c | 30 int vp8_mv_bit_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int Weight) 32 /* MV costing is based on the distribution of vectors in the previous 39 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; 42 static int mv_err_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int error_per_bit) 44 /* Ignore mv costing if mvcost is NULL */ 46 return ((mvcost[0][(mv->as_mv.row - ref->as_mv.row) >> 1] + 47 mvcost[1][(mv->as_mv.col - ref->as_mv.col) >> 1]) 52 static int mvsad_err_cost(int_mv *mv, int_mv *ref, int *mvsadcost[2], int error_per_bit) 55 /* Ignore mv costing if mvsadcost is NULL * [all...] |
rdopt.c | 480 int mv_row = x->e_mbd.mode_info_context->mbmi.mv.as_mv.row; 481 int mv_col = x->e_mbd.mode_info_context->mbmi.mv.as_mv.col; 945 void vp8_set_mbmode_and_mvs(MACROBLOCK *x, MB_PREDICTION_MODE mb, int_mv *mv) 948 x->e_mbd.mode_info_context->mbmi.mv.as_int = mv->as_int; 997 this_mv->as_int = col ? d[-1].bmi.mv.as_int : left_block_mv(mic, i); 1000 this_mv->as_int = row ? d[-4].bmi.mv.as_int : above_block_mv(mic, i, mis); 1013 left_mv.as_int = col ? d[-1].bmi.mv.as_int : 1023 d->bmi.mv.as_int = this_mv->as_int; 1026 x->partition_info->bmi[i].mv.as_int = this_mv->as_int 1544 int_mv mv; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
mcomp.c | 26 int vp8_mv_bit_cost(int_mv *mv, int_mv *ref, int *mvcost[2], int Weight) 28 /* MV costing is based on the distribution of vectors in the previous 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) 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) 51 /* Ignore mv costing if mvsadcost is NULL * [all...] |
pickinter.c | 397 /* Split MV modes currently not supported when RD is nopt enabled, 401 x->MVcount[0][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.row - 403 x->MVcount[1][mv_max+((xd->mode_info_context->mbmi.mv.as_mv.col - 450 (*parent_ref_mv).as_mv.row = store_mode_info[parent_mb_index].mv.as_mv.row 453 (*parent_ref_mv).as_mv.col = store_mode_info[parent_mb_index].mv.as_mv.col 490 int_mv mv = x->e_mbd.mode_info_context->mbmi.mv; local 506 sse, mv); 538 mv_l = mic->mbmi.mv; 546 mv_al = mic->mbmi.mv; [all...] |
rdopt.c | 479 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; 943 void vp8_set_mbmode_and_mvs(MACROBLOCK *x, MB_PREDICTION_MODE mb, int_mv *mv) 946 x->e_mbd.mode_info_context->mbmi.mv.as_int = mv->as_int; 995 this_mv->as_int = col ? d[-1].bmi.mv.as_int : (uint32_t)left_block_mv(mic, i); 998 this_mv->as_int = row ? d[-4].bmi.mv.as_int : (uint32_t)above_block_mv(mic, i, mis); 1011 left_mv.as_int = col ? d[-1].bmi.mv.as_int : 1021 d->bmi.mv.as_int = this_mv->as_int; 1024 x->partition_info->bmi[i].mv.as_int = this_mv->as_int 1542 int_mv mv; local [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodemv.c | 39 const int d = offset >> 3; // int mv data 40 const int fr = (offset >> 1) & 3; // fractional mv data 41 const int hp = offset & 1; // high precision mv data 109 d = (o >> 3); /* int mv data */ 110 f = (o >> 1) & 3; /* fractional pel mv data */ 111 e = (o & 1); /* high precision mv data */ 204 const MV* mv, const MV* ref, 206 const MV diff = {mv->row - ref->row [all...] |
/bootable/recovery/ |
roots.cpp | 96 const MountedVolume* mv = local 98 if (mv) { 154 const MountedVolume* mv = local 156 if (mv == NULL) { 161 return unmount_mounted_volume(mv);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_entropymv.c | 17 // Integer pel reference mv threshold for use of high-precision 1/8 mv 133 int vp9_use_mv_hp(const MV *ref) { 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) { 173 const MV_JOINT_TYPE j = vp9_get_mv_joint(mv); 177 inc_mv_component(mv->row, &counts->comps[0], 1, 1) [all...] |
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_mpeg12_decoder.c | 280 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.top.x = mb->PMV[0][vector][0] [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_scale.c | 37 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf) { 41 scaled_y(mv->row, sf) + y_off_q4, 42 scaled_x(mv->col, sf) + x_off_q4
|
vp9_debugmodes.c | 81 fprintf(mvs, "%4d:%4d ", mi[0]->mbmi.mv[0].as_mv.row, 82 mi[0]->mbmi.mv[0].as_mv.col);
|
/external/e2fsprogs/ext2ed/ |
Makefile.in | 43 -mv `echo $< | sed -e 's/.sgml$$/.ps/'` $@ 48 -mv `echo $< | sed -e 's/.sgml$$/.pdf/'` $@ 53 -mv `echo $< | sed -e 's/.sgml$$/.html/'` $@
|
/art/test/091-override-package-private-method/ |
build | 24 mv classes/OverridePackagePrivateMethodSuper.class classes-ex
|
/art/test/127-checker-secondarydex/ |
build | 24 mv classes/Super.class classes-ex
|
/art/test/555-checker-regression-x86const/ |
build | 27 mv classes/UnresolvedClass.class classes-ex
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/ |
Makefile | 42 mv ../python-gflags*.deb ./dist/
|
/external/chromium-trace/catapult/third_party/python_gflags/ |
Makefile | 42 mv ../python-gflags*.deb ./dist/
|
/external/cmockery/cmockery_0_1_2/packages/ |
rpm.sh | 72 mv "$RPM_SOURCE_DIR"/*/"${PACKAGE}"-*"${VERSION}"*.rpm "$destdir"
|
/external/e2fsprogs/lib/ss/ |
mk_cmds.sh.in | 59 mv -f "${TMP}" "${BASE}.c"
|
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
StringReader.java | 74 MethodVisitor mv = new MethodVisitor(Opcodes.ASM4){ 98 return mv;
|