FUNCC              30 libavcodec/h264addpx_template.c static void FUNCC(ff_h264_add_pixels4)(uint8_t *_dst, int16_t *_src, int stride)
FUNCC              50 libavcodec/h264addpx_template.c static void FUNCC(ff_h264_add_pixels8)(uint8_t *_dst, int16_t *_src, int stride)
FUNCC              27 libavcodec/h264chroma_template.c static void FUNCC(OPNAME ## h264_chroma_mc1)(uint8_t *_dst/*align 8*/, uint8_t *_src/*align 1*/, int stride, int h, int x, int y){\
FUNCC              61 libavcodec/h264chroma_template.c static void FUNCC(OPNAME ## h264_chroma_mc2)(uint8_t *_dst/*align 8*/, uint8_t *_src/*align 1*/, int stride, int h, int x, int y){\
FUNCC              99 libavcodec/h264chroma_template.c static void FUNCC(OPNAME ## h264_chroma_mc4)(uint8_t *_dst/*align 8*/, uint8_t *_src/*align 1*/, int stride, int h, int x, int y){\
FUNCC             143 libavcodec/h264chroma_template.c static void FUNCC(OPNAME ## h264_chroma_mc8)(uint8_t *_dst/*align 8*/, uint8_t *_src/*align 1*/, int stride, int h, int x, int y){\
FUNCC              33 libavcodec/h264dsp_template.c static void FUNCC(weight_h264_pixels ## W)(uint8_t *_block, int stride, int height, \
FUNCC              63 libavcodec/h264dsp_template.c static void FUNCC(biweight_h264_pixels ## W)(uint8_t *_dst, uint8_t *_src, int stride, int height, \
FUNCC             104 libavcodec/h264dsp_template.c static av_always_inline av_flatten void FUNCC(h264_loop_filter_luma)(uint8_t *p_pix, int xstride, int ystride, int inner_iters, int alpha, int beta, int8_t *tc0)
FUNCC             152 libavcodec/h264dsp_template.c static void FUNCC(h264_v_loop_filter_luma)(uint8_t *pix, int stride, int alpha, int beta, int8_t *tc0)
FUNCC             154 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_luma)(pix, stride, sizeof(pixel), 4, alpha, beta, tc0);
FUNCC             156 libavcodec/h264dsp_template.c static void FUNCC(h264_h_loop_filter_luma)(uint8_t *pix, int stride, int alpha, int beta, int8_t *tc0)
FUNCC             158 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_luma)(pix, sizeof(pixel), stride, 4, alpha, beta, tc0);
FUNCC             160 libavcodec/h264dsp_template.c static void FUNCC(h264_h_loop_filter_luma_mbaff)(uint8_t *pix, int stride, int alpha, int beta, int8_t *tc0)
FUNCC             162 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_luma)(pix, sizeof(pixel), stride, 2, alpha, beta, tc0);
FUNCC             165 libavcodec/h264dsp_template.c static av_always_inline av_flatten void FUNCC(h264_loop_filter_luma_intra)(uint8_t *p_pix, int xstride, int ystride, int inner_iters, int alpha, int beta)
FUNCC             218 libavcodec/h264dsp_template.c static void FUNCC(h264_v_loop_filter_luma_intra)(uint8_t *pix, int stride, int alpha, int beta)
FUNCC             220 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_luma_intra)(pix, stride, sizeof(pixel), 4, alpha, beta);
FUNCC             222 libavcodec/h264dsp_template.c static void FUNCC(h264_h_loop_filter_luma_intra)(uint8_t *pix, int stride, int alpha, int beta)
FUNCC             224 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_luma_intra)(pix, sizeof(pixel), stride, 4, alpha, beta);
FUNCC             226 libavcodec/h264dsp_template.c static void FUNCC(h264_h_loop_filter_luma_mbaff_intra)(uint8_t *pix, int stride, int alpha, int beta)
FUNCC             228 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_luma_intra)(pix, sizeof(pixel), stride, 2, alpha, beta);
FUNCC             231 libavcodec/h264dsp_template.c static av_always_inline av_flatten void FUNCC(h264_loop_filter_chroma)(uint8_t *p_pix, int xstride, int ystride, int inner_iters, int alpha, int beta, int8_t *tc0)
FUNCC             264 libavcodec/h264dsp_template.c static void FUNCC(h264_v_loop_filter_chroma)(uint8_t *pix, int stride, int alpha, int beta, int8_t *tc0)
FUNCC             266 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_chroma)(pix, stride, sizeof(pixel), 2, alpha, beta, tc0);
FUNCC             268 libavcodec/h264dsp_template.c static void FUNCC(h264_h_loop_filter_chroma)(uint8_t *pix, int stride, int alpha, int beta, int8_t *tc0)
FUNCC             270 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_chroma)(pix, sizeof(pixel), stride, 2, alpha, beta, tc0);
FUNCC             272 libavcodec/h264dsp_template.c static void FUNCC(h264_h_loop_filter_chroma_mbaff)(uint8_t *pix, int stride, int alpha, int beta, int8_t *tc0)
FUNCC             274 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_chroma)(pix, sizeof(pixel), stride, 1, alpha, beta, tc0);
FUNCC             276 libavcodec/h264dsp_template.c static void FUNCC(h264_h_loop_filter_chroma422)(uint8_t *pix, int stride, int alpha, int beta, int8_t *tc0)
FUNCC             278 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_chroma)(pix, sizeof(pixel), stride, 4, alpha, beta, tc0);
FUNCC             280 libavcodec/h264dsp_template.c static void FUNCC(h264_h_loop_filter_chroma422_mbaff)(uint8_t *pix, int stride, int alpha, int beta, int8_t *tc0)
FUNCC             282 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_chroma)(pix, sizeof(pixel), stride, 2, alpha, beta, tc0);
FUNCC             285 libavcodec/h264dsp_template.c static av_always_inline av_flatten void FUNCC(h264_loop_filter_chroma_intra)(uint8_t *p_pix, int xstride, int ystride, int inner_iters, int alpha, int beta)
FUNCC             309 libavcodec/h264dsp_template.c static void FUNCC(h264_v_loop_filter_chroma_intra)(uint8_t *pix, int stride, int alpha, int beta)
FUNCC             311 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_chroma_intra)(pix, stride, sizeof(pixel), 2, alpha, beta);
FUNCC             313 libavcodec/h264dsp_template.c static void FUNCC(h264_h_loop_filter_chroma_intra)(uint8_t *pix, int stride, int alpha, int beta)
FUNCC             315 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_chroma_intra)(pix, sizeof(pixel), stride, 2, alpha, beta);
FUNCC             317 libavcodec/h264dsp_template.c static void FUNCC(h264_h_loop_filter_chroma_mbaff_intra)(uint8_t *pix, int stride, int alpha, int beta)
FUNCC             319 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_chroma_intra)(pix, sizeof(pixel), stride, 1, alpha, beta);
FUNCC             321 libavcodec/h264dsp_template.c static void FUNCC(h264_h_loop_filter_chroma422_intra)(uint8_t *pix, int stride, int alpha, int beta)
FUNCC             323 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_chroma_intra)(pix, sizeof(pixel), stride, 4, alpha, beta);
FUNCC             325 libavcodec/h264dsp_template.c static void FUNCC(h264_h_loop_filter_chroma422_mbaff_intra)(uint8_t *pix, int stride, int alpha, int beta)
FUNCC             327 libavcodec/h264dsp_template.c     FUNCC(h264_loop_filter_chroma_intra)(pix, sizeof(pixel), stride, 2, alpha, beta);
FUNCC              33 libavcodec/h264idct_template.c void FUNCC(ff_h264_idct_add)(uint8_t *_dst, int16_t *_block, int stride)
FUNCC              69 libavcodec/h264idct_template.c void FUNCC(ff_h264_idct8_add)(uint8_t *_dst, int16_t *_block, int stride){
FUNCC             144 libavcodec/h264idct_template.c void FUNCC(ff_h264_idct_dc_add)(uint8_t *_dst, int16_t *_block, int stride){
FUNCC             159 libavcodec/h264idct_template.c void FUNCC(ff_h264_idct8_dc_add)(uint8_t *_dst, int16_t *_block, int stride){
FUNCC             174 libavcodec/h264idct_template.c void FUNCC(ff_h264_idct_add16)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){
FUNCC             179 libavcodec/h264idct_template.c             if(nnz==1 && ((dctcoef*)block)[i*16]) FUNCC(ff_h264_idct_dc_add)(dst + block_offset[i], block + i*16*sizeof(pixel), stride);
FUNCC             180 libavcodec/h264idct_template.c             else                                  FUNCC(ff_h264_idct_add   )(dst + block_offset[i], block + i*16*sizeof(pixel), stride);
FUNCC             185 libavcodec/h264idct_template.c void FUNCC(ff_h264_idct_add16intra)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){
FUNCC             188 libavcodec/h264idct_template.c         if(nnzc[ scan8[i] ])             FUNCC(ff_h264_idct_add   )(dst + block_offset[i], block + i*16*sizeof(pixel), stride);
FUNCC             189 libavcodec/h264idct_template.c         else if(((dctcoef*)block)[i*16]) FUNCC(ff_h264_idct_dc_add)(dst + block_offset[i], block + i*16*sizeof(pixel), stride);
FUNCC             193 libavcodec/h264idct_template.c void FUNCC(ff_h264_idct8_add4)(uint8_t *dst, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){
FUNCC             198 libavcodec/h264idct_template.c             if(nnz==1 && ((dctcoef*)block)[i*16]) FUNCC(ff_h264_idct8_dc_add)(dst + block_offset[i], block + i*16*sizeof(pixel), stride);
FUNCC             199 libavcodec/h264idct_template.c             else                                  FUNCC(ff_h264_idct8_add   )(dst + block_offset[i], block + i*16*sizeof(pixel), stride);
FUNCC             204 libavcodec/h264idct_template.c void FUNCC(ff_h264_idct_add8)(uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){
FUNCC             209 libavcodec/h264idct_template.c                 FUNCC(ff_h264_idct_add   )(dest[j-1] + block_offset[i], block + i*16*sizeof(pixel), stride);
FUNCC             211 libavcodec/h264idct_template.c                 FUNCC(ff_h264_idct_dc_add)(dest[j-1] + block_offset[i], block + i*16*sizeof(pixel), stride);
FUNCC             216 libavcodec/h264idct_template.c void FUNCC(ff_h264_idct_add8_422)(uint8_t **dest, const int *block_offset, int16_t *block, int stride, const uint8_t nnzc[15*8]){
FUNCC             222 libavcodec/h264idct_template.c                 FUNCC(ff_h264_idct_add   )(dest[j-1] + block_offset[i], block + i*16*sizeof(pixel), stride);
FUNCC             224 libavcodec/h264idct_template.c                 FUNCC(ff_h264_idct_dc_add)(dest[j-1] + block_offset[i], block + i*16*sizeof(pixel), stride);
FUNCC             231 libavcodec/h264idct_template.c                 FUNCC(ff_h264_idct_add   )(dest[j-1] + block_offset[i+4], block + i*16*sizeof(pixel), stride);
FUNCC             233 libavcodec/h264idct_template.c                 FUNCC(ff_h264_idct_dc_add)(dest[j-1] + block_offset[i+4], block + i*16*sizeof(pixel), stride);
FUNCC             242 libavcodec/h264idct_template.c void FUNCC(ff_h264_luma_dc_dequant_idct)(int16_t *_output, int16_t *_input, int qmul){
FUNCC             277 libavcodec/h264idct_template.c void FUNCC(ff_h264_chroma422_dc_dequant_idct)(int16_t *_block, int qmul){
FUNCC             304 libavcodec/h264idct_template.c void FUNCC(ff_h264_chroma_dc_dequant_idct)(int16_t *_block, int qmul){
FUNCC             427 libavcodec/h264pred.c             h->pred4x4[VERT_PRED       ]= FUNCC(pred4x4_vertical          , depth);\
FUNCC             428 libavcodec/h264pred.c             h->pred4x4[HOR_PRED        ]= FUNCC(pred4x4_horizontal        , depth);\
FUNCC             430 libavcodec/h264pred.c         h->pred4x4[DC_PRED             ]= FUNCC(pred4x4_dc                , depth);\
FUNCC             434 libavcodec/h264pred.c             h->pred4x4[DIAG_DOWN_LEFT_PRED ]= FUNCC(pred4x4_down_left     , depth);\
FUNCC             435 libavcodec/h264pred.c         h->pred4x4[DIAG_DOWN_RIGHT_PRED]= FUNCC(pred4x4_down_right        , depth);\
FUNCC             436 libavcodec/h264pred.c         h->pred4x4[VERT_RIGHT_PRED     ]= FUNCC(pred4x4_vertical_right    , depth);\
FUNCC             437 libavcodec/h264pred.c         h->pred4x4[HOR_DOWN_PRED       ]= FUNCC(pred4x4_horizontal_down   , depth);\
FUNCC             441 libavcodec/h264pred.c             h->pred4x4[VERT_LEFT_PRED  ]= FUNCC(pred4x4_vertical_left     , depth);\
FUNCC             442 libavcodec/h264pred.c         h->pred4x4[HOR_UP_PRED         ]= FUNCC(pred4x4_horizontal_up     , depth);\
FUNCC             444 libavcodec/h264pred.c             h->pred4x4[LEFT_DC_PRED    ]= FUNCC(pred4x4_left_dc           , depth);\
FUNCC             445 libavcodec/h264pred.c             h->pred4x4[TOP_DC_PRED     ]= FUNCC(pred4x4_top_dc            , depth);\
FUNCC             448 libavcodec/h264pred.c             h->pred4x4[DC_127_PRED     ]= FUNCC(pred4x4_127_dc            , depth);\
FUNCC             449 libavcodec/h264pred.c             h->pred4x4[DC_129_PRED     ]= FUNCC(pred4x4_129_dc            , depth);\
FUNCC             450 libavcodec/h264pred.c             h->pred4x4[VERT_VP8_PRED   ]= FUNCC(pred4x4_vertical          , depth);\
FUNCC             451 libavcodec/h264pred.c             h->pred4x4[HOR_VP8_PRED    ]= FUNCC(pred4x4_horizontal        , depth);\
FUNCC             454 libavcodec/h264pred.c             h->pred4x4[DC_128_PRED     ]= FUNCC(pred4x4_128_dc            , depth);\
FUNCC             456 libavcodec/h264pred.c         h->pred4x4[VERT_PRED           ]= FUNCC(pred4x4_vertical          , depth);\
FUNCC             457 libavcodec/h264pred.c         h->pred4x4[HOR_PRED            ]= FUNCC(pred4x4_horizontal        , depth);\
FUNCC             458 libavcodec/h264pred.c         h->pred4x4[DC_PRED             ]= FUNCC(pred4x4_dc                , depth);\
FUNCC             460 libavcodec/h264pred.c         h->pred4x4[DIAG_DOWN_RIGHT_PRED]= FUNCC(pred4x4_down_right        , depth);\
FUNCC             461 libavcodec/h264pred.c         h->pred4x4[VERT_RIGHT_PRED     ]= FUNCC(pred4x4_vertical_right    , depth);\
FUNCC             462 libavcodec/h264pred.c         h->pred4x4[HOR_DOWN_PRED       ]= FUNCC(pred4x4_horizontal_down   , depth);\
FUNCC             465 libavcodec/h264pred.c         h->pred4x4[LEFT_DC_PRED        ]= FUNCC(pred4x4_left_dc           , depth);\
FUNCC             466 libavcodec/h264pred.c         h->pred4x4[TOP_DC_PRED         ]= FUNCC(pred4x4_top_dc            , depth);\
FUNCC             467 libavcodec/h264pred.c         h->pred4x4[DC_128_PRED         ]= FUNCC(pred4x4_128_dc            , depth);\
FUNCC             473 libavcodec/h264pred.c     h->pred8x8l[VERT_PRED           ]= FUNCC(pred8x8l_vertical            , depth);\
FUNCC             474 libavcodec/h264pred.c     h->pred8x8l[HOR_PRED            ]= FUNCC(pred8x8l_horizontal          , depth);\
FUNCC             475 libavcodec/h264pred.c     h->pred8x8l[DC_PRED             ]= FUNCC(pred8x8l_dc                  , depth);\
FUNCC             476 libavcodec/h264pred.c     h->pred8x8l[DIAG_DOWN_LEFT_PRED ]= FUNCC(pred8x8l_down_left           , depth);\
FUNCC             477 libavcodec/h264pred.c     h->pred8x8l[DIAG_DOWN_RIGHT_PRED]= FUNCC(pred8x8l_down_right          , depth);\
FUNCC             478 libavcodec/h264pred.c     h->pred8x8l[VERT_RIGHT_PRED     ]= FUNCC(pred8x8l_vertical_right      , depth);\
FUNCC             479 libavcodec/h264pred.c     h->pred8x8l[HOR_DOWN_PRED       ]= FUNCC(pred8x8l_horizontal_down     , depth);\
FUNCC             480 libavcodec/h264pred.c     h->pred8x8l[VERT_LEFT_PRED      ]= FUNCC(pred8x8l_vertical_left       , depth);\
FUNCC             481 libavcodec/h264pred.c     h->pred8x8l[HOR_UP_PRED         ]= FUNCC(pred8x8l_horizontal_up       , depth);\
FUNCC             482 libavcodec/h264pred.c     h->pred8x8l[LEFT_DC_PRED        ]= FUNCC(pred8x8l_left_dc             , depth);\
FUNCC             483 libavcodec/h264pred.c     h->pred8x8l[TOP_DC_PRED         ]= FUNCC(pred8x8l_top_dc              , depth);\
FUNCC             484 libavcodec/h264pred.c     h->pred8x8l[DC_128_PRED         ]= FUNCC(pred8x8l_128_dc              , depth);\
FUNCC             487 libavcodec/h264pred.c         h->pred8x8[VERT_PRED8x8   ]= FUNCC(pred8x8_vertical               , depth);\
FUNCC             488 libavcodec/h264pred.c         h->pred8x8[HOR_PRED8x8    ]= FUNCC(pred8x8_horizontal             , depth);\
FUNCC             490 libavcodec/h264pred.c         h->pred8x8[VERT_PRED8x8   ]= FUNCC(pred8x16_vertical              , depth);\
FUNCC             491 libavcodec/h264pred.c         h->pred8x8[HOR_PRED8x8    ]= FUNCC(pred8x16_horizontal            , depth);\
FUNCC             495 libavcodec/h264pred.c             h->pred8x8[PLANE_PRED8x8]= FUNCC(pred8x8_plane                , depth);\
FUNCC             497 libavcodec/h264pred.c             h->pred8x8[PLANE_PRED8x8]= FUNCC(pred8x16_plane               , depth);\
FUNCC             504 libavcodec/h264pred.c             h->pred8x8[DC_PRED8x8     ]= FUNCC(pred8x8_dc                     , depth);\
FUNCC             505 libavcodec/h264pred.c             h->pred8x8[LEFT_DC_PRED8x8]= FUNCC(pred8x8_left_dc                , depth);\
FUNCC             506 libavcodec/h264pred.c             h->pred8x8[TOP_DC_PRED8x8 ]= FUNCC(pred8x8_top_dc                 , depth);\
FUNCC             512 libavcodec/h264pred.c             h->pred8x8[DC_PRED8x8     ]= FUNCC(pred8x16_dc                    , depth);\
FUNCC             513 libavcodec/h264pred.c             h->pred8x8[LEFT_DC_PRED8x8]= FUNCC(pred8x16_left_dc               , depth);\
FUNCC             514 libavcodec/h264pred.c             h->pred8x8[TOP_DC_PRED8x8 ]= FUNCC(pred8x16_top_dc                , depth);\
FUNCC             525 libavcodec/h264pred.c             h->pred8x8[DC_127_PRED8x8]= FUNCC(pred8x8_127_dc              , depth);\
FUNCC             526 libavcodec/h264pred.c             h->pred8x8[DC_129_PRED8x8]= FUNCC(pred8x8_129_dc              , depth);\
FUNCC             530 libavcodec/h264pred.c         h->pred8x8[DC_128_PRED8x8 ]= FUNCC(pred8x8_128_dc                 , depth);\
FUNCC             532 libavcodec/h264pred.c         h->pred8x8[DC_128_PRED8x8 ]= FUNCC(pred8x16_128_dc                , depth);\
FUNCC             535 libavcodec/h264pred.c     h->pred16x16[DC_PRED8x8     ]= FUNCC(pred16x16_dc                     , depth);\
FUNCC             536 libavcodec/h264pred.c     h->pred16x16[VERT_PRED8x8   ]= FUNCC(pred16x16_vertical               , depth);\
FUNCC             537 libavcodec/h264pred.c     h->pred16x16[HOR_PRED8x8    ]= FUNCC(pred16x16_horizontal             , depth);\
FUNCC             548 libavcodec/h264pred.c        h->pred16x16[DC_127_PRED8x8]= FUNCC(pred16x16_127_dc               , depth);\
FUNCC             549 libavcodec/h264pred.c        h->pred16x16[DC_129_PRED8x8]= FUNCC(pred16x16_129_dc               , depth);\
FUNCC             552 libavcodec/h264pred.c        h->pred16x16[PLANE_PRED8x8  ]= FUNCC(pred16x16_plane               , depth);\
FUNCC             555 libavcodec/h264pred.c     h->pred16x16[LEFT_DC_PRED8x8]= FUNCC(pred16x16_left_dc                , depth);\
FUNCC             556 libavcodec/h264pred.c     h->pred16x16[TOP_DC_PRED8x8 ]= FUNCC(pred16x16_top_dc                 , depth);\
FUNCC             557 libavcodec/h264pred.c     h->pred16x16[DC_128_PRED8x8 ]= FUNCC(pred16x16_128_dc                 , depth);\
FUNCC             560 libavcodec/h264pred.c     h->pred4x4_add  [VERT_PRED   ]= FUNCC(pred4x4_vertical_add            , depth);\
FUNCC             561 libavcodec/h264pred.c     h->pred4x4_add  [ HOR_PRED   ]= FUNCC(pred4x4_horizontal_add          , depth);\
FUNCC             562 libavcodec/h264pred.c     h->pred8x8l_add [VERT_PRED   ]= FUNCC(pred8x8l_vertical_add           , depth);\
FUNCC             563 libavcodec/h264pred.c     h->pred8x8l_add [ HOR_PRED   ]= FUNCC(pred8x8l_horizontal_add         , depth);\
FUNCC             564 libavcodec/h264pred.c     h->pred8x8l_filter_add [VERT_PRED   ]= FUNCC(pred8x8l_vertical_filter_add           , depth);\
FUNCC             565 libavcodec/h264pred.c     h->pred8x8l_filter_add [ HOR_PRED   ]= FUNCC(pred8x8l_horizontal_filter_add         , depth);\
FUNCC             567 libavcodec/h264pred.c     h->pred8x8_add  [VERT_PRED8x8]= FUNCC(pred8x8_vertical_add            , depth);\
FUNCC             568 libavcodec/h264pred.c     h->pred8x8_add  [ HOR_PRED8x8]= FUNCC(pred8x8_horizontal_add          , depth);\
FUNCC             570 libavcodec/h264pred.c         h->pred8x8_add  [VERT_PRED8x8]= FUNCC(pred8x16_vertical_add            , depth);\
FUNCC             571 libavcodec/h264pred.c         h->pred8x8_add  [ HOR_PRED8x8]= FUNCC(pred8x16_horizontal_add          , depth);\
FUNCC             573 libavcodec/h264pred.c     h->pred16x16_add[VERT_PRED8x8]= FUNCC(pred16x16_vertical_add          , depth);\
FUNCC             574 libavcodec/h264pred.c     h->pred16x16_add[ HOR_PRED8x8]= FUNCC(pred16x16_horizontal_add        , depth);\
FUNCC              34 libavcodec/h264pred_template.c static void FUNCC(pred4x4_vertical)(uint8_t *_src, const uint8_t *topright,
FUNCC              47 libavcodec/h264pred_template.c static void FUNCC(pred4x4_horizontal)(uint8_t *_src, const uint8_t *topright,
FUNCC              58 libavcodec/h264pred_template.c static void FUNCC(pred4x4_dc)(uint8_t *_src, const uint8_t *topright,
FUNCC              73 libavcodec/h264pred_template.c static void FUNCC(pred4x4_left_dc)(uint8_t *_src, const uint8_t *topright,
FUNCC              87 libavcodec/h264pred_template.c static void FUNCC(pred4x4_top_dc)(uint8_t *_src, const uint8_t *topright,
FUNCC             101 libavcodec/h264pred_template.c static void FUNCC(pred4x4_128_dc)(uint8_t *_src, const uint8_t *topright,
FUNCC             114 libavcodec/h264pred_template.c static void FUNCC(pred4x4_127_dc)(uint8_t *_src, const uint8_t *topright,
FUNCC             127 libavcodec/h264pred_template.c static void FUNCC(pred4x4_129_dc)(uint8_t *_src, const uint8_t *topright,
FUNCC             165 libavcodec/h264pred_template.c static void FUNCC(pred4x4_down_right)(uint8_t *_src, const uint8_t *topright,
FUNCC             192 libavcodec/h264pred_template.c static void FUNCC(pred4x4_down_left)(uint8_t *_src, const uint8_t *_topright,
FUNCC             220 libavcodec/h264pred_template.c static void FUNCC(pred4x4_vertical_right)(uint8_t *_src,
FUNCC             248 libavcodec/h264pred_template.c static void FUNCC(pred4x4_vertical_left)(uint8_t *_src,
FUNCC             276 libavcodec/h264pred_template.c static void FUNCC(pred4x4_horizontal_up)(uint8_t *_src, const uint8_t *topright,
FUNCC             301 libavcodec/h264pred_template.c static void FUNCC(pred4x4_horizontal_down)(uint8_t *_src,
FUNCC             329 libavcodec/h264pred_template.c static void FUNCC(pred16x16_vertical)(uint8_t *_src, ptrdiff_t _stride)
FUNCC             347 libavcodec/h264pred_template.c static void FUNCC(pred16x16_horizontal)(uint8_t *_src, ptrdiff_t stride)
FUNCC             372 libavcodec/h264pred_template.c static void FUNCC(pred16x16_dc)(uint8_t *_src, ptrdiff_t stride)
FUNCC             391 libavcodec/h264pred_template.c static void FUNCC(pred16x16_left_dc)(uint8_t *_src, ptrdiff_t stride)
FUNCC             406 libavcodec/h264pred_template.c static void FUNCC(pred16x16_top_dc)(uint8_t *_src, ptrdiff_t stride)
FUNCC             422 libavcodec/h264pred_template.c static void FUNCC(pred16x16_##n##_dc)(uint8_t *_src, ptrdiff_t stride)\
FUNCC             434 libavcodec/h264pred_template.c static inline void FUNCC(pred16x16_plane_compat)(uint8_t *_src,
FUNCC             483 libavcodec/h264pred_template.c static void FUNCC(pred16x16_plane)(uint8_t *src, ptrdiff_t stride)
FUNCC             485 libavcodec/h264pred_template.c     FUNCC(pred16x16_plane_compat)(src, stride, 0, 0);
FUNCC             488 libavcodec/h264pred_template.c static void FUNCC(pred8x8_vertical)(uint8_t *_src, ptrdiff_t _stride)
FUNCC             502 libavcodec/h264pred_template.c static void FUNCC(pred8x16_vertical)(uint8_t *_src, ptrdiff_t _stride)
FUNCC             516 libavcodec/h264pred_template.c static void FUNCC(pred8x8_horizontal)(uint8_t *_src, ptrdiff_t stride)
FUNCC             529 libavcodec/h264pred_template.c static void FUNCC(pred8x16_horizontal)(uint8_t *_src, ptrdiff_t stride)
FUNCC             542 libavcodec/h264pred_template.c static void FUNCC(pred8x8_##n##_dc)(uint8_t *_src, ptrdiff_t stride)\
FUNCC             558 libavcodec/h264pred_template.c static void FUNCC(pred8x16_128_dc)(uint8_t *_src, ptrdiff_t stride)
FUNCC             560 libavcodec/h264pred_template.c     FUNCC(pred8x8_128_dc)(_src, stride);
FUNCC             561 libavcodec/h264pred_template.c     FUNCC(pred8x8_128_dc)(_src+8*stride, stride);
FUNCC             564 libavcodec/h264pred_template.c static void FUNCC(pred8x8_left_dc)(uint8_t *_src, ptrdiff_t stride)
FUNCC             590 libavcodec/h264pred_template.c static void FUNCC(pred8x16_left_dc)(uint8_t *_src, ptrdiff_t stride)
FUNCC             592 libavcodec/h264pred_template.c     FUNCC(pred8x8_left_dc)(_src, stride);
FUNCC             593 libavcodec/h264pred_template.c     FUNCC(pred8x8_left_dc)(_src+8*stride, stride);
FUNCC             596 libavcodec/h264pred_template.c static void FUNCC(pred8x8_top_dc)(uint8_t *_src, ptrdiff_t stride)
FUNCC             622 libavcodec/h264pred_template.c static void FUNCC(pred8x16_top_dc)(uint8_t *_src, ptrdiff_t stride)
FUNCC             644 libavcodec/h264pred_template.c static void FUNCC(pred8x8_dc)(uint8_t *_src, ptrdiff_t stride)
FUNCC             673 libavcodec/h264pred_template.c static void FUNCC(pred8x16_dc)(uint8_t *_src, ptrdiff_t stride)
FUNCC             719 libavcodec/h264pred_template.c     FUNCC(pred8x8_top_dc)(src, stride);
FUNCC             720 libavcodec/h264pred_template.c     FUNCC(pred4x4_dc)(src, NULL, stride);
FUNCC             725 libavcodec/h264pred_template.c     FUNCC(pred8x16_top_dc)(src, stride);
FUNCC             726 libavcodec/h264pred_template.c     FUNCC(pred4x4_dc)(src, NULL, stride);
FUNCC             731 libavcodec/h264pred_template.c     FUNCC(pred8x8_dc)(src, stride);
FUNCC             732 libavcodec/h264pred_template.c     FUNCC(pred4x4_top_dc)(src, NULL, stride);
FUNCC             737 libavcodec/h264pred_template.c     FUNCC(pred8x16_dc)(src, stride);
FUNCC             738 libavcodec/h264pred_template.c     FUNCC(pred4x4_top_dc)(src, NULL, stride);
FUNCC             743 libavcodec/h264pred_template.c     FUNCC(pred8x8_left_dc)(src, stride);
FUNCC             744 libavcodec/h264pred_template.c     FUNCC(pred4x4_128_dc)(src + 4*stride                  , NULL, stride);
FUNCC             745 libavcodec/h264pred_template.c     FUNCC(pred4x4_128_dc)(src + 4*stride + 4*sizeof(pixel), NULL, stride);
FUNCC             750 libavcodec/h264pred_template.c     FUNCC(pred8x16_left_dc)(src, stride);
FUNCC             751 libavcodec/h264pred_template.c     FUNCC(pred4x4_128_dc)(src + 4*stride                  , NULL, stride);
FUNCC             752 libavcodec/h264pred_template.c     FUNCC(pred4x4_128_dc)(src + 4*stride + 4*sizeof(pixel), NULL, stride);
FUNCC             757 libavcodec/h264pred_template.c     FUNCC(pred8x8_left_dc)(src, stride);
FUNCC             758 libavcodec/h264pred_template.c     FUNCC(pred4x4_128_dc)(src                  , NULL, stride);
FUNCC             759 libavcodec/h264pred_template.c     FUNCC(pred4x4_128_dc)(src + 4*sizeof(pixel), NULL, stride);
FUNCC             764 libavcodec/h264pred_template.c     FUNCC(pred8x16_left_dc)(src, stride);
FUNCC             765 libavcodec/h264pred_template.c     FUNCC(pred4x4_128_dc)(src                  , NULL, stride);
FUNCC             766 libavcodec/h264pred_template.c     FUNCC(pred4x4_128_dc)(src + 4*sizeof(pixel), NULL, stride);
FUNCC             769 libavcodec/h264pred_template.c static void FUNCC(pred8x8_plane)(uint8_t *_src, ptrdiff_t _stride)
FUNCC             805 libavcodec/h264pred_template.c static void FUNCC(pred8x16_plane)(uint8_t *_src, ptrdiff_t _stride)
FUNCC             885 libavcodec/h264pred_template.c static void FUNCC(pred8x8l_128_dc)(uint8_t *_src, int has_topleft,
FUNCC             893 libavcodec/h264pred_template.c static void FUNCC(pred8x8l_left_dc)(uint8_t *_src, int has_topleft,
FUNCC             903 libavcodec/h264pred_template.c static void FUNCC(pred8x8l_top_dc)(uint8_t *_src, int has_topleft,
FUNCC             913 libavcodec/h264pred_template.c static void FUNCC(pred8x8l_dc)(uint8_t *_src, int has_topleft,
FUNCC             925 libavcodec/h264pred_template.c static void FUNCC(pred8x8l_horizontal)(uint8_t *_src, int has_topleft,
FUNCC             939 libavcodec/h264pred_template.c static void FUNCC(pred8x8l_vertical)(uint8_t *_src, int has_topleft,
FUNCC             963 libavcodec/h264pred_template.c static void FUNCC(pred8x8l_down_left)(uint8_t *_src, int has_topleft,
FUNCC             986 libavcodec/h264pred_template.c static void FUNCC(pred8x8l_down_right)(uint8_t *_src, int has_topleft,
FUNCC            1010 libavcodec/h264pred_template.c static void FUNCC(pred8x8l_vertical_right)(uint8_t *_src, int has_topleft,
FUNCC            1041 libavcodec/h264pred_template.c static void FUNCC(pred8x8l_horizontal_down)(uint8_t *_src, int has_topleft,
FUNCC            1072 libavcodec/h264pred_template.c static void FUNCC(pred8x8l_vertical_left)(uint8_t *_src, int has_topleft,
FUNCC            1102 libavcodec/h264pred_template.c static void FUNCC(pred8x8l_horizontal_up)(uint8_t *_src, int has_topleft,
FUNCC            1128 libavcodec/h264pred_template.c static void FUNCC(pred8x8l_vertical_filter_add)(uint8_t *_src, int16_t *_block, int has_topleft,
FUNCC            1164 libavcodec/h264pred_template.c static void FUNCC(pred8x8l_horizontal_filter_add)(uint8_t *_src, int16_t *_block, int has_topleft,
FUNCC            1210 libavcodec/h264pred_template.c static void FUNCC(pred4x4_vertical_add)(uint8_t *_pix, int16_t *_block,
FUNCC            1231 libavcodec/h264pred_template.c static void FUNCC(pred4x4_horizontal_add)(uint8_t *_pix, int16_t *_block,
FUNCC            1251 libavcodec/h264pred_template.c static void FUNCC(pred8x8l_vertical_add)(uint8_t *_pix, int16_t *_block,
FUNCC            1276 libavcodec/h264pred_template.c static void FUNCC(pred8x8l_horizontal_add)(uint8_t *_pix, int16_t *_block,
FUNCC            1300 libavcodec/h264pred_template.c static void FUNCC(pred16x16_vertical_add)(uint8_t *pix, const int *block_offset,
FUNCC            1306 libavcodec/h264pred_template.c         FUNCC(pred4x4_vertical_add)(pix + block_offset[i], block + i*16*sizeof(pixel), stride);
FUNCC            1309 libavcodec/h264pred_template.c static void FUNCC(pred16x16_horizontal_add)(uint8_t *pix,
FUNCC            1316 libavcodec/h264pred_template.c         FUNCC(pred4x4_horizontal_add)(pix + block_offset[i], block + i*16*sizeof(pixel), stride);
FUNCC            1319 libavcodec/h264pred_template.c static void FUNCC(pred8x8_vertical_add)(uint8_t *pix, const int *block_offset,
FUNCC            1324 libavcodec/h264pred_template.c         FUNCC(pred4x4_vertical_add)(pix + block_offset[i], block + i*16*sizeof(pixel), stride);
FUNCC            1327 libavcodec/h264pred_template.c static void FUNCC(pred8x16_vertical_add)(uint8_t *pix, const int *block_offset,
FUNCC            1332 libavcodec/h264pred_template.c         FUNCC(pred4x4_vertical_add)(pix + block_offset[i], block + i*16*sizeof(pixel), stride);
FUNCC            1334 libavcodec/h264pred_template.c         FUNCC(pred4x4_vertical_add)(pix + block_offset[i+4], block + i*16*sizeof(pixel), stride);
FUNCC            1337 libavcodec/h264pred_template.c static void FUNCC(pred8x8_horizontal_add)(uint8_t *pix, const int *block_offset,
FUNCC            1343 libavcodec/h264pred_template.c         FUNCC(pred4x4_horizontal_add)(pix + block_offset[i], block + i*16*sizeof(pixel), stride);
FUNCC            1346 libavcodec/h264pred_template.c static void FUNCC(pred8x16_horizontal_add)(uint8_t *pix,
FUNCC            1352 libavcodec/h264pred_template.c         FUNCC(pred4x4_horizontal_add)(pix + block_offset[i], block + i*16*sizeof(pixel), stride);
FUNCC            1354 libavcodec/h264pred_template.c         FUNCC(pred4x4_horizontal_add)(pix + block_offset[i+4], block + i*16*sizeof(pixel), stride);
FUNCC              55 libavcodec/h264qpel.c     c->PFX ## _pixels_tab[IDX][ 0] = FUNCC(PFX ## NUM ## _mc00, depth); \
FUNCC              56 libavcodec/h264qpel.c     c->PFX ## _pixels_tab[IDX][ 1] = FUNCC(PFX ## NUM ## _mc10, depth); \
FUNCC              57 libavcodec/h264qpel.c     c->PFX ## _pixels_tab[IDX][ 2] = FUNCC(PFX ## NUM ## _mc20, depth); \
FUNCC              58 libavcodec/h264qpel.c     c->PFX ## _pixels_tab[IDX][ 3] = FUNCC(PFX ## NUM ## _mc30, depth); \
FUNCC              59 libavcodec/h264qpel.c     c->PFX ## _pixels_tab[IDX][ 4] = FUNCC(PFX ## NUM ## _mc01, depth); \
FUNCC              60 libavcodec/h264qpel.c     c->PFX ## _pixels_tab[IDX][ 5] = FUNCC(PFX ## NUM ## _mc11, depth); \
FUNCC              61 libavcodec/h264qpel.c     c->PFX ## _pixels_tab[IDX][ 6] = FUNCC(PFX ## NUM ## _mc21, depth); \
FUNCC              62 libavcodec/h264qpel.c     c->PFX ## _pixels_tab[IDX][ 7] = FUNCC(PFX ## NUM ## _mc31, depth); \
FUNCC              63 libavcodec/h264qpel.c     c->PFX ## _pixels_tab[IDX][ 8] = FUNCC(PFX ## NUM ## _mc02, depth); \
FUNCC              64 libavcodec/h264qpel.c     c->PFX ## _pixels_tab[IDX][ 9] = FUNCC(PFX ## NUM ## _mc12, depth); \
FUNCC              65 libavcodec/h264qpel.c     c->PFX ## _pixels_tab[IDX][10] = FUNCC(PFX ## NUM ## _mc22, depth); \
FUNCC              66 libavcodec/h264qpel.c     c->PFX ## _pixels_tab[IDX][11] = FUNCC(PFX ## NUM ## _mc32, depth); \
FUNCC              67 libavcodec/h264qpel.c     c->PFX ## _pixels_tab[IDX][12] = FUNCC(PFX ## NUM ## _mc03, depth); \
FUNCC              68 libavcodec/h264qpel.c     c->PFX ## _pixels_tab[IDX][13] = FUNCC(PFX ## NUM ## _mc13, depth); \
FUNCC              69 libavcodec/h264qpel.c     c->PFX ## _pixels_tab[IDX][14] = FUNCC(PFX ## NUM ## _mc23, depth); \
FUNCC              70 libavcodec/h264qpel.c     c->PFX ## _pixels_tab[IDX][15] = FUNCC(PFX ## NUM ## _mc33, depth)
FUNCC             381 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc00)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
FUNCC             383 libavcodec/h264qpel_template.c     FUNCC(OPNAME ## pixels ## SIZE)(dst, src, stride, SIZE);\
FUNCC             386 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc10)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
FUNCC             393 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc20)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
FUNCC             398 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc30)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
FUNCC             405 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc01)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
FUNCC             415 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc02)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
FUNCC             423 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc03)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
FUNCC             433 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc11)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
FUNCC             445 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc31)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
FUNCC             457 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc13)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
FUNCC             469 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc33)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
FUNCC             481 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc22)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
FUNCC             487 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc21)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
FUNCC             497 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc23)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
FUNCC             507 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc12)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
FUNCC             520 libavcodec/h264qpel_template.c static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc32)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
FUNCC              29 libavcodec/pel_template.c static inline void FUNCC(OPNAME ## _pixels2)(uint8_t *block,            \
FUNCC              42 libavcodec/pel_template.c static inline void FUNCC(OPNAME ## _pixels4)(uint8_t *block,            \
FUNCC              55 libavcodec/pel_template.c static inline void FUNCC(OPNAME ## _pixels8)(uint8_t *block,            \
FUNCC              70 libavcodec/pel_template.c CALL_2X_PIXELS(FUNCC(OPNAME ## _pixels16),                              \
FUNCC              71 libavcodec/pel_template.c                FUNCC(OPNAME ## _pixels8),                               \
FUNCC              21 libavcodec/pixblockdsp_template.c static void FUNCC(get_pixels)(int16_t *av_restrict block, const uint8_t *_pixels,