OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:best_ref_mv1
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
temporal_filter.c
155
int_mv
best_ref_mv1
;
local
156
int_mv best_ref_mv1_full; /* full-pixel value of
best_ref_mv1
*/
166
best_ref_mv1
.as_int = 0;
167
best_ref_mv1_full.as_mv.col =
best_ref_mv1
.as_mv.col >>3;
168
best_ref_mv1_full.as_mv.row =
best_ref_mv1
.as_mv.row >>3;
194
NULL, NULL, &
best_ref_mv1
);
204
&
best_ref_mv1
,
/external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c
128
int_mv
best_ref_mv1
;
local
129
int_mv best_ref_mv1_full; /* full-pixel value of
best_ref_mv1
*/
136
best_ref_mv1
.as_int = 0;
137
best_ref_mv1_full.as_mv.col =
best_ref_mv1
.as_mv.col >> 3;
138
best_ref_mv1_full.as_mv.row =
best_ref_mv1
.as_mv.row >> 3;
159
0, &
best_ref_mv1
.as_mv, &ref_mv->as_mv);
169
&
best_ref_mv1
.as_mv,
Completed in 78 milliseconds