FUNC 48 libavcodec/flacdsp_lpc_template.c static av_always_inline void FUNC(lpc_encode_unrolled)(int32_t *res, FUNC 108 libavcodec/flacdsp_lpc_template.c static void FUNC(flac_lpc_encode_c)(int32_t *res, const int32_t *smp, int len, FUNC 130 libavcodec/flacdsp_lpc_template.c case 1: FUNC(lpc_encode_unrolled)(res, smp, len, 1, coefs, shift, 0); break; FUNC 131 libavcodec/flacdsp_lpc_template.c case 2: FUNC(lpc_encode_unrolled)(res, smp, len, 2, coefs, shift, 0); break; FUNC 132 libavcodec/flacdsp_lpc_template.c case 3: FUNC(lpc_encode_unrolled)(res, smp, len, 3, coefs, shift, 0); break; FUNC 133 libavcodec/flacdsp_lpc_template.c case 4: FUNC(lpc_encode_unrolled)(res, smp, len, 4, coefs, shift, 0); break; FUNC 134 libavcodec/flacdsp_lpc_template.c case 5: FUNC(lpc_encode_unrolled)(res, smp, len, 5, coefs, shift, 0); break; FUNC 135 libavcodec/flacdsp_lpc_template.c case 6: FUNC(lpc_encode_unrolled)(res, smp, len, 6, coefs, shift, 0); break; FUNC 136 libavcodec/flacdsp_lpc_template.c case 7: FUNC(lpc_encode_unrolled)(res, smp, len, 7, coefs, shift, 0); break; FUNC 137 libavcodec/flacdsp_lpc_template.c case 8: FUNC(lpc_encode_unrolled)(res, smp, len, 8, coefs, shift, 0); break; FUNC 138 libavcodec/flacdsp_lpc_template.c default: FUNC(lpc_encode_unrolled)(res, smp, len, order, coefs, shift, 1); break; FUNC 51 libavcodec/flacdsp_template.c static void FUNC(flac_decorrelate_indep_c)(uint8_t **out, int32_t **in, FUNC 62 libavcodec/flacdsp_template.c static void FUNC(flac_decorrelate_ls_c)(uint8_t **out, int32_t **in, FUNC 76 libavcodec/flacdsp_template.c static void FUNC(flac_decorrelate_rs_c)(uint8_t **out, int32_t **in, FUNC 90 libavcodec/flacdsp_template.c static void FUNC(flac_decorrelate_ms_c)(uint8_t **out, int32_t **in, FUNC 176 libavcodec/h264_mb_template.c FUNC(hl_motion_422)(h, dest_y, dest_cb, dest_cr, FUNC 182 libavcodec/h264_mb_template.c FUNC(hl_motion_420)(h, dest_y, dest_cb, dest_cr, FUNC 355 libavcodec/h264_mb_template.c FUNC(hl_motion_444)(h, dest[0], dest[1], dest[2], FUNC 27 libavcodec/h264_mc_template.c # define MCFUNC(n) FUNC(n ## _420) FUNC 29 libavcodec/h264_mc_template.c # define MCFUNC(n) FUNC(n ## _422) FUNC 31 libavcodec/h264_mc_template.c # define MCFUNC(n) FUNC(n ## _444) FUNC 74 libavcodec/h264dsp.c c->h264_add_pixels4_clear = FUNC(ff_h264_add_pixels4, depth);\ FUNC 75 libavcodec/h264dsp.c c->h264_add_pixels8_clear = FUNC(ff_h264_add_pixels8, depth) FUNC 84 libavcodec/h264dsp.c c->h264_idct_add= FUNC(ff_h264_idct_add, depth);\ FUNC 85 libavcodec/h264dsp.c c->h264_idct8_add= FUNC(ff_h264_idct8_add, depth);\ FUNC 86 libavcodec/h264dsp.c c->h264_idct_dc_add= FUNC(ff_h264_idct_dc_add, depth);\ FUNC 87 libavcodec/h264dsp.c c->h264_idct8_dc_add= FUNC(ff_h264_idct8_dc_add, depth);\ FUNC 88 libavcodec/h264dsp.c c->h264_idct_add16 = FUNC(ff_h264_idct_add16, depth);\ FUNC 89 libavcodec/h264dsp.c c->h264_idct8_add4 = FUNC(ff_h264_idct8_add4, depth);\ FUNC 91 libavcodec/h264dsp.c c->h264_idct_add8 = FUNC(ff_h264_idct_add8, depth);\ FUNC 93 libavcodec/h264dsp.c c->h264_idct_add8 = FUNC(ff_h264_idct_add8_422, depth);\ FUNC 94 libavcodec/h264dsp.c c->h264_idct_add16intra= FUNC(ff_h264_idct_add16intra, depth);\ FUNC 95 libavcodec/h264dsp.c c->h264_luma_dc_dequant_idct= FUNC(ff_h264_luma_dc_dequant_idct, depth);\ FUNC 97 libavcodec/h264dsp.c c->h264_chroma_dc_dequant_idct= FUNC(ff_h264_chroma_dc_dequant_idct, depth);\ FUNC 99 libavcodec/h264dsp.c c->h264_chroma_dc_dequant_idct= FUNC(ff_h264_chroma422_dc_dequant_idct, depth);\ FUNC 101 libavcodec/h264dsp.c c->weight_h264_pixels_tab[0]= FUNC(weight_h264_pixels16, depth);\ FUNC 102 libavcodec/h264dsp.c c->weight_h264_pixels_tab[1]= FUNC(weight_h264_pixels8, depth);\ FUNC 103 libavcodec/h264dsp.c c->weight_h264_pixels_tab[2]= FUNC(weight_h264_pixels4, depth);\ FUNC 104 libavcodec/h264dsp.c c->weight_h264_pixels_tab[3]= FUNC(weight_h264_pixels2, depth);\ FUNC 105 libavcodec/h264dsp.c c->biweight_h264_pixels_tab[0]= FUNC(biweight_h264_pixels16, depth);\ FUNC 106 libavcodec/h264dsp.c c->biweight_h264_pixels_tab[1]= FUNC(biweight_h264_pixels8, depth);\ FUNC 107 libavcodec/h264dsp.c c->biweight_h264_pixels_tab[2]= FUNC(biweight_h264_pixels4, depth);\ FUNC 108 libavcodec/h264dsp.c c->biweight_h264_pixels_tab[3]= FUNC(biweight_h264_pixels2, depth);\ FUNC 110 libavcodec/h264dsp.c c->h264_v_loop_filter_luma= FUNC(h264_v_loop_filter_luma, depth);\ FUNC 111 libavcodec/h264dsp.c c->h264_h_loop_filter_luma= FUNC(h264_h_loop_filter_luma, depth);\ FUNC 112 libavcodec/h264dsp.c c->h264_h_loop_filter_luma_mbaff= FUNC(h264_h_loop_filter_luma_mbaff, depth);\ FUNC 113 libavcodec/h264dsp.c c->h264_v_loop_filter_luma_intra= FUNC(h264_v_loop_filter_luma_intra, depth);\ FUNC 114 libavcodec/h264dsp.c c->h264_h_loop_filter_luma_intra= FUNC(h264_h_loop_filter_luma_intra, depth);\ FUNC 115 libavcodec/h264dsp.c c->h264_h_loop_filter_luma_mbaff_intra= FUNC(h264_h_loop_filter_luma_mbaff_intra, depth);\ FUNC 116 libavcodec/h264dsp.c c->h264_v_loop_filter_chroma= FUNC(h264_v_loop_filter_chroma, depth);\ FUNC 118 libavcodec/h264dsp.c c->h264_h_loop_filter_chroma= FUNC(h264_h_loop_filter_chroma, depth);\ FUNC 120 libavcodec/h264dsp.c c->h264_h_loop_filter_chroma= FUNC(h264_h_loop_filter_chroma422, depth);\ FUNC 122 libavcodec/h264dsp.c c->h264_h_loop_filter_chroma_mbaff= FUNC(h264_h_loop_filter_chroma_mbaff, depth);\ FUNC 124 libavcodec/h264dsp.c c->h264_h_loop_filter_chroma_mbaff= FUNC(h264_h_loop_filter_chroma422_mbaff, depth);\ FUNC 125 libavcodec/h264dsp.c c->h264_v_loop_filter_chroma_intra= FUNC(h264_v_loop_filter_chroma_intra, depth);\ FUNC 127 libavcodec/h264dsp.c c->h264_h_loop_filter_chroma_intra= FUNC(h264_h_loop_filter_chroma_intra, depth);\ FUNC 129 libavcodec/h264dsp.c c->h264_h_loop_filter_chroma_intra= FUNC(h264_h_loop_filter_chroma422_intra, depth);\ FUNC 131 libavcodec/h264dsp.c c->h264_h_loop_filter_chroma_mbaff_intra= FUNC(h264_h_loop_filter_chroma_mbaff_intra, depth);\ FUNC 133 libavcodec/h264dsp.c c->h264_h_loop_filter_chroma_mbaff_intra= FUNC(h264_h_loop_filter_chroma422_mbaff_intra, depth);\ FUNC 507 libavcodec/h264pred.c h->pred8x8[ALZHEIMER_DC_L0T_PRED8x8 ]= FUNC(pred8x8_mad_cow_dc_l0t, depth);\ FUNC 508 libavcodec/h264pred.c h->pred8x8[ALZHEIMER_DC_0LT_PRED8x8 ]= FUNC(pred8x8_mad_cow_dc_0lt, depth);\ FUNC 509 libavcodec/h264pred.c h->pred8x8[ALZHEIMER_DC_L00_PRED8x8 ]= FUNC(pred8x8_mad_cow_dc_l00, depth);\ FUNC 510 libavcodec/h264pred.c h->pred8x8[ALZHEIMER_DC_0L0_PRED8x8 ]= FUNC(pred8x8_mad_cow_dc_0l0, depth);\ FUNC 515 libavcodec/h264pred.c h->pred8x8[ALZHEIMER_DC_L0T_PRED8x8 ]= FUNC(pred8x16_mad_cow_dc_l0t, depth);\ FUNC 516 libavcodec/h264pred.c h->pred8x8[ALZHEIMER_DC_0LT_PRED8x8 ]= FUNC(pred8x16_mad_cow_dc_0lt, depth);\ FUNC 517 libavcodec/h264pred.c h->pred8x8[ALZHEIMER_DC_L00_PRED8x8 ]= FUNC(pred8x16_mad_cow_dc_l00, depth);\ FUNC 518 libavcodec/h264pred.c h->pred8x8[ALZHEIMER_DC_0L0_PRED8x8 ]= FUNC(pred8x16_mad_cow_dc_0l0, depth);\ FUNC 717 libavcodec/h264pred_template.c static void FUNC(pred8x8_mad_cow_dc_l0t)(uint8_t *src, ptrdiff_t stride) FUNC 723 libavcodec/h264pred_template.c static void FUNC(pred8x16_mad_cow_dc_l0t)(uint8_t *src, ptrdiff_t stride) FUNC 729 libavcodec/h264pred_template.c static void FUNC(pred8x8_mad_cow_dc_0lt)(uint8_t *src, ptrdiff_t stride) FUNC 735 libavcodec/h264pred_template.c static void FUNC(pred8x16_mad_cow_dc_0lt)(uint8_t *src, ptrdiff_t stride) FUNC 741 libavcodec/h264pred_template.c static void FUNC(pred8x8_mad_cow_dc_l00)(uint8_t *src, ptrdiff_t stride) FUNC 748 libavcodec/h264pred_template.c static void FUNC(pred8x16_mad_cow_dc_l00)(uint8_t *src, ptrdiff_t stride) FUNC 755 libavcodec/h264pred_template.c static void FUNC(pred8x8_mad_cow_dc_0l0)(uint8_t *src, ptrdiff_t stride) FUNC 762 libavcodec/h264pred_template.c static void FUNC(pred8x16_mad_cow_dc_0l0)(uint8_t *src, ptrdiff_t stride) FUNC 29 libavcodec/h264qpel_template.c static inline void FUNC(copy_block2)(uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h) FUNC 40 libavcodec/h264qpel_template.c static inline void FUNC(copy_block4)(uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h) FUNC 51 libavcodec/h264qpel_template.c static inline void FUNC(copy_block8)(uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h) FUNC 63 libavcodec/h264qpel_template.c static inline void FUNC(copy_block16)(uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, int h) FUNC 78 libavcodec/h264qpel_template.c static av_unused void FUNC(OPNAME ## h264_qpel2_h_lowpass)(uint8_t *p_dst, const uint8_t *p_src, int dstStride, int srcStride){\ FUNC 95 libavcodec/h264qpel_template.c static av_unused void FUNC(OPNAME ## h264_qpel2_v_lowpass)(uint8_t *_dst, const uint8_t *_src, int dstStride, int srcStride){\ FUNC 119 libavcodec/h264qpel_template.c static av_unused void FUNC(OPNAME ## h264_qpel2_hv_lowpass)(uint8_t *_dst, pixeltmp *tmp, const uint8_t *_src, int dstStride, int tmpStride, int srcStride){\ FUNC 153 libavcodec/h264qpel_template.c static void FUNC(OPNAME ## h264_qpel4_h_lowpass)(uint8_t *_dst, const uint8_t *_src, int dstStride, int srcStride){\ FUNC 172 libavcodec/h264qpel_template.c static void FUNC(OPNAME ## h264_qpel4_v_lowpass)(uint8_t *_dst, const uint8_t *_src, int dstStride, int srcStride){\ FUNC 200 libavcodec/h264qpel_template.c static void FUNC(OPNAME ## h264_qpel4_hv_lowpass)(uint8_t *_dst, pixeltmp *tmp, const uint8_t *_src, int dstStride, int tmpStride, int srcStride){\ FUNC 241 libavcodec/h264qpel_template.c static void FUNC(OPNAME ## h264_qpel8_h_lowpass)(uint8_t *_dst, const uint8_t *_src, int dstStride, int srcStride){\ FUNC 264 libavcodec/h264qpel_template.c static void FUNC(OPNAME ## h264_qpel8_v_lowpass)(uint8_t *_dst, const uint8_t *_src, int dstStride, int srcStride){\ FUNC 300 libavcodec/h264qpel_template.c static void FUNC(OPNAME ## h264_qpel8_hv_lowpass)(uint8_t *_dst, pixeltmp *tmp, const uint8_t *_src, int dstStride, int tmpStride, int srcStride){\ FUNC 353 libavcodec/h264qpel_template.c static void FUNC(OPNAME ## h264_qpel16_v_lowpass)(uint8_t *dst, const uint8_t *src, int dstStride, int srcStride){\ FUNC 354 libavcodec/h264qpel_template.c FUNC(OPNAME ## h264_qpel8_v_lowpass)(dst , src , dstStride, srcStride);\ FUNC 355 libavcodec/h264qpel_template.c FUNC(OPNAME ## h264_qpel8_v_lowpass)(dst+8*sizeof(pixel), src+8*sizeof(pixel), dstStride, srcStride);\ FUNC 358 libavcodec/h264qpel_template.c FUNC(OPNAME ## h264_qpel8_v_lowpass)(dst , src , dstStride, srcStride);\ FUNC 359 libavcodec/h264qpel_template.c FUNC(OPNAME ## h264_qpel8_v_lowpass)(dst+8*sizeof(pixel), src+8*sizeof(pixel), dstStride, srcStride);\ FUNC 362 libavcodec/h264qpel_template.c static void FUNC(OPNAME ## h264_qpel16_h_lowpass)(uint8_t *dst, const uint8_t *src, int dstStride, int srcStride){\ FUNC 363 libavcodec/h264qpel_template.c FUNC(OPNAME ## h264_qpel8_h_lowpass)(dst , src , dstStride, srcStride);\ FUNC 364 libavcodec/h264qpel_template.c FUNC(OPNAME ## h264_qpel8_h_lowpass)(dst+8*sizeof(pixel), src+8*sizeof(pixel), dstStride, srcStride);\ FUNC 367 libavcodec/h264qpel_template.c FUNC(OPNAME ## h264_qpel8_h_lowpass)(dst , src , dstStride, srcStride);\ FUNC 368 libavcodec/h264qpel_template.c FUNC(OPNAME ## h264_qpel8_h_lowpass)(dst+8*sizeof(pixel), src+8*sizeof(pixel), dstStride, srcStride);\ FUNC 371 libavcodec/h264qpel_template.c static void FUNC(OPNAME ## h264_qpel16_hv_lowpass)(uint8_t *dst, pixeltmp *tmp, const uint8_t *src, int dstStride, int tmpStride, int srcStride){\ FUNC 372 libavcodec/h264qpel_template.c FUNC(OPNAME ## h264_qpel8_hv_lowpass)(dst , tmp , src , dstStride, tmpStride, srcStride);\ FUNC 373 libavcodec/h264qpel_template.c FUNC(OPNAME ## h264_qpel8_hv_lowpass)(dst+8*sizeof(pixel), tmp+8, src+8*sizeof(pixel), dstStride, tmpStride, srcStride);\ FUNC 376 libavcodec/h264qpel_template.c FUNC(OPNAME ## h264_qpel8_hv_lowpass)(dst , tmp , src , dstStride, tmpStride, srcStride);\ FUNC 377 libavcodec/h264qpel_template.c FUNC(OPNAME ## h264_qpel8_hv_lowpass)(dst+8*sizeof(pixel), tmp+8, src+8*sizeof(pixel), dstStride, tmpStride, srcStride);\ FUNC 389 libavcodec/h264qpel_template.c FUNC(put_h264_qpel ## SIZE ## _h_lowpass)(half, src, SIZE*sizeof(pixel), stride);\ FUNC 390 libavcodec/h264qpel_template.c FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, src, half, stride, stride, SIZE*sizeof(pixel), SIZE);\ FUNC 395 libavcodec/h264qpel_template.c FUNC(OPNAME ## h264_qpel ## SIZE ## _h_lowpass)(dst, src, stride, stride);\ FUNC 401 libavcodec/h264qpel_template.c FUNC(put_h264_qpel ## SIZE ## _h_lowpass)(half, src, SIZE*sizeof(pixel), stride);\ FUNC 402 libavcodec/h264qpel_template.c FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, src+sizeof(pixel), half, stride, stride, SIZE*sizeof(pixel), SIZE);\ FUNC 410 libavcodec/h264qpel_template.c FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel), stride, SIZE + 5);\ FUNC 411 libavcodec/h264qpel_template.c FUNC(put_h264_qpel ## SIZE ## _v_lowpass)(half, full_mid, SIZE*sizeof(pixel), SIZE*sizeof(pixel));\ FUNC 412 libavcodec/h264qpel_template.c FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, full_mid, half, stride, SIZE*sizeof(pixel), SIZE*sizeof(pixel), SIZE);\ FUNC 419 libavcodec/h264qpel_template.c FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel), stride, SIZE + 5);\ FUNC 420 libavcodec/h264qpel_template.c FUNC(OPNAME ## h264_qpel ## SIZE ## _v_lowpass)(dst, full_mid, stride, SIZE*sizeof(pixel));\ FUNC 428 libavcodec/h264qpel_template.c FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel), stride, SIZE + 5);\ FUNC 429 libavcodec/h264qpel_template.c FUNC(put_h264_qpel ## SIZE ## _v_lowpass)(half, full_mid, SIZE*sizeof(pixel), SIZE*sizeof(pixel));\ FUNC 430 libavcodec/h264qpel_template.c FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, full_mid+SIZE*sizeof(pixel), half, stride, SIZE*sizeof(pixel), SIZE*sizeof(pixel), SIZE);\ FUNC 439 libavcodec/h264qpel_template.c FUNC(put_h264_qpel ## SIZE ## _h_lowpass)(halfH, src, SIZE*sizeof(pixel), stride);\ FUNC 440 libavcodec/h264qpel_template.c FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel), stride, SIZE + 5);\ FUNC 441 libavcodec/h264qpel_template.c FUNC(put_h264_qpel ## SIZE ## _v_lowpass)(halfV, full_mid, SIZE*sizeof(pixel), SIZE*sizeof(pixel));\ FUNC 442 libavcodec/h264qpel_template.c FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(pixel), SIZE);\ FUNC 451 libavcodec/h264qpel_template.c FUNC(put_h264_qpel ## SIZE ## _h_lowpass)(halfH, src, SIZE*sizeof(pixel), stride);\ FUNC 452 libavcodec/h264qpel_template.c FUNC(copy_block ## SIZE )(full, src - stride*2 + sizeof(pixel), SIZE*sizeof(pixel), stride, SIZE + 5);\ FUNC 453 libavcodec/h264qpel_template.c FUNC(put_h264_qpel ## SIZE ## _v_lowpass)(halfV, full_mid, SIZE*sizeof(pixel), SIZE*sizeof(pixel));\ FUNC 454 libavcodec/h264qpel_template.c FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(pixel), SIZE);\ FUNC 463 libavcodec/h264qpel_template.c FUNC(put_h264_qpel ## SIZE ## _h_lowpass)(halfH, src + stride, SIZE*sizeof(pixel), stride);\ FUNC 464 libavcodec/h264qpel_template.c FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel), stride, SIZE + 5);\ FUNC 465 libavcodec/h264qpel_template.c FUNC(put_h264_qpel ## SIZE ## _v_lowpass)(halfV, full_mid, SIZE*sizeof(pixel), SIZE*sizeof(pixel));\ FUNC 466 libavcodec/h264qpel_template.c FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(pixel), SIZE);\ FUNC 475 libavcodec/h264qpel_template.c FUNC(put_h264_qpel ## SIZE ## _h_lowpass)(halfH, src + stride, SIZE*sizeof(pixel), stride);\ FUNC 476 libavcodec/h264qpel_template.c FUNC(copy_block ## SIZE )(full, src - stride*2 + sizeof(pixel), SIZE*sizeof(pixel), stride, SIZE + 5);\ FUNC 477 libavcodec/h264qpel_template.c FUNC(put_h264_qpel ## SIZE ## _v_lowpass)(halfV, full_mid, SIZE*sizeof(pixel), SIZE*sizeof(pixel));\ FUNC 478 libavcodec/h264qpel_template.c FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfV, stride, SIZE*sizeof(pixel), SIZE*sizeof(pixel), SIZE);\ FUNC 484 libavcodec/h264qpel_template.c FUNC(OPNAME ## h264_qpel ## SIZE ## _hv_lowpass)(dst, tmp, src, stride, SIZE*sizeof(pixel), stride);\ FUNC 492 libavcodec/h264qpel_template.c FUNC(put_h264_qpel ## SIZE ## _h_lowpass)(halfH, src, SIZE*sizeof(pixel), stride);\ FUNC 493 libavcodec/h264qpel_template.c FUNC(put_h264_qpel ## SIZE ## _hv_lowpass)(halfHV, tmp, src, SIZE*sizeof(pixel), SIZE*sizeof(pixel), stride);\ FUNC 494 libavcodec/h264qpel_template.c FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfHV, stride, SIZE*sizeof(pixel), SIZE*sizeof(pixel), SIZE);\ FUNC 502 libavcodec/h264qpel_template.c FUNC(put_h264_qpel ## SIZE ## _h_lowpass)(halfH, src + stride, SIZE*sizeof(pixel), stride);\ FUNC 503 libavcodec/h264qpel_template.c FUNC(put_h264_qpel ## SIZE ## _hv_lowpass)(halfHV, tmp, src, SIZE*sizeof(pixel), SIZE*sizeof(pixel), stride);\ FUNC 504 libavcodec/h264qpel_template.c FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfH, halfHV, stride, SIZE*sizeof(pixel), SIZE*sizeof(pixel), SIZE);\ FUNC 514 libavcodec/h264qpel_template.c FUNC(copy_block ## SIZE )(full, src - stride*2, SIZE*sizeof(pixel), stride, SIZE + 5);\ FUNC 515 libavcodec/h264qpel_template.c FUNC(put_h264_qpel ## SIZE ## _v_lowpass)(halfV, full_mid, SIZE*sizeof(pixel), SIZE*sizeof(pixel));\ FUNC 516 libavcodec/h264qpel_template.c FUNC(put_h264_qpel ## SIZE ## _hv_lowpass)(halfHV, tmp, src, SIZE*sizeof(pixel), SIZE*sizeof(pixel), stride);\ FUNC 517 libavcodec/h264qpel_template.c FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfV, halfHV, stride, SIZE*sizeof(pixel), SIZE*sizeof(pixel), SIZE);\ FUNC 527 libavcodec/h264qpel_template.c FUNC(copy_block ## SIZE )(full, src - stride*2 + sizeof(pixel), SIZE*sizeof(pixel), stride, SIZE + 5);\ FUNC 528 libavcodec/h264qpel_template.c FUNC(put_h264_qpel ## SIZE ## _v_lowpass)(halfV, full_mid, SIZE*sizeof(pixel), SIZE*sizeof(pixel));\ FUNC 529 libavcodec/h264qpel_template.c FUNC(put_h264_qpel ## SIZE ## _hv_lowpass)(halfHV, tmp, src, SIZE*sizeof(pixel), SIZE*sizeof(pixel), stride);\ FUNC 530 libavcodec/h264qpel_template.c FUNC(OPNAME ## pixels ## SIZE ## _l2)(dst, halfV, halfHV, stride, SIZE*sizeof(pixel), SIZE*sizeof(pixel), SIZE);\ FUNC 197 libavcodec/hevcdsp.c hevcdsp->put_pcm = FUNC(put_pcm, depth); \ FUNC 198 libavcodec/hevcdsp.c hevcdsp->transform_add[0] = FUNC(transform_add4x4, depth); \ FUNC 199 libavcodec/hevcdsp.c hevcdsp->transform_add[1] = FUNC(transform_add8x8, depth); \ FUNC 200 libavcodec/hevcdsp.c hevcdsp->transform_add[2] = FUNC(transform_add16x16, depth); \ FUNC 201 libavcodec/hevcdsp.c hevcdsp->transform_add[3] = FUNC(transform_add32x32, depth); \ FUNC 202 libavcodec/hevcdsp.c hevcdsp->transform_skip = FUNC(transform_skip, depth); \ FUNC 203 libavcodec/hevcdsp.c hevcdsp->transform_rdpcm = FUNC(transform_rdpcm, depth); \ FUNC 204 libavcodec/hevcdsp.c hevcdsp->idct_4x4_luma = FUNC(transform_4x4_luma, depth); \ FUNC 205 libavcodec/hevcdsp.c hevcdsp->idct[0] = FUNC(idct_4x4, depth); \ FUNC 206 libavcodec/hevcdsp.c hevcdsp->idct[1] = FUNC(idct_8x8, depth); \ FUNC 207 libavcodec/hevcdsp.c hevcdsp->idct[2] = FUNC(idct_16x16, depth); \ FUNC 208 libavcodec/hevcdsp.c hevcdsp->idct[3] = FUNC(idct_32x32, depth); \ FUNC 210 libavcodec/hevcdsp.c hevcdsp->idct_dc[0] = FUNC(idct_4x4_dc, depth); \ FUNC 211 libavcodec/hevcdsp.c hevcdsp->idct_dc[1] = FUNC(idct_8x8_dc, depth); \ FUNC 212 libavcodec/hevcdsp.c hevcdsp->idct_dc[2] = FUNC(idct_16x16_dc, depth); \ FUNC 213 libavcodec/hevcdsp.c hevcdsp->idct_dc[3] = FUNC(idct_32x32_dc, depth); \ FUNC 219 libavcodec/hevcdsp.c hevcdsp->sao_band_filter[4] = FUNC(sao_band_filter_0, depth); \ FUNC 224 libavcodec/hevcdsp.c hevcdsp->sao_edge_filter[4] = FUNC(sao_edge_filter, depth); \ FUNC 225 libavcodec/hevcdsp.c hevcdsp->sao_edge_restore[0] = FUNC(sao_edge_restore_0, depth); \ FUNC 226 libavcodec/hevcdsp.c hevcdsp->sao_edge_restore[1] = FUNC(sao_edge_restore_1, depth); \ FUNC 235 libavcodec/hevcdsp.c hevcdsp->hevc_h_loop_filter_luma = FUNC(hevc_h_loop_filter_luma, depth); \ FUNC 236 libavcodec/hevcdsp.c hevcdsp->hevc_v_loop_filter_luma = FUNC(hevc_v_loop_filter_luma, depth); \ FUNC 237 libavcodec/hevcdsp.c hevcdsp->hevc_h_loop_filter_chroma = FUNC(hevc_h_loop_filter_chroma, depth); \ FUNC 238 libavcodec/hevcdsp.c hevcdsp->hevc_v_loop_filter_chroma = FUNC(hevc_v_loop_filter_chroma, depth); \ FUNC 239 libavcodec/hevcdsp.c hevcdsp->hevc_h_loop_filter_luma_c = FUNC(hevc_h_loop_filter_luma, depth); \ FUNC 240 libavcodec/hevcdsp.c hevcdsp->hevc_v_loop_filter_luma_c = FUNC(hevc_v_loop_filter_luma, depth); \ FUNC 241 libavcodec/hevcdsp.c hevcdsp->hevc_h_loop_filter_chroma_c = FUNC(hevc_h_loop_filter_chroma, depth); \ FUNC 242 libavcodec/hevcdsp.c hevcdsp->hevc_v_loop_filter_chroma_c = FUNC(hevc_v_loop_filter_chroma, depth) FUNC 30 libavcodec/hevcdsp_template.c static void FUNC(put_pcm)(uint8_t *_dst, ptrdiff_t stride, int width, int height, FUNC 45 libavcodec/hevcdsp_template.c static av_always_inline void FUNC(transquant_bypass)(uint8_t *_dst, int16_t *coeffs, FUNC 62 libavcodec/hevcdsp_template.c static void FUNC(transform_add4x4)(uint8_t *_dst, int16_t *coeffs, FUNC 65 libavcodec/hevcdsp_template.c FUNC(transquant_bypass)(_dst, coeffs, stride, 4); FUNC 68 libavcodec/hevcdsp_template.c static void FUNC(transform_add8x8)(uint8_t *_dst, int16_t *coeffs, FUNC 71 libavcodec/hevcdsp_template.c FUNC(transquant_bypass)(_dst, coeffs, stride, 8); FUNC 74 libavcodec/hevcdsp_template.c static void FUNC(transform_add16x16)(uint8_t *_dst, int16_t *coeffs, FUNC 77 libavcodec/hevcdsp_template.c FUNC(transquant_bypass)(_dst, coeffs, stride, 16); FUNC 80 libavcodec/hevcdsp_template.c static void FUNC(transform_add32x32)(uint8_t *_dst, int16_t *coeffs, FUNC 83 libavcodec/hevcdsp_template.c FUNC(transquant_bypass)(_dst, coeffs, stride, 32); FUNC 87 libavcodec/hevcdsp_template.c static void FUNC(transform_rdpcm)(int16_t *_coeffs, int16_t log2_size, int mode) FUNC 109 libavcodec/hevcdsp_template.c static void FUNC(transform_skip)(int16_t *_coeffs, int16_t log2_size) FUNC 247 libavcodec/hevcdsp_template.c static void FUNC(idct_##H ##x ##H )( \ FUNC 271 libavcodec/hevcdsp_template.c static void FUNC(idct_##H ##x ##H ##_dc)( \ FUNC 304 libavcodec/hevcdsp_template.c static void FUNC(sao_band_filter_0)(uint8_t *_dst, uint8_t *_src, FUNC 330 libavcodec/hevcdsp_template.c static void FUNC(sao_edge_filter)(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int16_t *sao_offset_val, FUNC 361 libavcodec/hevcdsp_template.c static void FUNC(sao_edge_restore_0)(uint8_t *_dst, uint8_t *_src, FUNC 411 libavcodec/hevcdsp_template.c static void FUNC(sao_edge_restore_1)(uint8_t *_dst, uint8_t *_src, FUNC 502 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_pel_pixels)(int16_t *dst, FUNC 518 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_pel_uni_pixels)(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, FUNC 534 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_pel_bi_pixels)(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, FUNC 560 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_pel_uni_w_pixels)(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, FUNC 584 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_pel_bi_w_pixels)(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, FUNC 623 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_qpel_h)(int16_t *dst, FUNC 639 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_qpel_v)(int16_t *dst, FUNC 655 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_qpel_hv)(int16_t *dst, FUNC 687 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_qpel_uni_h)(uint8_t *_dst, ptrdiff_t _dststride, FUNC 713 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_qpel_bi_h)(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, FUNC 741 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_qpel_uni_v)(uint8_t *_dst, ptrdiff_t _dststride, FUNC 768 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_qpel_bi_v)(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, FUNC 796 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_qpel_uni_hv)(uint8_t *_dst, ptrdiff_t _dststride, FUNC 836 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_qpel_bi_hv)(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, FUNC 876 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_qpel_uni_w_h)(uint8_t *_dst, ptrdiff_t _dststride, FUNC 903 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_qpel_bi_w_h)(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, FUNC 931 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_qpel_uni_w_v)(uint8_t *_dst, ptrdiff_t _dststride, FUNC 958 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_qpel_bi_w_v)(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, FUNC 986 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_qpel_uni_w_hv)(uint8_t *_dst, ptrdiff_t _dststride, FUNC 1027 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_qpel_bi_w_hv)(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, FUNC 1076 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_epel_h)(int16_t *dst, FUNC 1092 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_epel_v)(int16_t *dst, FUNC 1109 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_epel_hv)(int16_t *dst, FUNC 1140 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_epel_uni_h)(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, FUNC 1164 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_epel_bi_h)(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, FUNC 1191 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_epel_uni_v)(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, FUNC 1215 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_epel_bi_v)(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, FUNC 1241 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_epel_uni_hv)(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, FUNC 1279 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_epel_bi_hv)(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, FUNC 1319 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_epel_uni_w_h)(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, FUNC 1345 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_epel_bi_w_h)(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, FUNC 1371 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_epel_uni_w_v)(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, FUNC 1397 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_epel_bi_w_v)(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, FUNC 1423 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_epel_uni_w_hv)(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, FUNC 1462 libavcodec/hevcdsp_template.c static void FUNC(put_hevc_epel_bi_w_hv)(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, FUNC 1520 libavcodec/hevcdsp_template.c static void FUNC(hevc_loop_filter_luma)(uint8_t *_pix, FUNC 1616 libavcodec/hevcdsp_template.c static void FUNC(hevc_loop_filter_chroma)(uint8_t *_pix, ptrdiff_t _xstride, FUNC 1650 libavcodec/hevcdsp_template.c static void FUNC(hevc_h_loop_filter_chroma)(uint8_t *pix, ptrdiff_t stride, FUNC 1654 libavcodec/hevcdsp_template.c FUNC(hevc_loop_filter_chroma)(pix, stride, sizeof(pixel), tc, no_p, no_q); FUNC 1657 libavcodec/hevcdsp_template.c static void FUNC(hevc_v_loop_filter_chroma)(uint8_t *pix, ptrdiff_t stride, FUNC 1661 libavcodec/hevcdsp_template.c FUNC(hevc_loop_filter_chroma)(pix, sizeof(pixel), stride, tc, no_p, no_q); FUNC 1664 libavcodec/hevcdsp_template.c static void FUNC(hevc_h_loop_filter_luma)(uint8_t *pix, ptrdiff_t stride, FUNC 1668 libavcodec/hevcdsp_template.c FUNC(hevc_loop_filter_luma)(pix, stride, sizeof(pixel), FUNC 1672 libavcodec/hevcdsp_template.c static void FUNC(hevc_v_loop_filter_luma)(uint8_t *pix, ptrdiff_t stride, FUNC 1676 libavcodec/hevcdsp_template.c FUNC(hevc_loop_filter_luma)(pix, sizeof(pixel), stride, FUNC 49 libavcodec/hevcpred.c hpc->intra_pred[0] = FUNC(intra_pred_2, depth); \ FUNC 50 libavcodec/hevcpred.c hpc->intra_pred[1] = FUNC(intra_pred_3, depth); \ FUNC 51 libavcodec/hevcpred.c hpc->intra_pred[2] = FUNC(intra_pred_4, depth); \ FUNC 52 libavcodec/hevcpred.c hpc->intra_pred[3] = FUNC(intra_pred_5, depth); \ FUNC 53 libavcodec/hevcpred.c hpc->pred_planar[0] = FUNC(pred_planar_0, depth); \ FUNC 54 libavcodec/hevcpred.c hpc->pred_planar[1] = FUNC(pred_planar_1, depth); \ FUNC 55 libavcodec/hevcpred.c hpc->pred_planar[2] = FUNC(pred_planar_2, depth); \ FUNC 56 libavcodec/hevcpred.c hpc->pred_planar[3] = FUNC(pred_planar_3, depth); \ FUNC 57 libavcodec/hevcpred.c hpc->pred_dc = FUNC(pred_dc, depth); \ FUNC 58 libavcodec/hevcpred.c hpc->pred_angular[0] = FUNC(pred_angular_0, depth); \ FUNC 59 libavcodec/hevcpred.c hpc->pred_angular[1] = FUNC(pred_angular_1, depth); \ FUNC 60 libavcodec/hevcpred.c hpc->pred_angular[2] = FUNC(pred_angular_2, depth); \ FUNC 61 libavcodec/hevcpred.c hpc->pred_angular[3] = FUNC(pred_angular_3, depth); FUNC 30 libavcodec/hevcpred_template.c static av_always_inline void FUNC(intra_pred)(HEVCContext *s, int x0, int y0, FUNC 348 libavcodec/hevcpred_template.c static void FUNC(intra_pred_ ## size)(HEVCContext *s, int x0, int y0, int c_idx) \ FUNC 350 libavcodec/hevcpred_template.c FUNC(intra_pred)(s, x0, y0, size, c_idx); \ FUNC 360 libavcodec/hevcpred_template.c static av_always_inline void FUNC(pred_planar)(uint8_t *_src, const uint8_t *_top, FUNC 376 libavcodec/hevcpred_template.c static void FUNC(pred_planar_ ## size)(uint8_t *src, const uint8_t *top, \ FUNC 379 libavcodec/hevcpred_template.c FUNC(pred_planar)(src, top, left, stride, size + 2); \ FUNC 389 libavcodec/hevcpred_template.c static void FUNC(pred_dc)(uint8_t *_src, const uint8_t *_top, FUNC 420 libavcodec/hevcpred_template.c static av_always_inline void FUNC(pred_angular)(uint8_t *_src, FUNC 513 libavcodec/hevcpred_template.c static void FUNC(pred_angular_0)(uint8_t *src, const uint8_t *top, FUNC 517 libavcodec/hevcpred_template.c FUNC(pred_angular)(src, top, left, stride, c_idx, mode, 1 << 2); FUNC 520 libavcodec/hevcpred_template.c static void FUNC(pred_angular_1)(uint8_t *src, const uint8_t *top, FUNC 524 libavcodec/hevcpred_template.c FUNC(pred_angular)(src, top, left, stride, c_idx, mode, 1 << 3); FUNC 527 libavcodec/hevcpred_template.c static void FUNC(pred_angular_2)(uint8_t *src, const uint8_t *top, FUNC 531 libavcodec/hevcpred_template.c FUNC(pred_angular)(src, top, left, stride, c_idx, mode, 1 << 4); FUNC 534 libavcodec/hevcpred_template.c static void FUNC(pred_angular_3)(uint8_t *src, const uint8_t *top, FUNC 538 libavcodec/hevcpred_template.c FUNC(pred_angular)(src, top, left, stride, c_idx, mode, 1 << 5); FUNC 29 libavcodec/hpel_template.c static inline void FUNC(OPNAME ## _pixels8_l2)(uint8_t *dst, \ FUNC 50 libavcodec/hpel_template.c static inline void FUNC(OPNAME ## _pixels4_l2)(uint8_t *dst, \ FUNC 67 libavcodec/hpel_template.c static inline void FUNC(OPNAME ## _pixels2_l2)(uint8_t *dst, \ FUNC 84 libavcodec/hpel_template.c static inline void FUNC(OPNAME ## _pixels16_l2)(uint8_t *dst, \ FUNC 92 libavcodec/hpel_template.c FUNC(OPNAME ## _pixels8_l2)(dst, src1, src2, dst_stride, \ FUNC 94 libavcodec/hpel_template.c FUNC(OPNAME ## _pixels8_l2)(dst + 8 * sizeof(pixel), \ FUNC 265 libavcodec/jfdctint_template.c FUNC(ff_jpeg_fdct_islow)(int16_t *data) FUNC 273 libavcodec/jfdctint_template.c FUNC(row_fdct)(data); FUNC 347 libavcodec/jfdctint_template.c FUNC(ff_fdct248_islow)(int16_t *data) FUNC 355 libavcodec/jfdctint_template.c FUNC(row_fdct)(data); FUNC 104 libavcodec/simple_idct_template.c static inline void FUNC(idctRowCondDC)(int16_t *row, int extra_shift) FUNC 239 libavcodec/simple_idct_template.c static inline void FUNC(idctSparseColPut)(pixel *dest, int line_size, FUNC 263 libavcodec/simple_idct_template.c static inline void FUNC(idctSparseColAdd)(pixel *dest, int line_size, FUNC 303 libavcodec/simple_idct_template.c void FUNC(ff_simple_idct_put)(uint8_t *dest_, int line_size, int16_t *block) FUNC 311 libavcodec/simple_idct_template.c FUNC(idctRowCondDC)(block + i*8, 0); FUNC 314 libavcodec/simple_idct_template.c FUNC(idctSparseColPut)(dest + i, line_size, block + i); FUNC 317 libavcodec/simple_idct_template.c void FUNC(ff_simple_idct_add)(uint8_t *dest_, int line_size, int16_t *block) FUNC 325 libavcodec/simple_idct_template.c FUNC(idctRowCondDC)(block + i*8, 0); FUNC 328 libavcodec/simple_idct_template.c FUNC(idctSparseColAdd)(dest + i, line_size, block + i); FUNC 336 libavcodec/simple_idct_template.c FUNC(idctRowCondDC)(block + i*8, 0); FUNC 339 libavcodec/simple_idct_template.c FUNC(idctSparseCol)(block + i); FUNC 23 libavcodec/videodsp_template.c void FUNC(ff_emulated_edge_mc)(uint8_t *buf, const uint8_t *src, FUNC 57 libswscale/colorspace-test.c FUNC(2, 2, rgb12to15), FUNC 58 libswscale/colorspace-test.c FUNC(2, 2, rgb15to16), FUNC 59 libswscale/colorspace-test.c FUNC(2, 3, rgb15to24), FUNC 60 libswscale/colorspace-test.c FUNC(2, 4, rgb15to32), FUNC 61 libswscale/colorspace-test.c FUNC(2, 3, rgb16to24), FUNC 62 libswscale/colorspace-test.c FUNC(2, 4, rgb16to32), FUNC 63 libswscale/colorspace-test.c FUNC(3, 2, rgb24to15), FUNC 64 libswscale/colorspace-test.c FUNC(3, 2, rgb24to16), FUNC 65 libswscale/colorspace-test.c FUNC(3, 4, rgb24to32), FUNC 66 libswscale/colorspace-test.c FUNC(4, 2, rgb32to15), FUNC 67 libswscale/colorspace-test.c FUNC(4, 2, rgb32to16), FUNC 68 libswscale/colorspace-test.c FUNC(4, 3, rgb32to24), FUNC 69 libswscale/colorspace-test.c FUNC(2, 2, rgb16to15), FUNC 70 libswscale/colorspace-test.c FUNC(2, 2, rgb12tobgr12), FUNC 71 libswscale/colorspace-test.c FUNC(2, 2, rgb15tobgr15), FUNC 72 libswscale/colorspace-test.c FUNC(2, 2, rgb15tobgr16), FUNC 73 libswscale/colorspace-test.c FUNC(2, 3, rgb15tobgr24), FUNC 74 libswscale/colorspace-test.c FUNC(2, 4, rgb15tobgr32), FUNC 75 libswscale/colorspace-test.c FUNC(2, 2, rgb16tobgr15), FUNC 76 libswscale/colorspace-test.c FUNC(2, 2, rgb16tobgr16), FUNC 77 libswscale/colorspace-test.c FUNC(2, 3, rgb16tobgr24), FUNC 78 libswscale/colorspace-test.c FUNC(2, 4, rgb16tobgr32), FUNC 79 libswscale/colorspace-test.c FUNC(3, 2, rgb24tobgr15), FUNC 80 libswscale/colorspace-test.c FUNC(3, 2, rgb24tobgr16), FUNC 81 libswscale/colorspace-test.c FUNC(3, 3, rgb24tobgr24), FUNC 82 libswscale/colorspace-test.c FUNC(3, 4, rgb24tobgr32), FUNC 83 libswscale/colorspace-test.c FUNC(4, 2, rgb32tobgr15), FUNC 84 libswscale/colorspace-test.c FUNC(4, 2, rgb32tobgr16), FUNC 85 libswscale/colorspace-test.c FUNC(4, 3, rgb32tobgr24), FUNC 86 libswscale/colorspace-test.c FUNC(4, 4, shuffle_bytes_2103), /* rgb32tobgr32 */ FUNC 87 libswscale/colorspace-test.c FUNC(6, 6, rgb48tobgr48_nobswap), FUNC 88 libswscale/colorspace-test.c FUNC(6, 6, rgb48tobgr48_bswap), FUNC 89 libswscale/colorspace-test.c FUNC(8, 6, rgb64to48_nobswap), FUNC 90 libswscale/colorspace-test.c FUNC(8, 6, rgb64to48_bswap), FUNC 91 libswscale/colorspace-test.c FUNC(8, 6, rgb64tobgr48_nobswap), FUNC 92 libswscale/colorspace-test.c FUNC(8, 6, rgb64tobgr48_bswap), FUNC 93 libswscale/colorspace-test.c FUNC(0, 0, NULL)