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

  /external/libvpx/libvpx/vpx_dsp/
bitreader.h 121 static INLINE int vpx_read_tree(vpx_reader *r, const vpx_tree_index *tree, function
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 28 return (PREDICTION_MODE)vpx_read_tree(r, vp9_intra_mode_tree, p);
53 vpx_read_tree(r, vp9_inter_mode_tree, cm->fc->inter_mode_probs[ctx]);
61 return vpx_read_tree(r, vp9_segment_tree, seg->tree_probs);
239 const int mv_class = vpx_read_tree(r, vp9_mv_class_tree, mvcomp->classes);
256 fr = vpx_read_tree(r, vp9_mv_fp_tree,
271 (MV_JOINT_TYPE)vpx_read_tree(r, vp9_mv_joint_tree, ctx->joints);
347 const INTERP_FILTER type = (INTERP_FILTER)vpx_read_tree(
vp9_decodeframe.c     [all...]

Completed in 846 milliseconds