Home
last modified time | relevance | path

Searched refs:vp8_mv_ref_tree (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/vp8/common/
Dentropymode.c151 const vp8_tree_index vp8_mv_ref_tree[8] = variable
268 vp8_mv_ref_tree, NEARESTMV); in vp8_entropy_mode_init()
Dentropymode.h43 extern const vp8_tree_index vp8_mv_ref_tree[];
/external/libvpx/vp8/decoder/
Ddecodemv.c208 const int i = vp8_treed_read(bc, vp8_mv_ref_tree, p); in read_mv_ref()
/external/libvpx/vp8/encoder/
Dbitstream.c785 vp8_write_token(w, vp8_mv_ref_tree, p, in write_mv_ref()
Drdopt.c858 return vp8_cost_token(vp8_mv_ref_tree, p, in vp8_cost_mv_ref()