Searched refs:NSTEP (Results 1 – 13 of 13) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_speed_features.c | 593 if (cpi->oxcf.rc_mode == VPX_VBR) sf->mv.search_method = NSTEP; in set_rt_speed_feature_framesize_independent() 645 sf->mv.search_method = NSTEP; in set_rt_speed_feature_framesize_independent() 683 sf->mv.search_method = NSTEP; in set_rt_speed_feature_framesize_independent() 800 sf->mv.search_method = NSTEP; in set_rt_speed_feature_framesize_independent() 861 sf->mv.search_method = NSTEP; in vp9_set_speed_features_framesize_independent()
|
D | vp9_speed_features.h | 55 NSTEP = 1, enumerator
|
D | vp9_mcomp.c | 2705 case NSTEP: in vp9_full_pixel_search() 2714 if (method == NSTEP) { in vp9_full_pixel_search() 2737 if (method != NSTEP && method != MESH && rd && var < var_max) in vp9_full_pixel_search()
|
D | vp9_encoder.c | 3529 if (cpi->sf.mv.search_method == NSTEP) { 5580 const SEARCH_METHODS search_method = NSTEP;
|
D | vp9_encodeframe.c | 3504 const SEARCH_METHODS search_method = NSTEP; in ml_predict_var_rd_paritioning()
|
/external/libaom/libaom/av1/encoder/ |
D | speed_features.h | 89 NSTEP = 1, enumerator
|
D | temporal_filter.c | 698 av1_full_pixel_search(cpi, x, TF_BLOCK, &best_ref_mv1_full, step_param, NSTEP, in temporal_filter_find_matching_mb_c() 755 step_param, NSTEP, 1, sadpb, in temporal_filter_find_matching_mb_c()
|
D | tpl_model.c | 71 const SEARCH_METHODS search_method = NSTEP; in motion_compensated_prediction()
|
D | speed_features.c | 644 sf->mv.search_method = NSTEP; in av1_set_speed_features_framesize_independent()
|
D | mcomp.c | 2352 case NSTEP: in av1_full_pixel_search() 2383 if (method == NSTEP) { in av1_full_pixel_search() 2405 if (method != NSTEP && rd && var < var_max) in av1_full_pixel_search() 3098 const SEARCH_METHODS search_methods = NSTEP; in av1_simple_motion_search()
|
D | encoder.c | 3578 if (cpi->sf.mv.search_method == NSTEP) { in init_motion_estimation()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_int.h | 157 typedef enum { DIAMOND = 0, NSTEP = 1, HEX = 2 } SEARCH_METHODS; enumerator
|
D | onyx_if.c | 786 sf->search_method = NSTEP; in vp8_set_speed_features() 931 sf->search_method = NSTEP; in vp8_set_speed_features() 1036 if (cpi->sf.search_method == NSTEP) { in vp8_set_speed_features()
|