Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dvar_based_part.c41 static AOM_INLINE void tree_to_node(void *data, BLOCK_SIZE bsize, in tree_to_node() function
117 tree_to_node(data, bsize, &node); in fill_variance_tree()
149 tree_to_node(data, bsize, &vt); in set_vt_partitioning()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c427 static void tree_to_node(void *data, BLOCK_SIZE bsize, variance_node *node) { in tree_to_node() function
493 tree_to_node(data, bsize, &node); in fill_variance_tree()
513 tree_to_node(data, bsize, &vt); in set_vt_partitioning()