OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mvpis_short
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/vp8/common/
entropymv.h
27
mvpis_short
= 0, /* short (<= 7) vs long (>= 8) */
enumerator in enum:__anon7421
/external/libvpx/vp8/encoder/
encodemv.c
34
vp8_write(w, 0, p [
mvpis_short
]);
44
vp8_write(w, 1, p [
mvpis_short
]);
108
cost = vp8_cost_zero(p [
mvpis_short
])
117
cost = vp8_cost_one(p [
mvpis_short
]);
363
calc_prob(Pnew +
mvpis_short
, is_short_ct);
392
update(w, is_short_ct, Pcur +
mvpis_short
, Pnew[
mvpis_short
], *Pupdate++, updated);
/external/libvpx/vp8/decoder/
decodemv.c
144
if (vp8_read(r, p [
mvpis_short
])) /* Large */
Completed in 119 milliseconds