Home
last modified time | relevance | path

Searched refs:vp8_treed_read (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/decoder/
Ddecodemv.c19 const int i = vp8_treed_read(bc, vp8_bmode_tree, p); in read_bmode()
25 const int i = vp8_treed_read(bc, vp8_ymode_tree, p); in read_ymode()
31 const int i = vp8_treed_read(bc, vp8_kf_ymode_tree, p); in read_kf_ymode()
37 const int i = vp8_treed_read(bc, vp8_uv_mode_tree, p); in read_uv_mode()
83 x = vp8_treed_read(r, vp8_small_mvtree, p + MVPshort); in read_mvcomponent()
Dtreereader.h30 static INLINE int vp8_treed_read( in vp8_treed_read() function