Home
last modified time | relevance | path

Searched refs:vp9_write_token (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_treewriter.h41 static INLINE void vp9_write_token(vpx_writer *w, const vpx_tree_index *tree, in vp9_write_token() function
Dvp9_encodemv.c47 vp9_write_token(w, vp9_mv_class_tree, mvcomp->classes, in encode_mv_component()
60 vp9_write_token(w, vp9_mv_fp_tree, in encode_mv_component()
217 vp9_write_token(w, vp9_mv_joint_tree, mvctx->joints, &mv_joint_encodings[j]); in vp9_encode_mv()
Dvp9_bitstream.c53 vp9_write_token(w, vp9_intra_mode_tree, probs, &intra_mode_encodings[mode]); in write_intra_mode()
59 vp9_write_token(w, vp9_inter_mode_tree, probs, in write_inter_mode()
300 vp9_write_token(w, vp9_switchable_interp_tree, in pack_inter_mode_mvs()
407 vp9_write_token(w, vp9_partition_tree, probs, &partition_encodings[p]); in write_partition()