OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:second_best_ref_mv
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.h
29
int_mv *best_ref_mv, int_mv *
second_best_ref_mv
);
vp9_block.h
39
int_mv
second_best_ref_mv
;
member in struct:__anon23091
vp9_encodemv.c
318
int_mv *best_ref_mv, int_mv *
second_best_ref_mv
) {
338
second_best_ref_mv
->as_mv.row;
340
second_best_ref_mv
->as_mv.col;
352
diff.row = mbmi->mv[1].as_mv.row -
second_best_ref_mv
->as_mv.row;
353
diff.col = mbmi->mv[1].as_mv.col -
second_best_ref_mv
->as_mv.col;
vp9_rdopt.c
[
all
...]
vp9_encodeframe.c
435
best_second_mv.as_int = ctx->
second_best_ref_mv
.as_int;
[
all
...]
Completed in 32 milliseconds