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

  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 343 static void zz_motion_search(VP9_COMP *cpi, MACROBLOCK *x, YV12_BUFFER_CONFIG *recon_buffer, int *best_motion_err, int recon_yoffset) { function
597 zz_motion_search(cpi, x, lst_yv12, &motion_error, recon_yoffset);
621 zz_motion_search(cpi, x, gld_yv12,
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 405 static void zz_motion_search( VP8_COMP *cpi, MACROBLOCK * x, function
645 zz_motion_search( cpi, x, cpi->last_frame_unscaled_source,
    [all...]

Completed in 71 milliseconds