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

  /external/libvpx/vp8/encoder/
mcomp.h 99 extern prototype_diamond_search_sad(vp8_diamond_search_sad);
108 #define vp8_search_diamond_search vp8_diamond_search_sad
pickinter.c 688 bestsme = vp8_diamond_search_sad(x, b, d, &best_ref_mv1, &d->bmi.mv.as_mv, step_param, x->errorperbit, &num00, &cpi->fn_ptr, cpi->mb.mvsadcost, cpi->mb.mvcost);
701 thissme = vp8_diamond_search_sad(x, b, d, &best_ref_mv1, &d->bmi.mv.as_mv, step_param + n, x->errorperbit, &num00, &cpi->fn_ptr, cpi->mb.mvsadcost, x->mvcost);
mcomp.c 904 int vp8_diamond_search_sad function
    [all...]
  /external/libvpx/vp8/encoder/generic/
csystemdependent.c 96 cpi->rtcd.search.diamond_search = vp8_diamond_search_sad;

Completed in 1158 milliseconds