OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mvlong_width
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/common/
entropymv.h
24
mvlong_width
= 10, /* Large MVs have 9 bit magnitudes */
enumerator in enum:__anon23925
33
MVPbits = MVPshort + mvnum_short - 1, /*
mvlong_width
long value bits */
34
MVPcount = MVPbits +
mvlong_width
/* (with independent probabilities) */
/external/libvpx/libvpx/vp8/encoder/
encodemv.c
51
i =
mvlong_width
- 1; /* Skip bit 3, which is sometimes implicit */
124
i =
mvlong_width
- 1; /* Skip bit 3, which is sometimes implicit */
238
unsigned int bit_ct [
mvlong_width
] [2];
284
int k =
mvlong_width
- 1;
323
while (++j <
mvlong_width
);
353
while (++j <
mvlong_width
);
mcomp.c
224
(ref_mv->as_mv.col >> 1) - ((1 <<
mvlong_width
) - 1));
226
(ref_mv->as_mv.col >> 1) + ((1 <<
mvlong_width
) - 1));
228
(ref_mv->as_mv.row >> 1) - ((1 <<
mvlong_width
) - 1));
230
(ref_mv->as_mv.row >> 1) + ((1 <<
mvlong_width
) - 1));
[
all
...]
/external/libvpx/libvpx/vp8/decoder/
decodemv.c
91
i =
mvlong_width
- 1; /* Skip bit 3, which is sometimes implicit */
Completed in 390 milliseconds