HomeSort by relevance Sort by last modified time
    Searched refs:MVPshort (Results 1 - 3 of 3) sorted by null

  /external/libvpx/vp8/common/
entropymv.h 29 MVPshort, /* 8 short values = 7-position tree */
31 MVPbits = MVPshort + mvnum_short - 1, /* mvlong_width long value bits */
  /external/libvpx/vp8/encoder/
encodemv.c 35 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/
decodemv.c 166 x = vp8_treed_read(r, vp8_small_mvtree, p + MVPshort);

Completed in 140 milliseconds