Searched refs:MVPshort (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | entropymv.h | 35 MVPshort, /* 8 short values = 7-position tree */ enumerator 37 MVPbits = MVPshort + mvnum_short - 1, /* mvlong_width long value bits */
|
/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() 312 calc_prob(Pnew + MVPshort + j, short_bct[j]); in write_component_probs() 331 const vp8_prob *const new_p = Pnew + MVPshort; in write_component_probs() 332 vp8_prob *const cur_p = Pcur + MVPshort; in write_component_probs()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodemv.c | 103 x = vp8_treed_read(r, vp8_small_mvtree, p + MVPshort); in read_mvcomponent()
|