Home
last modified time | relevance | path

Searched refs:NSTEP (Results 1 – 13 of 13) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_speed_features.c593 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()
Dvp9_speed_features.h55 NSTEP = 1, enumerator
Dvp9_mcomp.c2705 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()
Dvp9_encoder.c3529 if (cpi->sf.mv.search_method == NSTEP) {
5580 const SEARCH_METHODS search_method = NSTEP;
Dvp9_encodeframe.c3504 const SEARCH_METHODS search_method = NSTEP; in ml_predict_var_rd_paritioning()
/external/libaom/libaom/av1/encoder/
Dspeed_features.h89 NSTEP = 1, enumerator
Dtemporal_filter.c698 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()
Dtpl_model.c71 const SEARCH_METHODS search_method = NSTEP; in motion_compensated_prediction()
Dspeed_features.c644 sf->mv.search_method = NSTEP; in av1_set_speed_features_framesize_independent()
Dmcomp.c2352 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()
Dencoder.c3578 if (cpi->sf.mv.search_method == NSTEP) { in init_motion_estimation()
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h157 typedef enum { DIAMOND = 0, NSTEP = 1, HEX = 2 } SEARCH_METHODS; enumerator
Donyx_if.c786 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()