Searched refs:vp8_small_mvtree (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | encodemv.c | 35 vp8_treed_write(w, vp8_small_mvtree, p + MVPshort, x, 3); in encode_mvcomponent() 109 + vp8_treed_cost(vp8_small_mvtree, p + MVPshort, x, 3); in cost_mvcomponent() 306 8, vp8_small_mvencodings, vp8_small_mvtree, in write_component_probs()
|
/external/libvpx/libvpx/vp8/common/ |
D | entropymode.h | 70 extern const vp8_tree_index vp8_small_mvtree[];
|
D | entropymode.c | 149 const vp8_tree_index vp8_small_mvtree [14] = variable
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodemv.c | 103 x = vp8_treed_read(r, vp8_small_mvtree, p + MVPshort); in read_mvcomponent()
|