Home
last modified time | relevance | path

Searched refs:search_subpel (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dnonrd_pickmode.c135 int search_subpel = 1; in combined_motion_search() local
175 if (rv && search_subpel) { in combined_motion_search()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c172 int search_subpel = 1; in combined_motion_search() local
232 if (mvp_full.row == 0 && mvp_full.col == 0) search_subpel = 0; in combined_motion_search()
235 if (rv && search_subpel) { in combined_motion_search()