Searched refs:tree_to_node (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | var_based_part.c | 41 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/ |
D | vp9_encodeframe.c | 427 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()
|