Home
last modified time | relevance | path

Searched refs:MVPshort (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/vp8/common/
Dentropymv.h29 MVPshort, /* 8 short values = 7-position tree */ enumerator
31 MVPbits = MVPshort + mvnum_short - 1, /* mvlong_width long value bits */
/external/libvpx/vp8/encoder/
Dencodemv.c35 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()
378 calc_prob(Pnew + MVPshort + j, short_bct[j]); in write_component_probs()
397 const vp8_prob *const new_p = Pnew + MVPshort; in write_component_probs()
398 vp8_prob *const cur_p = Pcur + MVPshort; in write_component_probs()
/external/libvpx/vp8/decoder/
Ddecodemv.c166 x = vp8_treed_read(r, vp8_small_mvtree, p + MVPshort); in read_mvcomponent()