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

  /external/libvpx/vp8/decoder/
treereader.h 28 static int vp8_treed_read( function
decodemv.c 23 const int i = vp8_treed_read(bc, vp8_bmode_tree, p);
31 const int i = vp8_treed_read(bc, vp8_ymode_tree, p);
38 const int i = vp8_treed_read(bc, vp8_kf_ymode_tree, p);
47 const int i = vp8_treed_read(bc, vp8_uv_mode_tree, p);
166 x = vp8_treed_read(r, vp8_small_mvtree, p + MVPshort);
208 const int i = vp8_treed_read(bc, vp8_mv_ref_tree, p);
215 const int i = vp8_treed_read(bc, vp8_sub_mv_ref_tree, p);
352 vp8_treed_read(bc, vp8_mbsplit_tree, vp8_mbsplit_probs);

Completed in 181 milliseconds