Home
last modified time | relevance | path

Searched refs:adaptive_motion_search (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.h388 int adaptive_motion_search; member
Dvp9_speed_features.c263 sf->adaptive_motion_search = 1; in set_good_speed_feature_framesize_independent()
463 sf->adaptive_motion_search = 1; in set_rt_speed_feature_framesize_independent()
874 sf->adaptive_motion_search = 0; in vp9_set_speed_features_framesize_independent()
Dvp9_rdopt.c1987 if (sf->adaptive_motion_search) { in rd_pick_best_sub8x8_mode()
2434 if (cpi->sf.adaptive_motion_search && bsize < BLOCK_64X64) { in single_motion_search()
2441 if (cpi->sf.adaptive_motion_search) { in single_motion_search()
/external/libaom/libaom/av1/encoder/
Dspeed_features.h434 int adaptive_motion_search; member
Dencodeframe.c2198 if (cpi->sf.adaptive_motion_search) load_pred_mv(x, prev_ctx); in rd_try_subblock()
2493 if (cpi->sf.adaptive_motion_search) store_pred_mv(x, ctx_none); in rd_pick_sqr_partition()
2514 if (cpi->sf.adaptive_motion_search) load_pred_mv(x, ctx_none); in rd_pick_sqr_partition()
3488 if (cpi->sf.adaptive_motion_search) store_pred_mv(x, ctx_none); in rd_pick_partition()
3512 if (cpi->sf.adaptive_motion_search) load_pred_mv(x, ctx_none); in rd_pick_partition()
3583 if (cpi->sf.adaptive_motion_search) load_pred_mv(x, ctx_none); in rd_pick_partition()
3625 if (cpi->sf.adaptive_motion_search) load_pred_mv(x, ctx_h); in rd_pick_partition()
3673 if (cpi->sf.adaptive_motion_search) load_pred_mv(x, ctx_none); in rd_pick_partition()
3715 if (cpi->sf.adaptive_motion_search) load_pred_mv(x, ctx_none); in rd_pick_partition()
Dspeed_features.c685 sf->adaptive_motion_search = 0; in av1_set_speed_features_framesize_independent()
Drd.c987 if (cpi->sf.adaptive_motion_search && block_size < x->max_partition_size) in av1_mv_pred()
Drdopt.c7099 if (cpi->sf.adaptive_motion_search && bsize < cm->seq_params.sb_size) { in single_motion_search()
7106 if (cpi->sf.adaptive_motion_search) { in single_motion_search()
7250 if (cpi->sf.adaptive_motion_search && mbmi->motion_mode == SIMPLE_TRANSLATION) in single_motion_search()
9513 if (cpi->sf.adaptive_motion_search) in motion_mode_rd()