HomeSort by relevance Sort by last modified time
    Searched refs:vp9_write_tree (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_treewriter.h 31 static INLINE void vp9_write_tree(vpx_writer *w, const vpx_tree_index *tree, function
44 vp9_write_tree(w, tree, probs, token->value, token->len, 0);
vp9_bitstream.c 171 vp9_write_tree(w, vp9_coef_con_tree,
194 vp9_write_tree(w, vp9_segment_tree, seg->tree_probs, segment_id, 3, 0);
    [all...]

Completed in 75 milliseconds