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

  /external/libvpx/libvpx/vp9/encoder/
vp9_treewriter.h 59 static INLINE void write_token(vp9_writer *w, vp9_tree tree, function
vp9_encodemv.c 39 write_token(w, vp9_mv_class_tree, mvcomp->classes,
44 write_token(w, vp9_mv_class0_tree, mvcomp->class0,
54 write_token(w, vp9_mv_fp_tree,
273 write_token(w, vp9_mv_joint_tree, mvctx->joints, &vp9_mv_joint_encodings[j]);
vp9_bitstream.c 225 write_token(bc, vp9_intra_mode_tree, p, vp9_intra_mode_encodings + m);
323 write_token(w, vp9_inter_mode_tree, p,
457 write_token(bc, vp9_switchable_interp_tree,
588 write_token(w, vp9_partition_tree, probs, &vp9_partition_encodings[p]);
    [all...]

Completed in 35 milliseconds