RENAME             94 libavcodec/x86/mpegvideo_mmx_template.c static int RENAME(dct_quantize)(MpegEncContext *s,
RENAME            831 libpostproc/postprocess_altivec_template.c static inline void RENAME(tempNoiseReducer)(uint8_t *src, int stride,
RENAME             63 libpostproc/postprocess_template.c static inline int RENAME(vertClassify)(uint8_t src[], int stride, PPContext *c){
RENAME            180 libpostproc/postprocess_template.c static inline void RENAME(doVertLowPass)(uint8_t *src, int stride, PPContext *c)
RENAME            365 libpostproc/postprocess_template.c static inline void RENAME(vertRK1Filter)(uint8_t *src, int stride, int QP)
RENAME            463 libpostproc/postprocess_template.c static inline void RENAME(vertX1Filter)(uint8_t *src, int stride, PPContext *co)
RENAME            589 libpostproc/postprocess_template.c static inline void RENAME(doVertDefFilter)(uint8_t src[], int stride, PPContext *c)
RENAME           1147 libpostproc/postprocess_template.c static inline void RENAME(dering)(uint8_t src[], int stride, PPContext *c)
RENAME           1500 libpostproc/postprocess_template.c static inline void RENAME(deInterlaceInterpolateLinear)(uint8_t src[], int stride)
RENAME           1553 libpostproc/postprocess_template.c static inline void RENAME(deInterlaceInterpolateCubic)(uint8_t src[], int stride)
RENAME           1617 libpostproc/postprocess_template.c static inline void RENAME(deInterlaceFF)(uint8_t src[], int stride, uint8_t *tmp)
RENAME           1696 libpostproc/postprocess_template.c static inline void RENAME(deInterlaceL5)(uint8_t src[], int stride, uint8_t *tmp, uint8_t *tmp2)
RENAME           1797 libpostproc/postprocess_template.c static inline void RENAME(deInterlaceBlendLinear)(uint8_t src[], int stride, uint8_t *tmp)
RENAME           1898 libpostproc/postprocess_template.c static inline void RENAME(deInterlaceMedian)(uint8_t src[], int stride)
RENAME           2019 libpostproc/postprocess_template.c static inline void RENAME(transpose1)(uint8_t *dst1, uint8_t *dst2, uint8_t *src, int srcStride)
RENAME           2104 libpostproc/postprocess_template.c static inline void RENAME(transpose2)(uint8_t *dst, int dstStride, uint8_t *src)
RENAME           2184 libpostproc/postprocess_template.c static inline void RENAME(tempNoiseReducer)(uint8_t *src, int stride,
RENAME           2573 libpostproc/postprocess_template.c static av_always_inline void RENAME(do_a_deblock)(uint8_t *src, int step, int stride, PPContext *c){
RENAME           3107 libpostproc/postprocess_template.c static void RENAME(postProcess)(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height,
RENAME           3116 libpostproc/postprocess_template.c static inline void RENAME(blockCopy)(uint8_t dst[], int dstStride, const uint8_t src[], int srcStride,
RENAME           3244 libpostproc/postprocess_template.c static inline void RENAME(duplicate)(uint8_t src[], int stride)
RENAME           3269 libpostproc/postprocess_template.c static void RENAME(postProcess)(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height,
RENAME           3423 libpostproc/postprocess_template.c             RENAME(blockCopy)(dstBlock + dstStride*8, dstStride,
RENAME           3426 libpostproc/postprocess_template.c             RENAME(duplicate)(dstBlock + dstStride*8, dstStride);
RENAME           3429 libpostproc/postprocess_template.c                 RENAME(deInterlaceInterpolateLinear)(dstBlock, dstStride);
RENAME           3431 libpostproc/postprocess_template.c                 RENAME(deInterlaceBlendLinear)(dstBlock, dstStride, c.deintTemp + x);
RENAME           3433 libpostproc/postprocess_template.c                 RENAME(deInterlaceMedian)(dstBlock, dstStride);
RENAME           3435 libpostproc/postprocess_template.c                 RENAME(deInterlaceInterpolateCubic)(dstBlock, dstStride);
RENAME           3437 libpostproc/postprocess_template.c                 RENAME(deInterlaceFF)(dstBlock, dstStride, c.deintTemp + x);
RENAME           3439 libpostproc/postprocess_template.c                 RENAME(deInterlaceL5)(dstBlock, dstStride, c.deintTemp + x, c.deintTemp + width + x);
RENAME           3559 libpostproc/postprocess_template.c             RENAME(blockCopy)(dstBlock + dstStride*copyAhead, dstStride,
RENAME           3563 libpostproc/postprocess_template.c                 RENAME(deInterlaceInterpolateLinear)(dstBlock, dstStride);
RENAME           3565 libpostproc/postprocess_template.c                 RENAME(deInterlaceBlendLinear)(dstBlock, dstStride, c.deintTemp + x);
RENAME           3567 libpostproc/postprocess_template.c                 RENAME(deInterlaceMedian)(dstBlock, dstStride);
RENAME           3569 libpostproc/postprocess_template.c                 RENAME(deInterlaceInterpolateCubic)(dstBlock, dstStride);
RENAME           3571 libpostproc/postprocess_template.c                 RENAME(deInterlaceFF)(dstBlock, dstStride, c.deintTemp + x);
RENAME           3573 libpostproc/postprocess_template.c                 RENAME(deInterlaceL5)(dstBlock, dstStride, c.deintTemp + x, c.deintTemp + width + x);
RENAME           3581 libpostproc/postprocess_template.c                     RENAME(vertX1Filter)(dstBlock, stride, &c);
RENAME           3583 libpostproc/postprocess_template.c                     const int t= RENAME(vertClassify)(dstBlock, stride, &c);
RENAME           3586 libpostproc/postprocess_template.c                         RENAME(doVertLowPass)(dstBlock, stride, &c);
RENAME           3588 libpostproc/postprocess_template.c                         RENAME(doVertDefFilter)(dstBlock, stride, &c);
RENAME           3590 libpostproc/postprocess_template.c                     RENAME(do_a_deblock)(dstBlock, stride, 1, &c);
RENAME           3595 libpostproc/postprocess_template.c             RENAME(transpose1)(tempBlock1, tempBlock2, dstBlock, dstStride);
RENAME           3601 libpostproc/postprocess_template.c                         RENAME(vertX1Filter)(tempBlock1, 16, &c);
RENAME           3604 libpostproc/postprocess_template.c                     const int t= RENAME(vertClassify)(tempBlock1, 16, &c);
RENAME           3607 libpostproc/postprocess_template.c                         RENAME(doVertLowPass)(tempBlock1, 16, &c);
RENAME           3609 libpostproc/postprocess_template.c                         RENAME(doVertDefFilter)(tempBlock1, 16, &c);
RENAME           3611 libpostproc/postprocess_template.c                         RENAME(do_a_deblock)(tempBlock1, 16, 1, &c);
RENAME           3614 libpostproc/postprocess_template.c                 RENAME(transpose2)(dstBlock-4, dstStride, tempBlock1 + 4*16);
RENAME           3634 libpostproc/postprocess_template.c                     const int t= RENAME(horizClassify)(dstBlock-4, stride, &c);
RENAME           3637 libpostproc/postprocess_template.c                         RENAME(doHorizLowPass)(dstBlock-4, stride, &c);
RENAME           3639 libpostproc/postprocess_template.c                         RENAME(doHorizDefFilter)(dstBlock-4, stride, &c);
RENAME           3642 libpostproc/postprocess_template.c                     RENAME(do_a_deblock)(dstBlock-8, 1, stride, &c);
RENAME           3647 libpostproc/postprocess_template.c                     if(y>0) RENAME(dering)(dstBlock - stride - 8, stride, &c);
RENAME           3652 libpostproc/postprocess_template.c                     RENAME(tempNoiseReducer)(dstBlock-8, stride,
RENAME           3670 libpostproc/postprocess_template.c             if(y > 0) RENAME(dering)(dstBlock - dstStride - 8, dstStride, &c);
RENAME           3674 libpostproc/postprocess_template.c             RENAME(tempNoiseReducer)(dstBlock-8, dstStride,
RENAME             74 libswscale/rgb2rgb_template.c static inline void RENAME(rgb24tobgr32)(const uint8_t *src, uint8_t *dst, long src_size)
RENAME            134 libswscale/rgb2rgb_template.c static inline void RENAME(rgb32tobgr24)(const uint8_t *src, uint8_t *dst, long src_size)
RENAME            226 libswscale/rgb2rgb_template.c static inline void RENAME(rgb15to16)(const uint8_t *src, uint8_t *dst, long src_size)
RENAME            275 libswscale/rgb2rgb_template.c static inline void RENAME(rgb16to15)(const uint8_t *src, uint8_t *dst, long src_size)
RENAME            331 libswscale/rgb2rgb_template.c static inline void RENAME(rgb32to16)(const uint8_t *src, uint8_t *dst, long src_size)
RENAME            429 libswscale/rgb2rgb_template.c static inline void RENAME(rgb32tobgr16)(const uint8_t *src, uint8_t *dst, long src_size)
RENAME            490 libswscale/rgb2rgb_template.c static inline void RENAME(rgb32to15)(const uint8_t *src, uint8_t *dst, long src_size)
RENAME            588 libswscale/rgb2rgb_template.c static inline void RENAME(rgb32tobgr15)(const uint8_t *src, uint8_t *dst, long src_size)
RENAME            649 libswscale/rgb2rgb_template.c static inline void RENAME(rgb24tobgr16)(const uint8_t *src, uint8_t *dst, long src_size)
RENAME            712 libswscale/rgb2rgb_template.c static inline void RENAME(rgb24to16)(const uint8_t *src, uint8_t *dst, long src_size)
RENAME            775 libswscale/rgb2rgb_template.c static inline void RENAME(rgb24tobgr15)(const uint8_t *src, uint8_t *dst, long src_size)
RENAME            838 libswscale/rgb2rgb_template.c static inline void RENAME(rgb24to15)(const uint8_t *src, uint8_t *dst, long src_size)
RENAME            922 libswscale/rgb2rgb_template.c static inline void RENAME(rgb15tobgr24)(const uint8_t *src, uint8_t *dst, long src_size)
RENAME           1064 libswscale/rgb2rgb_template.c static inline void RENAME(rgb16tobgr24)(const uint8_t *src, uint8_t *dst, long src_size)
RENAME           1205 libswscale/rgb2rgb_template.c static inline void RENAME(rgb15to32)(const uint8_t *src, uint8_t *dst, long src_size)
RENAME           1283 libswscale/rgb2rgb_template.c static inline void RENAME(rgb16to32)(const uint8_t *src, uint8_t *dst, long src_size)
RENAME           1355 libswscale/rgb2rgb_template.c static inline void RENAME(rgb32tobgr32)(const uint8_t *src, uint8_t *dst, long src_size)
RENAME           1419 libswscale/rgb2rgb_template.c static inline void RENAME(rgb24tobgr24)(const uint8_t *src, uint8_t *dst, long src_size)
RENAME           1489 libswscale/rgb2rgb_template.c static inline void RENAME(yuvPlanartoyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst,
RENAME           1633 libswscale/rgb2rgb_template.c static inline void RENAME(yv12toyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst,
RENAME           1638 libswscale/rgb2rgb_template.c     RENAME(yuvPlanartoyuy2)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 2);
RENAME           1641 libswscale/rgb2rgb_template.c static inline void RENAME(yuvPlanartouyvy)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst,
RENAME           1739 libswscale/rgb2rgb_template.c static inline void RENAME(yv12touyvy)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst,
RENAME           1744 libswscale/rgb2rgb_template.c     RENAME(yuvPlanartouyvy)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 2);
RENAME           1750 libswscale/rgb2rgb_template.c static inline void RENAME(yuv422ptouyvy)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst,
RENAME           1754 libswscale/rgb2rgb_template.c     RENAME(yuvPlanartouyvy)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 1);
RENAME           1760 libswscale/rgb2rgb_template.c static inline void RENAME(yuv422ptoyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst,
RENAME           1764 libswscale/rgb2rgb_template.c     RENAME(yuvPlanartoyuy2)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 1);
RENAME           1771 libswscale/rgb2rgb_template.c static inline void RENAME(yuy2toyv12)(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst,
RENAME           1891 libswscale/rgb2rgb_template.c static inline void RENAME(yvu9toyv12)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc,
RENAME           1901 libswscale/rgb2rgb_template.c static inline void RENAME(planar2x)(const uint8_t *src, uint8_t *dst, long srcWidth, long srcHeight, long srcStride, long dstStride)
RENAME           2009 libswscale/rgb2rgb_template.c static inline void RENAME(uyvytoyv12)(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst,
RENAME           2136 libswscale/rgb2rgb_template.c static inline void RENAME(rgb24toyv12)(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst,
RENAME           2432 libswscale/rgb2rgb_template.c static void RENAME(interleaveBytes)(uint8_t *src1, uint8_t *src2, uint8_t *dest,
RENAME           2513 libswscale/rgb2rgb_template.c static inline void RENAME(vu9_to_vu12)(const uint8_t *src1, const uint8_t *src2,
RENAME           2616 libswscale/rgb2rgb_template.c static inline void RENAME(yvu9_to_yuy2)(const uint8_t *src1, const uint8_t *src2, const uint8_t *src3,
RENAME           2708 libswscale/rgb2rgb_template.c     rgb15to16       = RENAME(rgb15to16);
RENAME           2709 libswscale/rgb2rgb_template.c     rgb15tobgr24    = RENAME(rgb15tobgr24);
RENAME           2710 libswscale/rgb2rgb_template.c     rgb15to32       = RENAME(rgb15to32);
RENAME           2711 libswscale/rgb2rgb_template.c     rgb16tobgr24    = RENAME(rgb16tobgr24);
RENAME           2712 libswscale/rgb2rgb_template.c     rgb16to32       = RENAME(rgb16to32);
RENAME           2713 libswscale/rgb2rgb_template.c     rgb16to15       = RENAME(rgb16to15);
RENAME           2714 libswscale/rgb2rgb_template.c     rgb24tobgr16    = RENAME(rgb24tobgr16);
RENAME           2715 libswscale/rgb2rgb_template.c     rgb24tobgr15    = RENAME(rgb24tobgr15);
RENAME           2716 libswscale/rgb2rgb_template.c     rgb24tobgr32    = RENAME(rgb24tobgr32);
RENAME           2717 libswscale/rgb2rgb_template.c     rgb32to16       = RENAME(rgb32to16);
RENAME           2718 libswscale/rgb2rgb_template.c     rgb32to15       = RENAME(rgb32to15);
RENAME           2719 libswscale/rgb2rgb_template.c     rgb32tobgr24    = RENAME(rgb32tobgr24);
RENAME           2720 libswscale/rgb2rgb_template.c     rgb24to15       = RENAME(rgb24to15);
RENAME           2721 libswscale/rgb2rgb_template.c     rgb24to16       = RENAME(rgb24to16);
RENAME           2722 libswscale/rgb2rgb_template.c     rgb24tobgr24    = RENAME(rgb24tobgr24);
RENAME           2723 libswscale/rgb2rgb_template.c     rgb32tobgr32    = RENAME(rgb32tobgr32);
RENAME           2724 libswscale/rgb2rgb_template.c     rgb32tobgr16    = RENAME(rgb32tobgr16);
RENAME           2725 libswscale/rgb2rgb_template.c     rgb32tobgr15    = RENAME(rgb32tobgr15);
RENAME           2726 libswscale/rgb2rgb_template.c     yv12toyuy2      = RENAME(yv12toyuy2);
RENAME           2727 libswscale/rgb2rgb_template.c     yv12touyvy      = RENAME(yv12touyvy);
RENAME           2728 libswscale/rgb2rgb_template.c     yuv422ptoyuy2   = RENAME(yuv422ptoyuy2);
RENAME           2729 libswscale/rgb2rgb_template.c     yuv422ptouyvy   = RENAME(yuv422ptouyvy);
RENAME           2730 libswscale/rgb2rgb_template.c     yuy2toyv12      = RENAME(yuy2toyv12);
RENAME           2733 libswscale/rgb2rgb_template.c     planar2x        = RENAME(planar2x);
RENAME           2734 libswscale/rgb2rgb_template.c     rgb24toyv12     = RENAME(rgb24toyv12);
RENAME           2735 libswscale/rgb2rgb_template.c     interleaveBytes = RENAME(interleaveBytes);
RENAME           2736 libswscale/rgb2rgb_template.c     vu9_to_vu12     = RENAME(vu9_to_vu12);
RENAME           2737 libswscale/rgb2rgb_template.c     yvu9_to_yuy2    = RENAME(yvu9_to_yuy2);
RENAME            911 libswscale/swscale_template.c static inline void RENAME(yuv2yuvX)(SwsContext *c, int16_t *lumFilter, int16_t **lumSrc, int lumFilterSize,
RENAME            946 libswscale/swscale_template.c static inline void RENAME(yuv2nv12X)(SwsContext *c, int16_t *lumFilter, int16_t **lumSrc, int lumFilterSize,
RENAME            955 libswscale/swscale_template.c static inline void RENAME(yuv2yuv1)(SwsContext *c, int16_t *lumSrc, int16_t *chrSrc,
RENAME           1022 libswscale/swscale_template.c static inline void RENAME(yuv2packedX)(SwsContext *c, int16_t *lumFilter, int16_t **lumSrc, int lumFilterSize,
RENAME           1181 libswscale/swscale_template.c static inline void RENAME(yuv2packed2)(SwsContext *c, uint16_t *buf0, uint16_t *buf1, uint16_t *uvbuf0, uint16_t *uvbuf1,
RENAME           1288 libswscale/swscale_template.c static inline void RENAME(yuv2packed1)(SwsContext *c, uint16_t *buf0, uint16_t *uvbuf0, uint16_t *uvbuf1,
RENAME           1299 libswscale/swscale_template.c         RENAME(yuv2packed2)(c, buf0, buf0, uvbuf0, uvbuf1, dest, dstW, 0, uvalpha, y);
RENAME           1503 libswscale/swscale_template.c static inline void RENAME(yuy2ToY)(uint8_t *dst, uint8_t *src, long width, uint32_t *unused)
RENAME           1528 libswscale/swscale_template.c static inline void RENAME(yuy2ToUV)(uint8_t *dstU, uint8_t *dstV, uint8_t *src1, uint8_t *src2, long width, uint32_t *unused)
RENAME           1565 libswscale/swscale_template.c static inline void RENAME(uyvyToY)(uint8_t *dst, uint8_t *src, long width, uint32_t *unused)
RENAME           1589 libswscale/swscale_template.c static inline void RENAME(uyvyToUV)(uint8_t *dstU, uint8_t *dstV, uint8_t *src1, uint8_t *src2, long width, uint32_t *unused)
RENAME           1625 libswscale/swscale_template.c static inline void RENAME(name)(uint8_t *dst, uint8_t *src, long width, uint32_t *unused)\
RENAME           1646 libswscale/swscale_template.c static inline void RENAME(name)(uint8_t *dstU, uint8_t *dstV, uint8_t *src, uint8_t *dummy, long width, uint32_t *unused)\
RENAME           1659 libswscale/swscale_template.c static inline void RENAME(name ## _half)(uint8_t *dstU, uint8_t *dstV, uint8_t *src, uint8_t *dummy, long width, uint32_t *unused)\
RENAME           1686 libswscale/swscale_template.c static inline void RENAME(bgr24ToY_mmx)(uint8_t *dst, uint8_t *src, long width, int srcFormat)
RENAME           1739 libswscale/swscale_template.c static inline void RENAME(bgr24ToUV_mmx)(uint8_t *dstU, uint8_t *dstV, uint8_t *src, long width, int srcFormat)
RENAME           1798 libswscale/swscale_template.c static inline void RENAME(bgr24ToY)(uint8_t *dst, uint8_t *src, long width, uint32_t *unused)
RENAME           1801 libswscale/swscale_template.c     RENAME(bgr24ToY_mmx)(dst, src, width, PIX_FMT_BGR24);
RENAME           1815 libswscale/swscale_template.c static inline void RENAME(bgr24ToUV)(uint8_t *dstU, uint8_t *dstV, uint8_t *src1, uint8_t *src2, long width, uint32_t *unused)
RENAME           1818 libswscale/swscale_template.c     RENAME(bgr24ToUV_mmx)(dstU, dstV, src1, width, PIX_FMT_BGR24);
RENAME           1834 libswscale/swscale_template.c static inline void RENAME(bgr24ToUV_half)(uint8_t *dstU, uint8_t *dstV, uint8_t *src1, uint8_t *src2, long width, uint32_t *unused)
RENAME           1849 libswscale/swscale_template.c static inline void RENAME(rgb24ToY)(uint8_t *dst, uint8_t *src, long width, uint32_t *unused)
RENAME           1852 libswscale/swscale_template.c     RENAME(bgr24ToY_mmx)(dst, src, width, PIX_FMT_RGB24);
RENAME           1866 libswscale/swscale_template.c static inline void RENAME(rgb24ToUV)(uint8_t *dstU, uint8_t *dstV, uint8_t *src1, uint8_t *src2, long width, uint32_t *unused)
RENAME           1870 libswscale/swscale_template.c     RENAME(bgr24ToUV_mmx)(dstU, dstV, src1, width, PIX_FMT_RGB24);
RENAME           1886 libswscale/swscale_template.c static inline void RENAME(rgb24ToUV_half)(uint8_t *dstU, uint8_t *dstV, uint8_t *src1, uint8_t *src2, long width, uint32_t *unused)
RENAME           1902 libswscale/swscale_template.c static inline void RENAME(palToY)(uint8_t *dst, uint8_t *src, long width, uint32_t *pal)
RENAME           1913 libswscale/swscale_template.c static inline void RENAME(palToUV)(uint8_t *dstU, uint8_t *dstV, uint8_t *src1, uint8_t *src2, long width, uint32_t *pal)
RENAME           1926 libswscale/swscale_template.c static inline void RENAME(monowhite2Y)(uint8_t *dst, uint8_t *src, long width, uint32_t *unused)
RENAME           1936 libswscale/swscale_template.c static inline void RENAME(monoblack2Y)(uint8_t *dst, uint8_t *src, long width, uint32_t *unused)
RENAME           1947 libswscale/swscale_template.c static inline void RENAME(hScale)(int16_t *dst, int dstW, uint8_t *src, int srcW, int xInc,
RENAME           2129 libswscale/swscale_template.c static inline void RENAME(hyscale)(SwsContext *c, uint16_t *dst, long dstWidth, uint8_t *src, int srcW, int xInc,
RENAME           2137 libswscale/swscale_template.c         RENAME(yuy2ToY)(formatConvBuffer, src, srcW, pal);
RENAME           2142 libswscale/swscale_template.c         RENAME(uyvyToY)(formatConvBuffer, src, srcW, pal);
RENAME           2147 libswscale/swscale_template.c         RENAME(bgr32ToY)(formatConvBuffer, src, srcW, pal);
RENAME           2152 libswscale/swscale_template.c         RENAME(bgr32ToY)(formatConvBuffer, src+ALT32_CORR, srcW, pal);
RENAME           2157 libswscale/swscale_template.c         RENAME(bgr24ToY)(formatConvBuffer, src, srcW, pal);
RENAME           2162 libswscale/swscale_template.c         RENAME(bgr16ToY)(formatConvBuffer, src, srcW, pal);
RENAME           2167 libswscale/swscale_template.c         RENAME(bgr15ToY)(formatConvBuffer, src, srcW, pal);
RENAME           2172 libswscale/swscale_template.c         RENAME(rgb32ToY)(formatConvBuffer, src, srcW, pal);
RENAME           2177 libswscale/swscale_template.c         RENAME(rgb32ToY)(formatConvBuffer, src+ALT32_CORR, srcW, pal);
RENAME           2182 libswscale/swscale_template.c         RENAME(rgb24ToY)(formatConvBuffer, src, srcW, pal);
RENAME           2187 libswscale/swscale_template.c         RENAME(rgb16ToY)(formatConvBuffer, src, srcW, pal);
RENAME           2192 libswscale/swscale_template.c         RENAME(rgb15ToY)(formatConvBuffer, src, srcW, pal);
RENAME           2197 libswscale/swscale_template.c         RENAME(palToY)(formatConvBuffer, src, srcW, pal);
RENAME           2202 libswscale/swscale_template.c         RENAME(monoblack2Y)(formatConvBuffer, src, srcW, pal);
RENAME           2207 libswscale/swscale_template.c         RENAME(monowhite2Y)(formatConvBuffer, src, srcW, pal);
RENAME           2218 libswscale/swscale_template.c         RENAME(hScale)(dst, dstWidth, src, srcW, xInc, hLumFilter, hLumFilterPos, hLumFilterSize);
RENAME           2364 libswscale/swscale_template.c inline static void RENAME(hcscale)(SwsContext *c, uint16_t *dst, long dstWidth, uint8_t *src1, uint8_t *src2,
RENAME           2372 libswscale/swscale_template.c         RENAME(yuy2ToUV)(formatConvBuffer, formatConvBuffer+VOFW, src1, src2, srcW, pal);
RENAME           2378 libswscale/swscale_template.c         RENAME(uyvyToUV)(formatConvBuffer, formatConvBuffer+VOFW, src1, src2, srcW, pal);
RENAME           2385 libswscale/swscale_template.c             RENAME(bgr32ToUV_half)(formatConvBuffer, formatConvBuffer+VOFW, src1, src2, srcW, pal);
RENAME           2387 libswscale/swscale_template.c             RENAME(bgr32ToUV)(formatConvBuffer, formatConvBuffer+VOFW, src1, src2, srcW, pal);
RENAME           2394 libswscale/swscale_template.c             RENAME(bgr32ToUV_half)(formatConvBuffer, formatConvBuffer+VOFW, src1+ALT32_CORR, src2+ALT32_CORR, srcW, pal);
RENAME           2396 libswscale/swscale_template.c             RENAME(bgr32ToUV)(formatConvBuffer, formatConvBuffer+VOFW, src1+ALT32_CORR, src2+ALT32_CORR, srcW, pal);
RENAME           2403 libswscale/swscale_template.c             RENAME(bgr24ToUV_half)(formatConvBuffer, formatConvBuffer+VOFW, src1, src2, srcW, pal);
RENAME           2405 libswscale/swscale_template.c             RENAME(bgr24ToUV)(formatConvBuffer, formatConvBuffer+VOFW, src1, src2, srcW, pal);
RENAME           2412 libswscale/swscale_template.c             RENAME(bgr16ToUV_half)(formatConvBuffer, formatConvBuffer+VOFW, src1, src2, srcW, pal);
RENAME           2414 libswscale/swscale_template.c             RENAME(bgr16ToUV)(formatConvBuffer, formatConvBuffer+VOFW, src1, src2, srcW, pal);
RENAME           2421 libswscale/swscale_template.c             RENAME(bgr15ToUV_half)(formatConvBuffer, formatConvBuffer+VOFW, src1, src2, srcW, pal);
RENAME           2423 libswscale/swscale_template.c             RENAME(bgr15ToUV)(formatConvBuffer, formatConvBuffer+VOFW, src1, src2, srcW, pal);
RENAME           2430 libswscale/swscale_template.c             RENAME(rgb32ToUV_half)(formatConvBuffer, formatConvBuffer+VOFW, src1, src2, srcW, pal);
RENAME           2432 libswscale/swscale_template.c             RENAME(rgb32ToUV)(formatConvBuffer, formatConvBuffer+VOFW, src1, src2, srcW, pal);
RENAME           2439 libswscale/swscale_template.c             RENAME(rgb32ToUV_half)(formatConvBuffer, formatConvBuffer+VOFW, src1+ALT32_CORR, src2+ALT32_CORR, srcW, pal);
RENAME           2441 libswscale/swscale_template.c             RENAME(rgb32ToUV)(formatConvBuffer, formatConvBuffer+VOFW, src1+ALT32_CORR, src2+ALT32_CORR, srcW, pal);
RENAME           2448 libswscale/swscale_template.c             RENAME(rgb24ToUV_half)(formatConvBuffer, formatConvBuffer+VOFW, src1, src2, srcW, pal);
RENAME           2450 libswscale/swscale_template.c             RENAME(rgb24ToUV)(formatConvBuffer, formatConvBuffer+VOFW, src1, src2, srcW, pal);
RENAME           2457 libswscale/swscale_template.c             RENAME(rgb16ToUV_half)(formatConvBuffer, formatConvBuffer+VOFW, src1, src2, srcW, pal);
RENAME           2459 libswscale/swscale_template.c             RENAME(rgb16ToUV)(formatConvBuffer, formatConvBuffer+VOFW, src1, src2, srcW, pal);
RENAME           2466 libswscale/swscale_template.c             RENAME(rgb15ToUV_half)(formatConvBuffer, formatConvBuffer+VOFW, src1, src2, srcW, pal);
RENAME           2468 libswscale/swscale_template.c             RENAME(rgb15ToUV)(formatConvBuffer, formatConvBuffer+VOFW, src1, src2, srcW, pal);
RENAME           2478 libswscale/swscale_template.c         RENAME(palToUV)(formatConvBuffer, formatConvBuffer+VOFW, src1, src2, srcW, pal);
RENAME           2490 libswscale/swscale_template.c         RENAME(hScale)(dst     , dstWidth, src1, srcW, xInc, hChrFilter, hChrFilterPos, hChrFilterSize);
RENAME           2491 libswscale/swscale_template.c         RENAME(hScale)(dst+VOFW, dstWidth, src2, srcW, xInc, hChrFilter, hChrFilterPos, hChrFilterSize);
RENAME           2661 libswscale/swscale_template.c static int RENAME(swScale)(SwsContext *c, uint8_t* src[], int srcStride[], int srcSliceY,
RENAME           2793 libswscale/swscale_template.c                 RENAME(hyscale)(c, lumPixBuf[ lumBufIndex ], dstW, s, srcW, lumXInc,
RENAME           2810 libswscale/swscale_template.c                     RENAME(hcscale)(c, chrPixBuf[ chrBufIndex ], chrDstW, src1, src2, chrSrcW, chrXInc,
RENAME           2835 libswscale/swscale_template.c                 RENAME(hyscale)(c, lumPixBuf[ lumBufIndex ], dstW, s, srcW, lumXInc,
RENAME           2851 libswscale/swscale_template.c                     RENAME(hcscale)(c, chrPixBuf[ chrBufIndex ], chrDstW, src1, src2, chrSrcW, chrXInc,
RENAME           2915 libswscale/swscale_template.c                 RENAME(yuv2nv12X)(c,
RENAME           2928 libswscale/swscale_template.c                     RENAME(yuv2yuv1)(c, lumBuf, chrBuf, dest, uDest, vDest, dstW, chrDstW);
RENAME           2932 libswscale/swscale_template.c                     RENAME(yuv2yuvX)(c,
RENAME           2951 libswscale/swscale_template.c                         RENAME(yuv2packed1)(c, *lumSrcPtr, *chrSrcPtr, *(chrSrcPtr+1),
RENAME           2969 libswscale/swscale_template.c                         RENAME(yuv2packed2)(c, *lumSrcPtr, *(lumSrcPtr+1), *chrSrcPtr, *(chrSrcPtr+1),
RENAME           2981 libswscale/swscale_template.c                         RENAME(yuv2packedX)(c,
RENAME            173 libswscale/yuv2rgb_template.c static inline int RENAME(yuv420_rgb16)(SwsContext *c, uint8_t* src[], int srcStride[], int srcSliceY,
RENAME            228 libswscale/yuv2rgb_template.c static inline int RENAME(yuv420_rgb15)(SwsContext *c, uint8_t* src[], int srcStride[], int srcSliceY,
RENAME            285 libswscale/yuv2rgb_template.c static inline int RENAME(yuv420_rgb24)(SwsContext *c, uint8_t* src[], int srcStride[], int srcSliceY,
RENAME            440 libswscale/yuv2rgb_template.c static inline int RENAME(yuv420_rgb32)(SwsContext *c, uint8_t* src[], int srcStride[], int srcSliceY,