dspfunc2 73 libavcodec/h264qpel.c dspfunc2(put_h264_qpel, 0, 16, depth); \ dspfunc2 74 libavcodec/h264qpel.c dspfunc2(put_h264_qpel, 1, 8, depth); \ dspfunc2 75 libavcodec/h264qpel.c dspfunc2(put_h264_qpel, 2, 4, depth); \ dspfunc2 76 libavcodec/h264qpel.c dspfunc2(put_h264_qpel, 3, 2, depth); \ dspfunc2 77 libavcodec/h264qpel.c dspfunc2(avg_h264_qpel, 0, 16, depth); \ dspfunc2 78 libavcodec/h264qpel.c dspfunc2(avg_h264_qpel, 1, 8, depth); \ dspfunc2 79 libavcodec/h264qpel.c dspfunc2(avg_h264_qpel, 2, 4, depth)