Home
last modified time | relevance | path

Searched refs:vp8_diamond_search_sad (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/vp8/encoder/
Dmcomp.h99 extern prototype_diamond_search_sad(vp8_diamond_search_sad);
108 #define vp8_search_diamond_search vp8_diamond_search_sad
Dpickinter.c688 …bestsme = vp8_diamond_search_sad(x, b, d, &best_ref_mv1, &d->bmi.mv.as_mv, step_param, x->errorper… in vp8_pick_inter_mode()
701 …thissme = vp8_diamond_search_sad(x, b, d, &best_ref_mv1, &d->bmi.mv.as_mv, step_param + n, x->erro… in vp8_pick_inter_mode()
Dmcomp.c904 int vp8_diamond_search_sad in vp8_diamond_search_sad() function
/external/libvpx/vp8/encoder/generic/
Dcsystemdependent.c96 cpi->rtcd.search.diamond_search = vp8_diamond_search_sad; in vp8_cmachine_specific_config()