OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mv_max
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp8/common/
entropymv.h
19
mv_max
= 1023, /* max absolute value of a MV component */
enumerator in enum:__anon23925
20
MVvals = (2 *
mv_max
) + 1, /* # possible values "" */
/external/libvpx/libvpx/vp8/encoder/
encodemv.c
159
while (++i <=
mv_max
);
175
while (++i <=
mv_max
);
257
const int c = events [
mv_max
];
263
/* j: 1 ~
mv_max
(1023) */
269
const int c1 = events [
mv_max
+ j]; /* positive */
270
const int c2 = events [
mv_max
- j]; /* negative */
294
while (++j <=
mv_max
);
rdopt.c
[
all
...]
pickinter.c
399
x->MVcount[0][
mv_max
+((xd->mode_info_context->mbmi.mv.as_mv.row -
401
x->MVcount[1][
mv_max
+((xd->mode_info_context->mbmi.mv.as_mv.col -
[
all
...]
onyx_if.c
[
all
...]
Completed in 30 milliseconds