Home | History | Annotate | Download | only in generic

Lines Matching refs:vpx_comp_avg_pred_c

30 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint8_t *ref, int ref_stride);
31 #define vpx_comp_avg_pred vpx_comp_avg_pred_c