Home
last modified time | relevance | path

Searched refs:vp8_small_mvtree (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dencodemv.c31 vp8_treed_write(w, vp8_small_mvtree, p + MVPshort, x, 3); in encode_mvcomponent()
99 vp8_treed_cost(vp8_small_mvtree, p + MVPshort, x, 3); in cost_mvcomponent()
262 vp8_tree_probs_from_distribution(8, vp8_small_mvencodings, vp8_small_mvtree, in write_component_probs()
/external/libvpx/libvpx/vp8/common/
Dentropymode.h69 extern const vp8_tree_index vp8_small_mvtree[];
Dentropymode.c93 const vp8_tree_index vp8_small_mvtree[14] = { 2, 8, 4, 6, -0, -1, -2, variable
/external/libvpx/libvpx/vp8/decoder/
Ddecodemv.c83 x = vp8_treed_read(r, vp8_small_mvtree, p + MVPshort); in read_mvcomponent()