Searched defs:further_steps (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | firstpass.c | 227 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in first_pass_motion_search() local
|
D | mcomp.c | 1801 int further_steps, int do_refine, int *cost_list, in full_pixel_diamond() 2890 int further_steps, int do_refine, in obmc_full_pixel_diamond() 2952 int step_param, int sadpb, int further_steps, in av1_obmc_full_pixel_search()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | pickinter.c | 905 int further_steps; in vp8_pick_inter_mode() local
|
D | rdopt.c | 1016 int further_steps; in rd_check_segment() local 2018 int further_steps; in vp8_rd_pick_inter_mode() local
|
D | firstpass.c | 420 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in first_pass_motion_search() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 2281 const int further_steps = MAX_MVSEARCH_STEPS - 1 - step_param; in vp9_full_pixel_diamond_new() local 2339 int step_param, int sadpb, int further_steps, in full_pixel_diamond()
|
D | vp9_firstpass.c | 403 int further_steps = (MAX_MVSEARCH_STEPS - 1) - step_param; in first_pass_motion_search() local
|