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

/external/libvpx/vp8/common/
H A Dentropymv.h29 MVPshort, /* 8 short values = 7-position tree */ enumerator in enum:__anon8185
31 MVPbits = MVPshort + mvnum_short - 1, /* mvlong_width long value bits */
/external/libvpx/vp8/encoder/
H A Dencodemv.c35 vp8_treed_write(w, vp8_small_mvtree, p + MVPshort, x, 3);
109 + vp8_treed_cost(vp8_small_mvtree, p + MVPshort, x, 3);
378 calc_prob(Pnew + MVPshort + j, short_bct[j]);
397 const vp8_prob *const new_p = Pnew + MVPshort;
398 vp8_prob *const cur_p = Pcur + MVPshort;
/external/libvpx/vp8/decoder/
H A Ddecodemv.c166 x = vp8_treed_read(r, vp8_small_mvtree, p + MVPshort);

Completed in 411 milliseconds