OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MVPshort
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/common/
entropymv.h
31
MVPshort
, /* 8 short values = 7-position tree */
33
MVPbits =
MVPshort
+ mvnum_short - 1, /* mvlong_width long value bits */
/external/libvpx/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);
312
calc_prob(Pnew +
MVPshort
+ j, short_bct[j]);
331
const vp8_prob *const new_p = Pnew +
MVPshort
;
332
vp8_prob *const cur_p = Pcur +
MVPshort
;
/external/libvpx/libvpx/vp8/decoder/
decodemv.c
103
x = vp8_treed_read(r, vp8_small_mvtree, p +
MVPshort
);
Completed in 27 milliseconds