Searched defs:first_pass_motion_search (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c406 static void first_pass_motion_search(VP8_COMP *cpi, MACROBLOCK *x, function
619 first_pass_motion_search(cpi, x, &best_ref_mv, &d->bmi.mv.as_mv,
627 first_pass_motion_search(cpi, x, &zero_ref_mv, &tmp_mv, lst_yv12,
641 first_pass_motion_search(cpi, x, &zero_ref_mv, &tmp_mv, gld_yv12,
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c395 static void first_pass_motion_search(VP9_COMP *cpi, MACROBLOCK *x, function
1111 first_pass_motion_search(cpi, x, best_ref_mv, &mv, &motion_error);
1117 first_pass_motion_search(cpi, x, &zero_mv, &tmp_mv, &tmp_err);
1146 first_pass_motion_search(cpi, x, &zero_mv, &tmp_mv, &gf_motion_error);

Completed in 135 milliseconds