Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpartition_strategy.h118 static INLINE void init_simple_motion_search_mvs(PC_TREE *pc_tree) { in init_simple_motion_search_mvs() function
124 init_simple_motion_search_mvs(pc_tree->split[0]); in init_simple_motion_search_mvs()
125 init_simple_motion_search_mvs(pc_tree->split[1]); in init_simple_motion_search_mvs()
126 init_simple_motion_search_mvs(pc_tree->split[2]); in init_simple_motion_search_mvs()
127 init_simple_motion_search_mvs(pc_tree->split[3]); in init_simple_motion_search_mvs()
Dencodeframe.c4758 init_simple_motion_search_mvs(pc_root); in encode_sb_row()