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

  /external/libvpx/libvpx/vp9/encoder/
vp9_treewriter.h 41 static INLINE void vp9_write_token(vpx_writer *w, const vpx_tree_index *tree, function
vp9_encodemv.c 47 vp9_write_token(w, vp9_mv_class_tree, mvcomp->classes,
60 vp9_write_token(w, vp9_mv_fp_tree,
217 vp9_write_token(w, vp9_mv_joint_tree, mvctx->joints, &mv_joint_encodings[j]);
vp9_bitstream.c 53 vp9_write_token(w, vp9_intra_mode_tree, probs, &intra_mode_encodings[mode]);
59 vp9_write_token(w, vp9_inter_mode_tree, probs,
300 vp9_write_token(w, vp9_switchable_interp_tree,
407 vp9_write_token(w, vp9_partition_tree, probs, &partition_encodings[p]);
    [all...]

Completed in 268 milliseconds