Searched refs:subpel_force_stop (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_speed_features.c | 463 sf->mv.subpel_force_stop = 1; in set_rt_speed_feature_framesize_independent() 625 if (content == VP9E_CONTENT_SCREEN) sf->mv.subpel_force_stop = 3; in set_rt_speed_feature_framesize_independent() 734 sf->mv.subpel_force_stop = 0; in vp9_set_speed_features_framesize_independent() 840 if (sf->mv.subpel_force_stop == 3) { in vp9_set_speed_features_framesize_independent()
|
D | vp9_speed_features.h | 190 int subpel_force_stop; member
|
D | vp9_pickmode.c | 225 int subpel_force_stop = cpi->sf.mv.subpel_force_stop; in combined_motion_search() local 226 if (use_base_mv && cpi->sf.base_mv_aggressive) subpel_force_stop = 2; in combined_motion_search() 229 x->errorperbit, &cpi->fn_ptr[bsize], subpel_force_stop, in combined_motion_search() 1866 &cpi->fn_ptr[bsize], cpi->sf.mv.subpel_force_stop, in vp9_pick_inter_mode() 2587 &cpi->fn_ptr[bsize], cpi->sf.mv.subpel_force_stop, in vp9_pick_inter_mode_sub8x8()
|
D | vp9_rdopt.c | 2017 x->errorperbit, &cpi->fn_ptr[bsize], sf->mv.subpel_force_stop, in rd_pick_best_sub8x8_mode() 2422 &cpi->fn_ptr[bsize], cpi->sf.mv.subpel_force_stop, in single_motion_search()
|