OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mv_bias
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/vp8/common/
findnearmv.c
54
mv_bias
(ref_frame_sign_bias[above->mbmi.ref_frame], refframe, mv, ref_frame_sign_bias);
69
mv_bias
(ref_frame_sign_bias[left->mbmi.ref_frame], refframe, &this_mv, ref_frame_sign_bias);
91
mv_bias
(ref_frame_sign_bias[aboveleft->mbmi.ref_frame], refframe, &this_mv, ref_frame_sign_bias);
findnearmv.h
26
static void
mv_bias
(int refmb_ref_frame_sign_bias, int refframe, int_mv *mvp, const int *ref_frame_sign_bias)
function
/external/libvpx/vp8/encoder/
rdopt.c
[
all
...]
Completed in 2196 milliseconds