Searched refs:tree2tok (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | treecoder.c | 17 static void tree2tok(struct vp8_token_struct *const p, vp8_tree t, int i, int v, in tree2tok() function 29 tree2tok(p, t, j, v, L); in tree2tok() 35 tree2tok(p, t, 0, 0, 0); in vp8_tokens_from_tree() 40 tree2tok(p - offset, t, 0, 0, 0); in vp8_tokens_from_tree_offset()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_treewriter.c | 13 static void tree2tok(struct vp9_token *tokens, const vpx_tree_index *tree, in tree2tok() function 24 tree2tok(tokens, tree, j, v, l); in tree2tok() 31 tree2tok(tokens, tree, 0, 0, 0); in vp9_tokens_from_tree()
|