HomeSort by relevance Sort by last modified time
    Searched defs:this_mv (Results 1 - 13 of 13) sorted by null

  /external/libvpx/libvpx/vp8/common/
findnearmv.c 54 int_mv this_mv; local
56 this_mv.as_int = left->mbmi.mv.as_int;
57 mv_bias(ref_frame_sign_bias[left->mbmi.ref_frame], refframe, &this_mv,
60 if (this_mv.as_int != mv->as_int) {
61 (++mv)->as_int = this_mv.as_int;
74 int_mv this_mv; local
76 this_mv.as_int = aboveleft->mbmi.mv.as_int;
78 &this_mv, ref_frame_sign_bias);
80 if (this_mv.as_int != mv->as_int) {
81 (++mv)->as_int = this_mv.as_int
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 325 int_mv this_mv; local
327 this_mv.as_int = left->mbmi.mv.as_int;
329 &this_mv, ref_frame_sign_bias);
331 if (this_mv.as_int != nmv->as_int) {
332 (++nmv)->as_int = this_mv.as_int;
345 int_mv this_mv; local
347 this_mv.as_int = aboveleft->mbmi.mv.as_int;
349 &this_mv, ref_frame_sign_bias);
351 if (this_mv.as_int != nmv->as_int) {
352 (++nmv)->as_int = this_mv.as_int
    [all...]
  /external/libaom/libaom/av1/common/
mv.h 278 int_mv this_mv; member in struct:candidate_mv
mvref_common.c 94 if (ref_mv_stack[index].this_mv.as_int == this_refmv.as_int) break;
100 ref_mv_stack[index].this_mv = this_refmv;
121 if ((ref_mv_stack[index].this_mv.as_int == this_refmv[0].as_int) &&
129 ref_mv_stack[index].this_mv = this_refmv[0];
370 if (this_refmv.as_int == ref_mv_stack[idx].this_mv.as_int) break;
376 ref_mv_stack[idx].this_mv.as_int = this_refmv.as_int;
417 if (this_refmv.as_int == ref_mv_stack[idx].this_mv.as_int &&
426 ref_mv_stack[idx].this_mv.as_int = this_refmv.as_int;
449 int_mv this_mv = candidate->mv[rf_idx]; local
452 this_mv.as_mv.row = -this_mv.as_mv.row
468 int_mv this_mv = candidate->mv[rf_idx]; local
977 int_mv this_mv; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 373 int_mv this_mv; local
410 this_mv.as_mv.row = startmv.as_mv.row;
411 this_mv.as_mv.col = ((startmv.as_mv.col - 8) | 4);
414 left = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit);
417 *bestmv = this_mv;
423 this_mv.as_mv.col += 8;
426 right = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit);
429 *bestmv = this_mv;
436 this_mv.as_mv.col = startmv.as_mv.col;
437 this_mv.as_mv.row = ((startmv.as_mv.row - 8) | 4)
669 int_mv this_mv; local
854 int_mv this_mv; local
1035 int_mv this_mv; local
1148 int_mv this_mv; local
1296 int_mv this_mv; local
1383 int_mv this_mv; local
1504 int_mv this_mv; local
1655 int_mv this_mv; local
1734 int_mv this_mv; local
    [all...]
  /external/libaom/libaom/av1/encoder/
rd.c 994 const MV *this_mv = &pred_mv[i]; local
    [all...]
mcomp.c 186 MV this_mv = { r, c }; \
187 v = mv_err_cost(&this_mv, ref_mv, mvjcost, mvcost, error_per_bit); \
216 MV this_mv = { r, c }; \
218 xd, cm, mi_row, mi_col, &this_mv, vfp, src_address, src_stride, \
221 v = mv_err_cost(&this_mv, ref_mv, mvjcost, mvcost, error_per_bit); \
792 MV this_mv = { tr, tc }; local
828 MV this_mv = { tr, tc }; local
954 MV this_mv = { *tr, *tc }; local
1035 const MV this_mv = { br, bc }; local
1083 const MV this_mv = { br + neighbors[i].row, bc + neighbors[i].col }; local
1090 const MV this_mv = { br + neighbors[i].row, bc + neighbors[i].col }; local
1102 const MV this_mv = { br + neighbors[i].row, bc + neighbors[i].col }; local
1162 const MV this_mv = { br + candidates[t][i].row, local
1171 const MV this_mv = { br + candidates[t][i].row, local
1205 const MV this_mv = { br + candidates[s][i].row, local
1214 const MV this_mv = { br + candidates[s][i].row, local
1242 const MV this_mv = { local
1253 const MV this_mv = { local
1279 const MV this_mv = { br + candidates[s][i].row, local
1288 const MV this_mv = { br + candidates[s][i].row, local
1316 const MV this_mv = { local
1327 const MV this_mv = { local
1728 const MV this_mv = { best_mv->row + ss[i].mv.row, local
1742 const MV this_mv = { best_mv->row + ss[i].mv.row, local
1769 const MV this_mv = { best_mv->row + ss[best_site].mv.row, local
2192 MV this_mv; local
2646 MV this_mv = { tr, tc }; local
2677 MV this_mv = { tr, tc }; local
2862 const MV this_mv = { best_mv->row + ss[best_site].mv.row, local
    [all...]
rdopt.c 7436 MV *this_mv = &cur_mv[ref_idx].as_mv; local
9806 int_mv this_mv; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.c 563 const MV *this_mv = &pred_mv[i]; local
565 if (this_mv->row == INT16_MAX || this_mv->col == INT16_MAX) continue;
567 fp_row = (this_mv->row + 3 + (this_mv->row >= 0)) >> 3;
568 fp_col = (this_mv->col + 3 + (this_mv->col >= 0)) >> 3;
569 max_mv = VPXMAX(max_mv, VPXMAX(abs(this_mv->row), abs(this_mv->col)) >> 3);
vp9_mcomp.c 625 const MACROBLOCKD *xd, const MV *this_mv, const struct scale_factors *sf,
637 pred16, w, this_mv, sf, w, h, 0, kernel, local
651 vp9_build_inter_predictor(pre_address, y_stride, pred, w, this_mv, sf, w, h,
670 vp9_build_inter_predictor(pre_address, y_stride, pred, w, this_mv, sf, w, h,
799 MV this_mv; local
839 MV this_mv = { tr, tc }; local
980 MV this_mv; local
992 const MV this_mv = { br + neighbors[i].row, bc + neighbors[i].col }; local
1001 const MV this_mv = { br + neighbors[i].row, bc + neighbors[i].col }; local
1059 const MV this_mv = { br + candidates[t][i].row, local
1068 const MV this_mv = { br + candidates[t][i].row, local
1101 const MV this_mv = { br + candidates[s][i].row, local
1110 const MV this_mv = { br + candidates[s][i].row, local
1138 const MV this_mv = { local
1149 const MV this_mv = { local
1233 const MV this_mv = { br + candidates[t][i].row, local
1242 const MV this_mv = { br + candidates[t][i].row, local
1275 const MV this_mv = { br + candidates[s][i].row, local
1284 const MV this_mv = { br + candidates[s][i].row, local
1312 const MV this_mv = { local
1323 const MV this_mv = { local
1349 const MV this_mv = { br + candidates[s][i].row, local
1358 const MV this_mv = { br + candidates[s][i].row, local
1386 const MV this_mv = { local
1397 const MV this_mv = { local
1433 const MV this_mv = { br + neighbors[i].row, bc + neighbors[i].col }; local
1440 const MV this_mv = { br + neighbors[i].row, bc + neighbors[i].col }; local
1452 const MV this_mv = { br + neighbors[i].row, bc + neighbors[i].col }; local
1834 const MV this_mv = { best_full_mv->row + ss_mv[i].row, local
1851 const MV this_mv = { best_full_mv->row + ss_mv[i].row, local
1988 const MV this_mv = { best_mv->row + ss_mv[i].row, local
2002 const MV this_mv = { best_mv->row + ss_mv[i].row, local
2028 const MV this_mv = { best_mv->row + ss_mv[best_site].row, local
2147 MV this_mv; local
    [all...]
vp9_encodeframe.c 3788 MOTION_DIRECTION this_mv; local
    [all...]
vp9_encoder.c 6334 MV this_mv = local
    [all...]
vp9_rdopt.c 2494 MV this_mv; local
    [all...]

Completed in 843 milliseconds