/external/libvpx/libvpx/vp8/encoder/ |
firstpass.c | 435 static void first_pass_motion_search(VP8_COMP *cpi, MACROBLOCK *x, function 657 first_pass_motion_search(cpi, x, &best_ref_mv, 667 first_pass_motion_search(cpi, x, &zero_ref_mv, &tmp_mv, 683 first_pass_motion_search(cpi, x, &zero_ref_mv, &tmp_mv, gld_yv12, &gf_motion_error, recon_yoffset); [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_firstpass.c | 385 static void first_pass_motion_search(VP9_COMP *cpi, MACROBLOCK *x, function 647 first_pass_motion_search(cpi, x, &best_ref_mv, 659 first_pass_motion_search(cpi, x, &zero_ref_mv, &tmp_mv.as_mv, 678 first_pass_motion_search(cpi, x, &zero_ref_mv, [all...] |