OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:best_ref_mv
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
pickinter.c
392
static void update_mvcount(VP8_COMP *cpi, MACROBLOCK *x, int_mv *
best_ref_mv
)
400
best_ref_mv
->as_mv.row) >> 1)]++;
402
best_ref_mv
->as_mv.col) >> 1)]++;
578
int_mv
best_ref_mv
;
local
647
best_ref_mv
.as_int = 0;
677
best_ref_mv
.as_int = best_ref_mv_sb[sign_bias].as_int;
723
best_ref_mv
.as_int = best_ref_mv_sb[sign_bias].as_int;
737
&&
best_ref_mv
.as_int==0)
740
&&
best_ref_mv
.as_int==parent_ref_mv.as_int)
862
int col_min = ((
best_ref_mv
.as_mv.col+7)>>3) - MAX_FULL_PEL_VAL
[
all
...]
rdopt.c
946
int_mv *this_mv, int_mv *
best_ref_mv
,
985
thismvcost = vp8_mv_bit_cost(this_mv,
best_ref_mv
, mvcost, 102);
1945
int_mv
best_ref_mv
;
local
[
all
...]
firstpass.c
580
int_mv
best_ref_mv
;
local
582
best_ref_mv
.as_int = 0;
656
first_pass_motion_search(cpi, x, &
best_ref_mv
,
663
if (
best_ref_mv
.as_int)
697
best_ref_mv
.as_int = 0;
726
best_ref_mv
.as_int = d->bmi.mv.as_int;
[
all
...]
Completed in 26 milliseconds