Searched refs:find_fractional_mv_step (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/vp8/encoder/ |
D | onyx_int.h | 601 fractional_mv_step_fp *find_fractional_mv_step; member
|
D | temporal_filter.c | 292 bestsme = cpi->find_fractional_mv_step(x, b, d, in find_matching_mb()
|
D | onyx_if.c | 1272 cpi->find_fractional_mv_step = vp8_find_best_sub_pixel_step_iteratively; in vp8_set_speed_features() 1276 cpi->find_fractional_mv_step = vp8_find_best_sub_pixel_step; in vp8_set_speed_features() 1280 cpi->find_fractional_mv_step = vp8_find_best_half_pixel_step; in vp8_set_speed_features() 1284 cpi->find_fractional_mv_step = vp8_skip_fractional_mv_step; in vp8_set_speed_features() 1293 cpi->find_fractional_mv_step = vp8_skip_fractional_mv_step; in vp8_set_speed_features()
|
D | rdopt.c | 1285 …cpi->find_fractional_mv_step(x, c, e, &mode_mv[NEW4X4], best_ref_mv, x->errorperbit / 2, v_fn_ptr,… in vp8_rd_pick_best_mbsegmentation() 1868 …cpi->find_fractional_mv_step(x, b, d, &d->bmi.mv.as_mv, &best_ref_mv, x->errorperbit / 4, &cpi->fn… in vp8_rd_pick_inter_mode()
|
D | pickinter.c | 767 …cpi->find_fractional_mv_step(x, b, d, &d->bmi.mv.as_mv, &best_ref_mv1, x->errorperbit, &cpi->fn_pt… in vp8_pick_inter_mode()
|