ff_h263_pred_dc    74 libavcodec/h263.h int ff_h263_pred_dc(MpegEncContext * s, int n, int16_t **dc_val_ptr);
ff_h263_pred_dc   554 libavcodec/ituh263enc.c                 pred_dc = ff_h263_pred_dc(s, i, &dc_ptr[i]);