Searched refs:vp8_small_mvtree (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | encodemv.c | 26 vp8_treed_write(w, vp8_small_mvtree, p + MVPshort, x, 3); in encode_mvcomponent() 93 vp8_treed_cost(vp8_small_mvtree, p + MVPshort, x, 3); in cost_mvcomponent() 256 vp8_tree_probs_from_distribution(8, vp8_small_mvencodings, vp8_small_mvtree, in write_component_probs()
|
/external/libvpx/libvpx/vp8/common/ |
D | entropymode.h | 69 extern const vp8_tree_index vp8_small_mvtree[];
|
D | entropymode.c | 93 const vp8_tree_index vp8_small_mvtree[14] = { 2, 8, 4, 6, -0, -1, -2, variable
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodemv.c | 83 x = vp8_treed_read(r, vp8_small_mvtree, p + MVPshort); in read_mvcomponent()
|