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,
288 write_token(w, vp9_mv_joint_tree, mvctx->joints, &vp9_mv_joint_encodings[j]);
vp9_bitstream.c 236 write_token(bc, vp9_intra_mode_tree, p, vp9_intra_mode_encodings + m);
347 write_token(w, vp9_inter_mode_tree, p,
483 write_token(bc, vp9_switchable_interp_tree,
644 write_token(bc, vp9_partition_tree,
    [all...]

Completed in 31 milliseconds