Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dsad.c43 static INLINE void avg_pred(uint8_t *comp_pred, const uint8_t *pred, int width, in avg_pred() function
86 avg_pred(comp_pred, second_pred, m, n, ref, ref_stride); \