Searched defs:diag_step (Results  1 – 1 of 1) sorted by relevance
| /external/libaom/av1/encoder/ | 
| D | mcomp.c | 2492   const MV diag_step = { up_cost <= down_cost ? -step_size : step_size,  in get_best_diag_step()  local 2529   const MV diag_step = get_best_diag_step(hstep, left, right, up, down);  in first_level_check_fast()  local 2544     MACROBLOCKD *xd, const AV1_COMMON *cm, const MV this_mv, const MV diag_step,  in second_level_check_fast() 2614   const MV diag_step = first_level_check_fast(  in two_level_checks_fast()  local 2649   const MV diag_step = get_best_diag_step(hstep, left, right, up, down);  in first_level_check()  local 2664     MACROBLOCKD *xd, const AV1_COMMON *const cm, const MV this_mv, MV diag_step,  in second_level_check_v2() 3109     MV diag_step;  in av1_find_best_sub_pixel_tree()  local 3495     const MV diag_step = get_best_diag_step(hstep, left, right, up, down);  in obmc_first_level_check()  local 3520     const MV diag_step = get_best_diag_step(hstep, left, right, up, down);  in obmc_first_level_check()  local 3534     MACROBLOCKD *xd, const AV1_COMMON *const cm, const MV this_mv, MV diag_step,  in obmc_second_level_check_v2() [all …] 
 |