mc_part            35 libavcodec/h264_mc_template.c #define mc_part MCFUNC(mc_part)
mc_part            82 libavcodec/h264_mc_template.c         mc_part(h, 0, 1, 16, 0, dest_y, dest_cb, dest_cr, 0, 0,
mc_part            87 libavcodec/h264_mc_template.c         mc_part(h, 0, 0, 8, 8 << PIXEL_SHIFT, dest_y, dest_cb, dest_cr, 0, 0,
mc_part            91 libavcodec/h264_mc_template.c         mc_part(h, 8, 0, 8, 8 << PIXEL_SHIFT, dest_y, dest_cb, dest_cr, 0, 4,
mc_part            96 libavcodec/h264_mc_template.c         mc_part(h, 0, 0, 16, 8 * h->mb_linesize, dest_y, dest_cb, dest_cr, 0, 0,
mc_part           100 libavcodec/h264_mc_template.c         mc_part(h, 4, 0, 16, 8 * h->mb_linesize, dest_y, dest_cb, dest_cr, 4, 0,
mc_part           116 libavcodec/h264_mc_template.c                 mc_part(h, n, 1, 8, 0, dest_y, dest_cb, dest_cr,
mc_part           122 libavcodec/h264_mc_template.c                 mc_part(h, n, 0, 4, 4 << PIXEL_SHIFT, dest_y, dest_cb, dest_cr,
mc_part           127 libavcodec/h264_mc_template.c                 mc_part(h, n + 2, 0, 4, 4 << PIXEL_SHIFT,
mc_part           133 libavcodec/h264_mc_template.c                 mc_part(h, n, 0, 8, 4 * h->mb_linesize,
mc_part           138 libavcodec/h264_mc_template.c                 mc_part(h, n + 1, 0, 8, 4 * h->mb_linesize,
mc_part           149 libavcodec/h264_mc_template.c                     mc_part(h, n + j, 1, 4, 0,