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

  /external/libvpx/libvpx/vp9/decoder/
vp9_treereader.h 19 static int treed_read(vp9_reader *const r, /* !!! must return a 0 or 1 !!! */ function
vp9_decodemv.c 29 return (MB_PREDICTION_MODE)treed_read(r, vp9_intra_mode_tree, p);
52 const int mode = treed_read(r, vp9_inter_mode_tree,
61 return treed_read(r, vp9_segment_tree, seg->tree_probs);
213 const int mv_class = treed_read(r, vp9_mv_class_tree, mvcomp->classes);
218 d = treed_read(r, vp9_mv_class0_tree, mvcomp->class0);
229 fr = treed_read(r, vp9_mv_fp_tree,
245 const MV_JOINT_TYPE j = treed_read(r, vp9_mv_joint_tree, ctx->joints);
321 const int type = treed_read(r, vp9_switchable_interp_tree,
vp9_decodframe.c 467 p = treed_read(r, vp9_partition_tree, probs);
    [all...]

Completed in 595 milliseconds