HomeSort by relevance Sort by last modified time
    Searched refs:first_pass_motion_search (Results 1 - 2 of 2) sorted by null

  /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...]

Completed in 32 milliseconds