Searched refs:mode_mv (Results 1 - 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
H A D | rdopt.c | 1162 int_mv mode_mv[B_MODE_COUNT]; local 1242 &mode_mv[NEW4X4], step_param, 1266 mode_mv[NEW4X4].as_int = temp_mv.as_int; 1287 mode_mv[NEW4X4].as_int = e->bmi.mv.as_int; 1294 e->bmi.mv.as_int = mode_mv[NEW4X4].as_int; 1303 cpi->find_fractional_mv_step(x, c, e, &mode_mv[NEW4X4], 1309 rate = labels2mode(x, labels, i, this_mode, &mode_mv[this_mode], 1313 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) || 1314 ((mode_mv[this_mod 1954 int_mv *mode_mv; local [all...] |
H A D | pickinter.c | 689 int_mv *mode_mv; local 844 mode_mv = mode_mv_sb[sign_bias]; 874 mode_mv = mode_mv_sb[sign_bias]; 936 mode_mv = mode_mv_sb[sign_bias]; 944 mode_mv[NEARESTMV].as_int ==0) 947 mode_mv[NEARMV].as_int ==0) 1155 mode_mv[NEWMV].as_int = mvp_full.as_int; 1199 mode_mv[NEWMV].as_int = d->bmi.mv.as_int; 1207 mode_mv[NEWMV].as_int = d->bmi.mv.as_int; 1231 mode_mv[NEWM [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
H A D | vp9_rdopt.c | 1779 int_mv mode_mv[MB_MODE_COUNT][2]; local 1818 MV *const new_mv = &mode_mv[NEWMV][0].as_mv; 1948 set_and_cost_bmi_mvs(cpi, x, xd, i, this_mode, mode_mv[this_mode], 1954 mode_mv[this_mode][ref].as_int; 1957 mode_mv[this_mode][ref].as_int; 1960 mode_mv[this_mode][ref].as_int; 1964 if (mv_check_bounds(x, &mode_mv[this_mode][0].as_mv) || 1966 mv_check_bounds(x, &mode_mv[this_mode][1].as_mv))) 1975 subpelmv |= mv_has_subpel(&mode_mv[this_mode][ref].as_mv); 1976 have_ref &= mode_mv[this_mod 2370 discount_newmv_test(const VP9_COMP *cpi, int this_mode, int_mv this_mv, int_mv (*mode_mv)[MAX_REF_FRAMES], int ref_frame) argument 2384 handle_inter_mode(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bsize, int *rate2, int64_t *distortion, int *skippable, int *rate_y, int *rate_uv, int *disable_skip, int_mv (*mode_mv)[MAX_REF_FRAMES], int mi_row, int mi_col, int_mv single_newmv[MAX_REF_FRAMES], INTERP_FILTER (*single_filter)[MAX_REF_FRAMES], int (*single_skippable)[MAX_REF_FRAMES], int64_t *psse, const int64_t ref_best_rd, int64_t *mask_filter, int64_t filter_cache[]) argument [all...] |
Completed in 106 milliseconds