Searched refs:combined_motion_search (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_pickmode.c | 154 static int combined_motion_search(VP9_COMP *cpi, MACROBLOCK *x, in combined_motion_search() function 1641 if (!combined_motion_search(cpi, x, bsize, mi_row, mi_col, in search_new_mv() 1646 } else if (!combined_motion_search(cpi, x, bsize, mi_row, mi_col, in search_new_mv() 1651 } else if (!combined_motion_search(cpi, x, bsize, mi_row, mi_col, in search_new_mv() 1656 } else if (!combined_motion_search(cpi, x, bsize, mi_row, mi_col, in search_new_mv()
|
/external/libaom/libaom/av1/encoder/ |
D | nonrd_pickmode.c | 118 static int combined_motion_search(AV1_COMP *cpi, MACROBLOCK *x, in combined_motion_search() function 238 } else if (!combined_motion_search(cpi, x, bsize, mi_row, mi_col, in search_new_mv()
|