OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mv_max
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/vp8/common/
entropymv.h
19
mv_max
= 1023, /* max absolute value of a MV component */
enumerator in enum:__anon7421
20
MVvals = (2 *
mv_max
) + 1, /* # possible values "" */
/external/libvpx/vp8/encoder/
encodemv.c
142
int i = 1; //-
mv_max
;
159
while (++i <=
mv_max
);
177
while (++i <=
mv_max
);
194
while (++i <=
mv_max
);
198
i=-
mv_max
;
204
while( ++i <=
mv_max
);
286
const int c = events [
mv_max
];
292
//j: 1 ~
mv_max
(1023)
298
const int c1 = events [
mv_max
+ j]; //positive
299
const int c2 = events [
mv_max
- j]; //negativ
[
all
...]
temporal_filter.c
140
static int dummy_cost[2*
mv_max
+1];
164
int *mvcost[2] = { &dummy_cost[
mv_max
+1], &dummy_cost[
mv_max
+1] };
165
int *mvsadcost[2] = { &dummy_cost[
mv_max
+1], &dummy_cost[
mv_max
+1] };
ethreading.c
320
z->mvcost[0] = &z->mvcosts[0][
mv_max
+1];
321
z->mvcost[1] = &z->mvcosts[1][
mv_max
+1];
322
z->mvsadcost[0] = &z->mvsadcosts[0][
mv_max
+1];
323
z->mvsadcost[1] = &z->mvsadcosts[1][
mv_max
+1];
encodeframe.c
[
all
...]
onyx_if.c
[
all
...]
Completed in 107 milliseconds