RENAME 288 libavcodec/mpegaudiodec_template.c RENAME(ff_mpa_synth_init)(RENAME(ff_mpa_synth_window)); RENAME 912 libavcodec/mpegaudiodec_template.c READ_FLIP_SIGN(g->sb_hybrid + s_index, RENAME(expval_table)[exponent] + x) RENAME 921 libavcodec/mpegaudiodec_template.c READ_FLIP_SIGN(g->sb_hybrid + s_index + 1, RENAME(expval_table)[exponent] + y) RENAME 934 libavcodec/mpegaudiodec_template.c READ_FLIP_SIGN(g->sb_hybrid + s_index + !!y, RENAME(expval_table)[exponent] + x) RENAME 982 libavcodec/mpegaudiodec_template.c READ_FLIP_SIGN(g->sb_hybrid + pos, RENAME(exp_table)+exponents[pos]) RENAME 1258 libavcodec/mpegaudiodec_template.c s->mpadsp.RENAME(imdct36_blocks)(sb_samples, mdct_buf, g->sb_hybrid, RENAME 1267 libavcodec/mpegaudiodec_template.c win = RENAME(ff_mdct_win)[2 + (4 & -(j & 1))]; RENAME 1639 libavcodec/mpegaudiodec_template.c RENAME(ff_mpa_synth_filter)(&s->mpadsp, s->synth_buf[ch], RENAME 1641 libavcodec/mpegaudiodec_template.c RENAME(ff_mpa_synth_window), RENAME 76 libavcodec/mpegaudiodsp_template.c DECLARE_ALIGNED(16, INTFLOAT, RENAME(ff_mdct_win))[8][MDCT_BUF_SIZE]; RENAME 78 libavcodec/mpegaudiodsp_template.c DECLARE_ALIGNED(16, MPA_INT, RENAME(ff_mpa_synth_window))[512+256]; RENAME 121 libavcodec/mpegaudiodsp_template.c void RENAME(ff_mpadsp_apply_window)(MPA_INT *synth_buf, MPA_INT *window, RENAME 176 libavcodec/mpegaudiodsp_template.c void RENAME(ff_mpa_synth_filter)(MPADSPContext *s, MPA_INT *synth_buf_ptr, RENAME 188 libavcodec/mpegaudiodsp_template.c s->RENAME(dct32)(synth_buf, sb_samples); RENAME 189 libavcodec/mpegaudiodsp_template.c s->RENAME(apply_window)(synth_buf, window, dither_state, samples, incr); RENAME 249 libavcodec/mpegaudiodsp_template.c RENAME(ff_mdct_win)[j][i/3] = FIXHR((d / (1<<5))); RENAME 252 libavcodec/mpegaudiodsp_template.c RENAME(ff_mdct_win)[j][idx] = FIXHR((d / (1<<5))); RENAME 261 libavcodec/mpegaudiodsp_template.c RENAME(ff_mdct_win)[j + 4][i ] = RENAME(ff_mdct_win)[j][i ]; RENAME 262 libavcodec/mpegaudiodsp_template.c RENAME(ff_mdct_win)[j + 4][i + 1] = -RENAME(ff_mdct_win)[j][i + 1]; RENAME 383 libavcodec/mpegaudiodsp_template.c void RENAME(ff_imdct36_blocks)(INTFLOAT *out, INTFLOAT *buf, INTFLOAT *in, RENAME 392 libavcodec/mpegaudiodsp_template.c INTFLOAT *win = RENAME(ff_mdct_win)[win_idx + (4 & -(j & 1))]; RENAME 101 libavcodec/x86/mpegvideoenc_template.c static int RENAME(dct_quantize)(MpegEncContext *s, RENAME 111 libpostproc/postprocess_template.c static inline int RENAME(vertClassify)(const uint8_t src[], int stride, PPContext *c){ RENAME 228 libpostproc/postprocess_template.c static inline void RENAME(doVertLowPass)(uint8_t *src, int stride, PPContext *c) RENAME 407 libpostproc/postprocess_template.c static inline void RENAME(vertX1Filter)(uint8_t *src, int stride, PPContext *co) RENAME 534 libpostproc/postprocess_template.c static inline void RENAME(doVertDefFilter)(uint8_t src[], int stride, PPContext *c) RENAME 1093 libpostproc/postprocess_template.c static inline void RENAME(dering)(uint8_t src[], int stride, PPContext *c) RENAME 1450 libpostproc/postprocess_template.c static inline void RENAME(deInterlaceInterpolateLinear)(uint8_t src[], int stride) RENAME 1503 libpostproc/postprocess_template.c static inline void RENAME(deInterlaceInterpolateCubic)(uint8_t src[], int stride) RENAME 1590 libpostproc/postprocess_template.c static inline void RENAME(deInterlaceFF)(uint8_t src[], int stride, uint8_t *tmp) RENAME 1669 libpostproc/postprocess_template.c static inline void RENAME(deInterlaceL5)(uint8_t src[], int stride, uint8_t *tmp, uint8_t *tmp2) RENAME 1770 libpostproc/postprocess_template.c static inline void RENAME(deInterlaceBlendLinear)(uint8_t src[], int stride, uint8_t *tmp) RENAME 1871 libpostproc/postprocess_template.c static inline void RENAME(deInterlaceMedian)(uint8_t src[], int stride) RENAME 1992 libpostproc/postprocess_template.c static inline void RENAME(transpose1)(uint8_t *dst1, uint8_t *dst2, const uint8_t *src, int srcStride) RENAME 2077 libpostproc/postprocess_template.c static inline void RENAME(transpose2)(uint8_t *dst, int dstStride, const uint8_t *src) RENAME 2157 libpostproc/postprocess_template.c static inline void RENAME(tempNoiseReducer)(uint8_t *src, int stride, RENAME 2547 libpostproc/postprocess_template.c static av_always_inline void RENAME(do_a_deblock)(uint8_t *src, int step, int stride, const PPContext *c, int mode){ RENAME 3083 libpostproc/postprocess_template.c static void RENAME(postProcess)(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height, RENAME 3093 libpostproc/postprocess_template.c static inline void RENAME(blockCopy)(uint8_t dst[], int dstStride, const uint8_t src[], int srcStride, RENAME 3221 libpostproc/postprocess_template.c static inline void RENAME(duplicate)(uint8_t src[], int stride) RENAME 3248 libpostproc/postprocess_template.c static void RENAME(postProcess)(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height, RENAME 3408 libpostproc/postprocess_template.c RENAME(blockCopy)(dstBlock + dstStride*8, dstStride, RENAME 3411 libpostproc/postprocess_template.c RENAME(duplicate)(dstBlock + dstStride*8, dstStride); RENAME 3414 libpostproc/postprocess_template.c RENAME(deInterlaceInterpolateLinear)(dstBlock, dstStride); RENAME 3416 libpostproc/postprocess_template.c RENAME(deInterlaceBlendLinear)(dstBlock, dstStride, c.deintTemp + x); RENAME 3418 libpostproc/postprocess_template.c RENAME(deInterlaceMedian)(dstBlock, dstStride); RENAME 3420 libpostproc/postprocess_template.c RENAME(deInterlaceInterpolateCubic)(dstBlock, dstStride); RENAME 3422 libpostproc/postprocess_template.c RENAME(deInterlaceFF)(dstBlock, dstStride, c.deintTemp + x); RENAME 3424 libpostproc/postprocess_template.c RENAME(deInterlaceL5)(dstBlock, dstStride, c.deintTemp + x, c.deintTemp + width + x); RENAME 3544 libpostproc/postprocess_template.c RENAME(blockCopy)(dstBlock + dstStride*copyAhead, dstStride, RENAME 3548 libpostproc/postprocess_template.c RENAME(deInterlaceInterpolateLinear)(dstBlock, dstStride); RENAME 3550 libpostproc/postprocess_template.c RENAME(deInterlaceBlendLinear)(dstBlock, dstStride, c.deintTemp + x); RENAME 3552 libpostproc/postprocess_template.c RENAME(deInterlaceMedian)(dstBlock, dstStride); RENAME 3554 libpostproc/postprocess_template.c RENAME(deInterlaceInterpolateCubic)(dstBlock, dstStride); RENAME 3556 libpostproc/postprocess_template.c RENAME(deInterlaceFF)(dstBlock, dstStride, c.deintTemp + x); RENAME 3558 libpostproc/postprocess_template.c RENAME(deInterlaceL5)(dstBlock, dstStride, c.deintTemp + x, c.deintTemp + width + x); RENAME 3566 libpostproc/postprocess_template.c RENAME(vertX1Filter)(dstBlock, stride, &c); RENAME 3568 libpostproc/postprocess_template.c const int t= RENAME(vertClassify)(dstBlock, stride, &c); RENAME 3571 libpostproc/postprocess_template.c RENAME(doVertLowPass)(dstBlock, stride, &c); RENAME 3573 libpostproc/postprocess_template.c RENAME(doVertDefFilter)(dstBlock, stride, &c); RENAME 3575 libpostproc/postprocess_template.c RENAME(do_a_deblock)(dstBlock, stride, 1, &c, mode); RENAME 3580 libpostproc/postprocess_template.c RENAME(transpose1)(tempBlock1, tempBlock2, dstBlock, dstStride); RENAME 3586 libpostproc/postprocess_template.c RENAME(vertX1Filter)(tempBlock1, 16, &c); RENAME 3589 libpostproc/postprocess_template.c const int t= RENAME(vertClassify)(tempBlock1, 16, &c); RENAME 3592 libpostproc/postprocess_template.c RENAME(doVertLowPass)(tempBlock1, 16, &c); RENAME 3594 libpostproc/postprocess_template.c RENAME(doVertDefFilter)(tempBlock1, 16, &c); RENAME 3596 libpostproc/postprocess_template.c RENAME(do_a_deblock)(tempBlock1, 16, 1, &c, mode); RENAME 3599 libpostproc/postprocess_template.c RENAME(transpose2)(dstBlock-4, dstStride, tempBlock1 + 4*16); RENAME 3620 libpostproc/postprocess_template.c const int t= RENAME(horizClassify)(dstBlock-4, stride, &c); RENAME 3623 libpostproc/postprocess_template.c RENAME(doHorizLowPass)(dstBlock-4, stride, &c); RENAME 3625 libpostproc/postprocess_template.c RENAME(doHorizDefFilter)(dstBlock-4, stride, &c); RENAME 3628 libpostproc/postprocess_template.c RENAME(do_a_deblock)(dstBlock-8, 1, stride, &c, mode); RENAME 3633 libpostproc/postprocess_template.c if(y>0) RENAME(dering)(dstBlock - stride - 8, stride, &c); RENAME 3638 libpostproc/postprocess_template.c RENAME(tempNoiseReducer)(dstBlock-8, stride, RENAME 3656 libpostproc/postprocess_template.c if(y > 0) RENAME(dering)(dstBlock - dstStride - 8, dstStride, &c); RENAME 3660 libpostproc/postprocess_template.c RENAME(tempNoiseReducer)(dstBlock-8, dstStride, RENAME 26 libswresample/dither_template.c void RENAME(swri_noise_shaping)(SwrContext *s, AudioData *dsts, const AudioData *srcs, const AudioData *noises, int count){ RENAME 47 libswresample/rematrix_template.c typedef void (RENAME(mix_any_func_type))(SAMPLE **out, const SAMPLE **in1, COEFF *coeffp, integer len); RENAME 49 libswresample/rematrix_template.c static void RENAME(sum2)(SAMPLE *out, const SAMPLE *in1, const SAMPLE *in2, COEFF *coeffp, integer index1, integer index2, integer len){ RENAME 58 libswresample/rematrix_template.c static void RENAME(copy)(SAMPLE *out, const SAMPLE *in, COEFF *coeffp, integer index, integer len){ RENAME 65 libswresample/rematrix_template.c static void RENAME(mix6to2)(SAMPLE **out, const SAMPLE **in, COEFF *coeffp, integer len){ RENAME 75 libswresample/rematrix_template.c static void RENAME(mix8to2)(SAMPLE **out, const SAMPLE **in, COEFF *coeffp, integer len){ RENAME 85 libswresample/rematrix_template.c static RENAME(mix_any_func_type) *RENAME(get_mix_any_func)(SwrContext *s){ RENAME 90 libswresample/rematrix_template.c return RENAME(mix6to2); RENAME 97 libswresample/rematrix_template.c return RENAME(mix8to2); RENAME 73 libswresample/resample_template.c static void RENAME(resample_one)(void *dest, const void *source, RENAME 86 libswresample/resample_template.c static int RENAME(resample_common)(ResampleContext *c, RENAME 126 libswresample/resample_template.c static int RENAME(resample_linear)(ResampleContext *c, RENAME 68 libswscale/x86/rgb2rgb_template.c static inline void RENAME(rgb24tobgr32)(const uint8_t *src, uint8_t *dst, int src_size) RENAME 146 libswscale/x86/rgb2rgb_template.c static inline void RENAME(rgb32tobgr24)(const uint8_t *src, uint8_t *dst, int src_size) RENAME 189 libswscale/x86/rgb2rgb_template.c static inline void RENAME(rgb15to16)(const uint8_t *src, uint8_t *dst, int src_size) RENAME 232 libswscale/x86/rgb2rgb_template.c static inline void RENAME(rgb16to15)(const uint8_t *src, uint8_t *dst, int src_size) RENAME 280 libswscale/x86/rgb2rgb_template.c static inline void RENAME(rgb32to16)(const uint8_t *src, uint8_t *dst, int src_size) RENAME 330 libswscale/x86/rgb2rgb_template.c static inline void RENAME(rgb32tobgr16)(const uint8_t *src, uint8_t *dst, int src_size) RENAME 385 libswscale/x86/rgb2rgb_template.c static inline void RENAME(rgb32to15)(const uint8_t *src, uint8_t *dst, int src_size) RENAME 435 libswscale/x86/rgb2rgb_template.c static inline void RENAME(rgb32tobgr15)(const uint8_t *src, uint8_t *dst, int src_size) RENAME 490 libswscale/x86/rgb2rgb_template.c static inline void RENAME(rgb24tobgr16)(const uint8_t *src, uint8_t *dst, int src_size) RENAME 547 libswscale/x86/rgb2rgb_template.c static inline void RENAME(rgb24to16)(const uint8_t *src, uint8_t *dst, int src_size) RENAME 604 libswscale/x86/rgb2rgb_template.c static inline void RENAME(rgb24tobgr15)(const uint8_t *src, uint8_t *dst, int src_size) RENAME 661 libswscale/x86/rgb2rgb_template.c static inline void RENAME(rgb24to15)(const uint8_t *src, uint8_t *dst, int src_size) RENAME 718 libswscale/x86/rgb2rgb_template.c static inline void RENAME(rgb15tobgr24)(const uint8_t *src, uint8_t *dst, int src_size) RENAME 824 libswscale/x86/rgb2rgb_template.c static inline void RENAME(rgb16tobgr24)(const uint8_t *src, uint8_t *dst, int src_size) RENAME 950 libswscale/x86/rgb2rgb_template.c static inline void RENAME(rgb15to32)(const uint8_t *src, uint8_t *dst, int src_size) RENAME 993 libswscale/x86/rgb2rgb_template.c static inline void RENAME(rgb16to32)(const uint8_t *src, uint8_t *dst, int src_size) RENAME 1037 libswscale/x86/rgb2rgb_template.c static inline void RENAME(shuffle_bytes_2103)(const uint8_t *src, uint8_t *dst, int src_size) RENAME 1099 libswscale/x86/rgb2rgb_template.c static inline void RENAME(rgb24tobgr24)(const uint8_t *src, uint8_t *dst, int src_size) RENAME 1167 libswscale/x86/rgb2rgb_template.c static inline void RENAME(yuvPlanartoyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, RENAME 1224 libswscale/x86/rgb2rgb_template.c static inline void RENAME(yv12toyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, RENAME 1229 libswscale/x86/rgb2rgb_template.c RENAME(yuvPlanartoyuy2)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 2); RENAME 1232 libswscale/x86/rgb2rgb_template.c static inline void RENAME(yuvPlanartouyvy)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, RENAME 1289 libswscale/x86/rgb2rgb_template.c static inline void RENAME(yv12touyvy)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, RENAME 1294 libswscale/x86/rgb2rgb_template.c RENAME(yuvPlanartouyvy)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 2); RENAME 1300 libswscale/x86/rgb2rgb_template.c static inline void RENAME(yuv422ptouyvy)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, RENAME 1304 libswscale/x86/rgb2rgb_template.c RENAME(yuvPlanartouyvy)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 1); RENAME 1310 libswscale/x86/rgb2rgb_template.c static inline void RENAME(yuv422ptoyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, RENAME 1314 libswscale/x86/rgb2rgb_template.c RENAME(yuvPlanartoyuy2)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 1); RENAME 1321 libswscale/x86/rgb2rgb_template.c static inline void RENAME(yuy2toyv12)(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, RENAME 1421 libswscale/x86/rgb2rgb_template.c static inline void RENAME(planar2x)(const uint8_t *src, uint8_t *dst, int srcWidth, int srcHeight, int srcStride, int dstStride) RENAME 1520 libswscale/x86/rgb2rgb_template.c static inline void RENAME(uyvytoyv12)(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, RENAME 1627 libswscale/x86/rgb2rgb_template.c static inline void RENAME(rgb24toyv12)(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, RENAME 1881 libswscale/x86/rgb2rgb_template.c static void RENAME(interleaveBytes)(const uint8_t *src1, const uint8_t *src2, uint8_t *dest, RENAME 1955 libswscale/x86/rgb2rgb_template.c void RENAME(ff_nv12ToUV)(uint8_t *dstU, uint8_t *dstV, RENAME 1961 libswscale/x86/rgb2rgb_template.c static void RENAME(deinterleaveBytes)(const uint8_t *src, uint8_t *dst1, uint8_t *dst2, RENAME 1968 libswscale/x86/rgb2rgb_template.c RENAME(ff_nv12ToUV)(dst1, dst2, NULL, src, NULL, width, NULL); RENAME 1984 libswscale/x86/rgb2rgb_template.c static inline void RENAME(vu9_to_vu12)(const uint8_t *src1, const uint8_t *src2, RENAME 2076 libswscale/x86/rgb2rgb_template.c static inline void RENAME(yvu9_to_yuy2)(const uint8_t *src1, const uint8_t *src2, const uint8_t *src3, RENAME 2163 libswscale/x86/rgb2rgb_template.c static void RENAME(extract_even)(const uint8_t *src, uint8_t *dst, x86_reg count) RENAME 2200 libswscale/x86/rgb2rgb_template.c static void RENAME(extract_odd)(const uint8_t *src, uint8_t *dst, x86_reg count) RENAME 2239 libswscale/x86/rgb2rgb_template.c static void RENAME(extract_even2)(const uint8_t *src, uint8_t *dst0, uint8_t *dst1, x86_reg count) RENAME 2286 libswscale/x86/rgb2rgb_template.c static void RENAME(extract_even2avg)(const uint8_t *src0, const uint8_t *src1, uint8_t *dst0, uint8_t *dst1, x86_reg count) RENAME 2340 libswscale/x86/rgb2rgb_template.c static void RENAME(extract_odd2)(const uint8_t *src, uint8_t *dst0, uint8_t *dst1, x86_reg count) RENAME 2388 libswscale/x86/rgb2rgb_template.c static void RENAME(extract_odd2avg)(const uint8_t *src0, const uint8_t *src1, uint8_t *dst0, uint8_t *dst1, x86_reg count) RENAME 2443 libswscale/x86/rgb2rgb_template.c static void RENAME(yuyvtoyuv420)(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, RENAME 2451 libswscale/x86/rgb2rgb_template.c RENAME(extract_even)(src, ydst, width); RENAME 2453 libswscale/x86/rgb2rgb_template.c RENAME(extract_odd2avg)(src-srcStride, src, udst, vdst, chromWidth); RENAME 2469 libswscale/x86/rgb2rgb_template.c static void RENAME(yuyvtoyuv422)(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, RENAME 2477 libswscale/x86/rgb2rgb_template.c RENAME(extract_even)(src, ydst, width); RENAME 2478 libswscale/x86/rgb2rgb_template.c RENAME(extract_odd2)(src, udst, vdst, chromWidth); RENAME 2493 libswscale/x86/rgb2rgb_template.c static void RENAME(uyvytoyuv420)(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, RENAME 2501 libswscale/x86/rgb2rgb_template.c RENAME(extract_odd)(src, ydst, width); RENAME 2503 libswscale/x86/rgb2rgb_template.c RENAME(extract_even2avg)(src-srcStride, src, udst, vdst, chromWidth); RENAME 2519 libswscale/x86/rgb2rgb_template.c static void RENAME(uyvytoyuv422)(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src, RENAME 2527 libswscale/x86/rgb2rgb_template.c RENAME(extract_odd)(src, ydst, width); RENAME 2528 libswscale/x86/rgb2rgb_template.c RENAME(extract_even2)(src, udst, vdst, chromWidth); RENAME 2548 libswscale/x86/rgb2rgb_template.c rgb15to16 = RENAME(rgb15to16); RENAME 2549 libswscale/x86/rgb2rgb_template.c rgb15tobgr24 = RENAME(rgb15tobgr24); RENAME 2550 libswscale/x86/rgb2rgb_template.c rgb15to32 = RENAME(rgb15to32); RENAME 2551 libswscale/x86/rgb2rgb_template.c rgb16tobgr24 = RENAME(rgb16tobgr24); RENAME 2552 libswscale/x86/rgb2rgb_template.c rgb16to32 = RENAME(rgb16to32); RENAME 2553 libswscale/x86/rgb2rgb_template.c rgb16to15 = RENAME(rgb16to15); RENAME 2554 libswscale/x86/rgb2rgb_template.c rgb24tobgr16 = RENAME(rgb24tobgr16); RENAME 2555 libswscale/x86/rgb2rgb_template.c rgb24tobgr15 = RENAME(rgb24tobgr15); RENAME 2556 libswscale/x86/rgb2rgb_template.c rgb24tobgr32 = RENAME(rgb24tobgr32); RENAME 2557 libswscale/x86/rgb2rgb_template.c rgb32to16 = RENAME(rgb32to16); RENAME 2558 libswscale/x86/rgb2rgb_template.c rgb32to15 = RENAME(rgb32to15); RENAME 2559 libswscale/x86/rgb2rgb_template.c rgb32tobgr24 = RENAME(rgb32tobgr24); RENAME 2560 libswscale/x86/rgb2rgb_template.c rgb24to15 = RENAME(rgb24to15); RENAME 2561 libswscale/x86/rgb2rgb_template.c rgb24to16 = RENAME(rgb24to16); RENAME 2562 libswscale/x86/rgb2rgb_template.c rgb24tobgr24 = RENAME(rgb24tobgr24); RENAME 2563 libswscale/x86/rgb2rgb_template.c shuffle_bytes_2103 = RENAME(shuffle_bytes_2103); RENAME 2564 libswscale/x86/rgb2rgb_template.c rgb32tobgr16 = RENAME(rgb32tobgr16); RENAME 2565 libswscale/x86/rgb2rgb_template.c rgb32tobgr15 = RENAME(rgb32tobgr15); RENAME 2566 libswscale/x86/rgb2rgb_template.c yv12toyuy2 = RENAME(yv12toyuy2); RENAME 2567 libswscale/x86/rgb2rgb_template.c yv12touyvy = RENAME(yv12touyvy); RENAME 2568 libswscale/x86/rgb2rgb_template.c yuv422ptoyuy2 = RENAME(yuv422ptoyuy2); RENAME 2569 libswscale/x86/rgb2rgb_template.c yuv422ptouyvy = RENAME(yuv422ptouyvy); RENAME 2570 libswscale/x86/rgb2rgb_template.c yuy2toyv12 = RENAME(yuy2toyv12); RENAME 2571 libswscale/x86/rgb2rgb_template.c vu9_to_vu12 = RENAME(vu9_to_vu12); RENAME 2572 libswscale/x86/rgb2rgb_template.c yvu9_to_yuy2 = RENAME(yvu9_to_yuy2); RENAME 2573 libswscale/x86/rgb2rgb_template.c uyvytoyuv422 = RENAME(uyvytoyuv422); RENAME 2574 libswscale/x86/rgb2rgb_template.c yuyvtoyuv422 = RENAME(yuyvtoyuv422); RENAME 2578 libswscale/x86/rgb2rgb_template.c planar2x = RENAME(planar2x); RENAME 2581 libswscale/x86/rgb2rgb_template.c ff_rgb24toyv12 = RENAME(rgb24toyv12); RENAME 2584 libswscale/x86/rgb2rgb_template.c yuyvtoyuv420 = RENAME(yuyvtoyuv420); RENAME 2585 libswscale/x86/rgb2rgb_template.c uyvytoyuv420 = RENAME(uyvytoyuv420); RENAME 2589 libswscale/x86/rgb2rgb_template.c interleaveBytes = RENAME(interleaveBytes); RENAME 2593 libswscale/x86/rgb2rgb_template.c deinterleaveBytes = RENAME(deinterleaveBytes); RENAME 69 libswscale/x86/swscale_template.c static void RENAME(yuv2yuvX)(const int16_t *filter, int filterSize, RENAME 340 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb32_X_ar)(SwsContext *c, const int16_t *lumFilter, RENAME 373 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb32_X)(SwsContext *c, const int16_t *lumFilter, RENAME 430 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb565_X_ar)(SwsContext *c, const int16_t *lumFilter, RENAME 454 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb565_X)(SwsContext *c, const int16_t *lumFilter, RENAME 507 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb555_X_ar)(SwsContext *c, const int16_t *lumFilter, RENAME 531 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb555_X)(SwsContext *c, const int16_t *lumFilter, RENAME 665 libswscale/x86/swscale_template.c static void RENAME(yuv2bgr24_X_ar)(SwsContext *c, const int16_t *lumFilter, RENAME 690 libswscale/x86/swscale_template.c static void RENAME(yuv2bgr24_X)(SwsContext *c, const int16_t *lumFilter, RENAME 733 libswscale/x86/swscale_template.c static void RENAME(yuv2yuyv422_X_ar)(SwsContext *c, const int16_t *lumFilter, RENAME 754 libswscale/x86/swscale_template.c static void RENAME(yuv2yuyv422_X)(SwsContext *c, const int16_t *lumFilter, RENAME 855 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb32_2)(SwsContext *c, const int16_t *buf[2], RENAME 919 libswscale/x86/swscale_template.c static void RENAME(yuv2bgr24_2)(SwsContext *c, const int16_t *buf[2], RENAME 942 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb555_2)(SwsContext *c, const int16_t *buf[2], RENAME 971 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb565_2)(SwsContext *c, const int16_t *buf[2], RENAME 1040 libswscale/x86/swscale_template.c static void RENAME(yuv2yuyv422_2)(SwsContext *c, const int16_t *buf[2], RENAME 1179 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb32_1)(SwsContext *c, const int16_t *buf0, RENAME 1248 libswscale/x86/swscale_template.c static void RENAME(yuv2bgr24_1)(SwsContext *c, const int16_t *buf0, RENAME 1289 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb555_1)(SwsContext *c, const int16_t *buf0, RENAME 1342 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb565_1)(SwsContext *c, const int16_t *buf0, RENAME 1432 libswscale/x86/swscale_template.c static void RENAME(yuv2yuyv422_1)(SwsContext *c, const int16_t *buf0, RENAME 1478 libswscale/x86/swscale_template.c case AV_PIX_FMT_RGB32: c->yuv2packedX = RENAME(yuv2rgb32_X_ar); break; RENAME 1480 libswscale/x86/swscale_template.c case AV_PIX_FMT_BGR24: c->yuv2packedX = RENAME(yuv2bgr24_X_ar); break; RENAME 1482 libswscale/x86/swscale_template.c case AV_PIX_FMT_RGB555: c->yuv2packedX = RENAME(yuv2rgb555_X_ar); break; RENAME 1483 libswscale/x86/swscale_template.c case AV_PIX_FMT_RGB565: c->yuv2packedX = RENAME(yuv2rgb565_X_ar); break; RENAME 1484 libswscale/x86/swscale_template.c case AV_PIX_FMT_YUYV422: c->yuv2packedX = RENAME(yuv2yuyv422_X_ar); break; RENAME 1490 libswscale/x86/swscale_template.c c->yuv2planeX = RENAME(yuv2yuvX ); RENAME 1493 libswscale/x86/swscale_template.c case AV_PIX_FMT_RGB32: c->yuv2packedX = RENAME(yuv2rgb32_X); break; RENAME 1495 libswscale/x86/swscale_template.c case AV_PIX_FMT_BGR24: c->yuv2packedX = RENAME(yuv2bgr24_X); break; RENAME 1497 libswscale/x86/swscale_template.c case AV_PIX_FMT_RGB555: c->yuv2packedX = RENAME(yuv2rgb555_X); break; RENAME 1498 libswscale/x86/swscale_template.c case AV_PIX_FMT_RGB565: c->yuv2packedX = RENAME(yuv2rgb565_X); break; RENAME 1499 libswscale/x86/swscale_template.c case AV_PIX_FMT_YUYV422: c->yuv2packedX = RENAME(yuv2yuyv422_X); break; RENAME 1507 libswscale/x86/swscale_template.c c->yuv2packed1 = RENAME(yuv2rgb32_1); RENAME 1508 libswscale/x86/swscale_template.c c->yuv2packed2 = RENAME(yuv2rgb32_2); RENAME 1511 libswscale/x86/swscale_template.c c->yuv2packed1 = RENAME(yuv2bgr24_1); RENAME 1512 libswscale/x86/swscale_template.c c->yuv2packed2 = RENAME(yuv2bgr24_2); RENAME 1515 libswscale/x86/swscale_template.c c->yuv2packed1 = RENAME(yuv2rgb555_1); RENAME 1516 libswscale/x86/swscale_template.c c->yuv2packed2 = RENAME(yuv2rgb555_2); RENAME 1519 libswscale/x86/swscale_template.c c->yuv2packed1 = RENAME(yuv2rgb565_1); RENAME 1520 libswscale/x86/swscale_template.c c->yuv2packed2 = RENAME(yuv2rgb565_2); RENAME 1523 libswscale/x86/swscale_template.c c->yuv2packed1 = RENAME(yuv2yuyv422_1); RENAME 1524 libswscale/x86/swscale_template.c c->yuv2packed2 = RENAME(yuv2yuyv422_2); RENAME 201 libswscale/x86/yuv2rgb_template.c static inline int RENAME(yuv420_rgb15)(SwsContext *c, const uint8_t *src[], RENAME 229 libswscale/x86/yuv2rgb_template.c static inline int RENAME(yuv420_rgb16)(SwsContext *c, const uint8_t *src[], RENAME 319 libswscale/x86/yuv2rgb_template.c static inline int RENAME(yuv420_rgb24)(SwsContext *c, const uint8_t *src[], RENAME 337 libswscale/x86/yuv2rgb_template.c static inline int RENAME(yuv420_bgr24)(SwsContext *c, const uint8_t *src[], RENAME 381 libswscale/x86/yuv2rgb_template.c static inline int RENAME(yuv420_rgb32)(SwsContext *c, const uint8_t *src[], RENAME 402 libswscale/x86/yuv2rgb_template.c static inline int RENAME(yuva420_rgb32)(SwsContext *c, const uint8_t *src[], RENAME 424 libswscale/x86/yuv2rgb_template.c static inline int RENAME(yuv420_bgr32)(SwsContext *c, const uint8_t *src[], RENAME 445 libswscale/x86/yuv2rgb_template.c static inline int RENAME(yuva420_bgr32)(SwsContext *c, const uint8_t *src[],