Searched refs:mode_mv (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dpickinter.c580 int_mv *mode_mv; local
648 mode_mv = mode_mv_sb[sign_bias];
678 mode_mv = mode_mv_sb[sign_bias];
724 mode_mv = mode_mv_sb[sign_bias];
732 mode_mv[NEARESTMV].as_int ==0)
735 mode_mv[NEARMV].as_int ==0)
938 mode_mv[NEWMV].as_int = mvp_full.as_int;
980 mode_mv[NEWMV].as_int = d->bmi.mv.as_int;
988 mode_mv[NEWMV].as_int = d->bmi.mv.as_int;
1012 mode_mv[NEWM
[all...]
H A Drdopt.c1155 int_mv mode_mv[B_MODE_COUNT]; local
1235 &mode_mv[NEW4X4], step_param,
1259 mode_mv[NEW4X4].as_int = temp_mv.as_int;
1280 mode_mv[NEW4X4].as_int = e->bmi.mv.as_int;
1287 e->bmi.mv.as_int = mode_mv[NEW4X4].as_int;
1296 cpi->find_fractional_mv_step(x, c, e, &mode_mv[NEW4X4],
1302 rate = labels2mode(x, labels, i, this_mode, &mode_mv[this_mode],
1306 if (((mode_mv[this_mode].as_mv.row >> 3) < x->mv_row_min) || ((mode_mv[this_mode].as_mv.row >> 3) > x->mv_row_max) ||
1307 ((mode_mv[this_mod
1947 int_mv *mode_mv; local
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dpickinter.c579 int_mv *mode_mv; local
647 mode_mv = mode_mv_sb[sign_bias];
677 mode_mv = mode_mv_sb[sign_bias];
723 mode_mv = mode_mv_sb[sign_bias];
731 mode_mv[NEARESTMV].as_int ==0)
734 mode_mv[NEARMV].as_int ==0)
937 mode_mv[NEWMV].as_int = mvp_full.as_int;
979 mode_mv[NEWMV].as_int = d->bmi.mv.as_int;
987 mode_mv[NEWMV].as_int = d->bmi.mv.as_int;
1011 mode_mv[NEWM
[all...]
H A Drdopt.c1155 int_mv mode_mv[B_MODE_COUNT]; local
1235 &mode_mv[NEW4X4], step_param,
1259 mode_mv[NEW4X4].as_int = temp_mv.as_int;
1280 mode_mv[NEW4X4].as_int = e->bmi.mv.as_int;
1287 e->bmi.mv.as_int = mode_mv[NEW4X4].as_int;
1296 cpi->find_fractional_mv_step(x, c, e, &mode_mv[NEW4X4],
1302 rate = labels2mode(x, labels, i, this_mode, &mode_mv[this_mode],
1306 if (((mode_mv[this_mode].as_mv.row >> 3) < x->mv_row_min) || ((mode_mv[this_mode].as_mv.row >> 3) > x->mv_row_max) ||
1307 ((mode_mv[this_mod
1947 int_mv *mode_mv; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1769 int_mv mode_mv[MB_MODE_COUNT][2]; local
1808 MV *const new_mv = &mode_mv[NEWMV][0].as_mv;
1930 set_and_cost_bmi_mvs(cpi, xd, i, this_mode, mode_mv[this_mode],
1936 mode_mv[this_mode][ref].as_int;
1939 mode_mv[this_mode][ref].as_int;
1942 mode_mv[this_mode][ref].as_int;
1946 if (mv_check_bounds(x, &mode_mv[this_mode][0].as_mv) ||
1948 mv_check_bounds(x, &mode_mv[this_mode][1].as_mv)))
1957 subpelmv |= mv_has_subpel(&mode_mv[this_mode][ref].as_mv);
1958 have_ref &= mode_mv[this_mod
2582 handle_inter_mode(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bsize, int64_t txfm_cache[], int *rate2, int64_t *distortion, int *skippable, int *rate_y, int64_t *distortion_y, int *rate_uv, int64_t *distortion_uv, int *mode_excluded, int *disable_skip, INTERP_FILTER *best_filter, int_mv (*mode_mv)[MAX_REF_FRAMES], int mi_row, int mi_col, int_mv single_newmv[MAX_REF_FRAMES], int64_t *psse, const int64_t ref_best_rd) argument
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1755 int_mv mode_mv[MB_MODE_COUNT][2]; local
1795 int_mv *const new_mv = &mode_mv[NEWMV][0];
1955 labels2mode(cpi, xd, i, this_mode, mode_mv[this_mode], frame_mv,
1960 mode_mv[this_mode][ref].as_int;
1963 mode_mv[this_mode][ref].as_int;
1966 mode_mv[this_mode][ref].as_int;
1970 if (mv_check_bounds(x, &mode_mv[this_mode][0].as_mv) ||
1972 mv_check_bounds(x, &mode_mv[this_mode][1].as_mv)))
1981 subpelmv |= mv_has_subpel(&mode_mv[this_mode][ref].as_mv);
1982 have_ref &= mode_mv[this_mod
2687 handle_inter_mode(VP9_COMP *cpi, MACROBLOCK *x, const TileInfo *const tile, BLOCK_SIZE bsize, int64_t txfm_cache[], int *rate2, int64_t *distortion, int *skippable, int *rate_y, int64_t *distortion_y, int *rate_uv, int64_t *distortion_uv, int *mode_excluded, int *disable_skip, INTERP_FILTER *best_filter, int_mv (*mode_mv)[MAX_REF_FRAMES], int mi_row, int mi_col, int_mv single_newmv[MAX_REF_FRAMES], int64_t *psse, const int64_t ref_best_rd) argument
[all...]

Completed in 79 milliseconds