RENAME             44 libavcodec/dirac_dwt_template.c static void RENAME(vertical_compose53iL0)(uint8_t *_b0, uint8_t *_b1, uint8_t *_b2,
RENAME             55 libavcodec/dirac_dwt_template.c static av_always_inline void RENAME(interleave)(TYPE *dst, TYPE *src0, TYPE *src1, int w2,
RENAME             65 libavcodec/dirac_dwt_template.c static void RENAME(horizontal_compose_dirac53i)(uint8_t *_b, uint8_t *_temp, int w)
RENAME             79 libavcodec/dirac_dwt_template.c     RENAME(interleave)(b, temp, temp+w2, w2, 1, 1);
RENAME             82 libavcodec/dirac_dwt_template.c static void RENAME(horizontal_compose_dd97i)(uint8_t *_b, uint8_t *_tmp, int w)
RENAME            103 libavcodec/dirac_dwt_template.c static void RENAME(horizontal_compose_dd137i)(uint8_t *_b, uint8_t *_tmp, int w)
RENAME            126 libavcodec/dirac_dwt_template.c static av_always_inline void RENAME(horizontal_compose_haari)(TYPE *b, TYPE *temp,
RENAME            137 libavcodec/dirac_dwt_template.c     RENAME(interleave)(b, temp, temp+w2, w2, shift, shift);
RENAME            140 libavcodec/dirac_dwt_template.c static void RENAME(horizontal_compose_haar0i)(uint8_t *_b, uint8_t *_temp, int w)
RENAME            144 libavcodec/dirac_dwt_template.c     RENAME(horizontal_compose_haari)(b, temp, w, 0);
RENAME            147 libavcodec/dirac_dwt_template.c static void RENAME(horizontal_compose_haar1i)(uint8_t *_b, uint8_t *_temp, int w)
RENAME            151 libavcodec/dirac_dwt_template.c     RENAME(horizontal_compose_haari)(b, temp, w, 1);
RENAME            154 libavcodec/dirac_dwt_template.c static void RENAME(horizontal_compose_fidelityi)(uint8_t *_b, uint8_t *_tmp, int w)
RENAME            174 libavcodec/dirac_dwt_template.c     RENAME(interleave)(b, tmp+w2, tmp, w2, 0, 0);
RENAME            177 libavcodec/dirac_dwt_template.c static void RENAME(horizontal_compose_daub97i)(uint8_t *_b, uint8_t *_temp, int w)
RENAME            204 libavcodec/dirac_dwt_template.c static void RENAME(vertical_compose_dirac53iH0)(uint8_t *_b0, uint8_t *_b1, uint8_t *_b2,
RENAME            216 libavcodec/dirac_dwt_template.c static void RENAME(vertical_compose_dd97iH0)(uint8_t *_b0, uint8_t *_b1, uint8_t *_b2,
RENAME            230 libavcodec/dirac_dwt_template.c static void RENAME(vertical_compose_dd137iL0)(uint8_t *_b0, uint8_t *_b1, uint8_t *_b2,
RENAME            244 libavcodec/dirac_dwt_template.c static void RENAME(vertical_compose_haar)(uint8_t *_b0, uint8_t *_b1, int width)
RENAME            256 libavcodec/dirac_dwt_template.c static void RENAME(vertical_compose_fidelityiH0)(uint8_t *_dst, uint8_t *_b[8], int width)
RENAME            273 libavcodec/dirac_dwt_template.c static void RENAME(vertical_compose_fidelityiL0)(uint8_t *_dst, uint8_t *_b[8], int width)
RENAME            291 libavcodec/dirac_dwt_template.c static void RENAME(vertical_compose_daub97iH0)(uint8_t *_b0, uint8_t *_b1, uint8_t *_b2, int width)
RENAME            303 libavcodec/dirac_dwt_template.c static void RENAME(vertical_compose_daub97iH1)(uint8_t *_b0, uint8_t *_b1, uint8_t *_b2, int width)
RENAME            315 libavcodec/dirac_dwt_template.c static void RENAME(vertical_compose_daub97iL0)(uint8_t *_b0, uint8_t *_b1, uint8_t *_b2, int width)
RENAME            327 libavcodec/dirac_dwt_template.c static void RENAME(vertical_compose_daub97iL1)(uint8_t *_b0, uint8_t *_b1, uint8_t *_b2, int width)
RENAME            339 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_dd97i_dy)(DWTContext *d, int level, int width, int height, int stride)
RENAME            363 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_dirac53i_dy)(DWTContext *d, int level, int width, int height, int stride)
RENAME            385 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_dd137i_dy)(DWTContext *d, int level, int width, int height, int stride)
RENAME            410 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_haari_dy)(DWTContext *d, int level, int width, int height, int stride)
RENAME            426 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_fidelity)(DWTContext *d, int level, int width, int height, int stride)
RENAME            451 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_daub97i_dy)(DWTContext *d, int level, int width, int height, int stride)
RENAME            479 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose97i_init)(DWTCompose *cs, uint8_t *buffer, int height, int stride)
RENAME            488 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose53i_init)(DWTCompose *cs, uint8_t *buffer, int height, int stride)
RENAME            495 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_dd97i_init)(DWTCompose *cs, uint8_t *buffer, int height, int stride)
RENAME            506 libavcodec/dirac_dwt_template.c static void RENAME(spatial_compose_dd137i_init)(DWTCompose *cs, uint8_t *buffer, int height, int stride)
RENAME            519 libavcodec/dirac_dwt_template.c static int RENAME(ff_spatial_idwt_init)(DWTContext *d, enum dwt_type type)
RENAME            531 libavcodec/dirac_dwt_template.c                 RENAME(spatial_compose_dd97i_init)(d->cs+level, d->buffer, hl, stride_l);
RENAME            534 libavcodec/dirac_dwt_template.c                 RENAME(spatial_compose53i_init)(d->cs+level, d->buffer, hl, stride_l);
RENAME            537 libavcodec/dirac_dwt_template.c                 RENAME(spatial_compose_dd137i_init)(d->cs+level, d->buffer, hl, stride_l);
RENAME            544 libavcodec/dirac_dwt_template.c                 RENAME(spatial_compose97i_init)(d->cs+level, d->buffer, hl, stride_l);
RENAME            554 libavcodec/dirac_dwt_template.c             d->spatial_compose = RENAME(spatial_compose_dd97i_dy);
RENAME            555 libavcodec/dirac_dwt_template.c             d->vertical_compose_l0 = (void*)RENAME(vertical_compose53iL0);
RENAME            556 libavcodec/dirac_dwt_template.c             d->vertical_compose_h0 = (void*)RENAME(vertical_compose_dd97iH0);
RENAME            557 libavcodec/dirac_dwt_template.c             d->horizontal_compose = RENAME(horizontal_compose_dd97i);
RENAME            561 libavcodec/dirac_dwt_template.c             d->spatial_compose = RENAME(spatial_compose_dirac53i_dy);
RENAME            562 libavcodec/dirac_dwt_template.c             d->vertical_compose_l0 = (void*)RENAME(vertical_compose53iL0);
RENAME            563 libavcodec/dirac_dwt_template.c             d->vertical_compose_h0 = (void*)RENAME(vertical_compose_dirac53iH0);
RENAME            564 libavcodec/dirac_dwt_template.c             d->horizontal_compose = RENAME(horizontal_compose_dirac53i);
RENAME            568 libavcodec/dirac_dwt_template.c             d->spatial_compose = RENAME(spatial_compose_dd137i_dy);
RENAME            569 libavcodec/dirac_dwt_template.c             d->vertical_compose_l0 = (void*)RENAME(vertical_compose_dd137iL0);
RENAME            570 libavcodec/dirac_dwt_template.c             d->vertical_compose_h0 = (void*)RENAME(vertical_compose_dd97iH0);
RENAME            571 libavcodec/dirac_dwt_template.c             d->horizontal_compose = RENAME(horizontal_compose_dd137i);
RENAME            576 libavcodec/dirac_dwt_template.c             d->spatial_compose = RENAME(spatial_compose_haari_dy);
RENAME            577 libavcodec/dirac_dwt_template.c             d->vertical_compose = (void*)RENAME(vertical_compose_haar);
RENAME            579 libavcodec/dirac_dwt_template.c                 d->horizontal_compose = RENAME(horizontal_compose_haar0i);
RENAME            581 libavcodec/dirac_dwt_template.c                 d->horizontal_compose = RENAME(horizontal_compose_haar1i);
RENAME            585 libavcodec/dirac_dwt_template.c             d->spatial_compose = RENAME(spatial_compose_fidelity);
RENAME            586 libavcodec/dirac_dwt_template.c             d->vertical_compose_l0 = (void*)RENAME(vertical_compose_fidelityiL0);
RENAME            587 libavcodec/dirac_dwt_template.c             d->vertical_compose_h0 = (void*)RENAME(vertical_compose_fidelityiH0);
RENAME            588 libavcodec/dirac_dwt_template.c             d->horizontal_compose = RENAME(horizontal_compose_fidelityi);
RENAME            592 libavcodec/dirac_dwt_template.c             d->spatial_compose = RENAME(spatial_compose_daub97i_dy);
RENAME            593 libavcodec/dirac_dwt_template.c             d->vertical_compose_l0 = (void*)RENAME(vertical_compose_daub97iL0);
RENAME            594 libavcodec/dirac_dwt_template.c             d->vertical_compose_h0 = (void*)RENAME(vertical_compose_daub97iH0);
RENAME            595 libavcodec/dirac_dwt_template.c             d->vertical_compose_l1 = (void*)RENAME(vertical_compose_daub97iL1);
RENAME            596 libavcodec/dirac_dwt_template.c             d->vertical_compose_h1 = (void*)RENAME(vertical_compose_daub97iH1);
RENAME            597 libavcodec/dirac_dwt_template.c             d->horizontal_compose = RENAME(horizontal_compose_daub97i);
RENAME             23 libavcodec/ffv1_template.c static inline int RENAME(predict)(TYPE *src, TYPE *last)
RENAME             32 libavcodec/ffv1_template.c static inline int RENAME(get_context)(PlaneContext *p, TYPE *src,
RENAME             23 libavcodec/ffv1dec_template.c static av_always_inline int RENAME(decode_line)(FFV1Context *s, int w,
RENAME             58 libavcodec/ffv1dec_template.c         context = RENAME(get_context)(p, sample[1] + x, sample[0] + x, sample[1] + x);
RENAME             97 libavcodec/ffv1dec_template.c                     sample[1][x] = RENAME(predict)(sample[1] + x, sample[0] + x);
RENAME            122 libavcodec/ffv1dec_template.c         sample[1][x] = av_mod_uintp2(RENAME(predict)(sample[1] + x, sample[0] + x) + (SUINT)diff, bits);
RENAME            128 libavcodec/ffv1dec_template.c static int RENAME(decode_rgb_frame)(FFV1Context *s, uint8_t *src[4], int w, int h, int stride[4])
RENAME            138 libavcodec/ffv1dec_template.c         sample[x][0] = RENAME(s->sample_buffer) +  x * 2      * (w + 6) + 3;
RENAME            139 libavcodec/ffv1dec_template.c         sample[x][1] = RENAME(s->sample_buffer) + (x * 2 + 1) * (w + 6) + 3;
RENAME            144 libavcodec/ffv1dec_template.c     memset(RENAME(s->sample_buffer), 0, 8 * (w + 6) * sizeof(*RENAME(s->sample_buffer)));
RENAME            157 libavcodec/ffv1dec_template.c                 ret = RENAME(decode_line)(s, w, sample[p], (p + 1)/2, 9);
RENAME            159 libavcodec/ffv1dec_template.c                 ret = RENAME(decode_line)(s, w, sample[p], (p + 1)/2, bits + (s->slice_coding_mode != 1));
RENAME             23 libavcodec/ffv1enc_template.c static av_always_inline int RENAME(encode_line)(FFV1Context *s, int w,
RENAME             61 libavcodec/ffv1enc_template.c         context = RENAME(get_context)(p, sample[0] + x, sample[1] + x, sample[2] + x);
RENAME             62 libavcodec/ffv1enc_template.c         diff    = sample[0][x] - RENAME(predict)(sample[0] + x, sample[1] + x);
RENAME            125 libavcodec/ffv1enc_template.c static int RENAME(encode_rgb_frame)(FFV1Context *s, const uint8_t *src[4],
RENAME            140 libavcodec/ffv1enc_template.c     memset(RENAME(s->sample_buffer), 0, ring_size * MAX_PLANES *
RENAME            141 libavcodec/ffv1enc_template.c            (w + 6) * sizeof(*RENAME(s->sample_buffer)));
RENAME            146 libavcodec/ffv1enc_template.c                 sample[p][i]= RENAME(s->sample_buffer) + p*ring_size*(w+6) + ((h+i-y)%ring_size)*(w+6) + 3;
RENAME            193 libavcodec/ffv1enc_template.c                 ret = RENAME(encode_line)(s, w, sample[p], (p + 1) / 2, 9);
RENAME            195 libavcodec/ffv1enc_template.c                 ret = RENAME(encode_line)(s, w, sample[p], (p + 1) / 2, bits + (s->slice_coding_mode != 1));
RENAME            291 libavcodec/mpegaudiodec_template.c     RENAME(ff_mpa_synth_init)(RENAME(ff_mpa_synth_window));
RENAME            909 libavcodec/mpegaudiodec_template.c                     READ_FLIP_SIGN(g->sb_hybrid + s_index, RENAME(expval_table)[exponent] + x)
RENAME            918 libavcodec/mpegaudiodec_template.c                     READ_FLIP_SIGN(g->sb_hybrid + s_index + 1, RENAME(expval_table)[exponent] + y)
RENAME            931 libavcodec/mpegaudiodec_template.c                     READ_FLIP_SIGN(g->sb_hybrid + s_index + !!y, RENAME(expval_table)[exponent] + x)
RENAME            979 libavcodec/mpegaudiodec_template.c             READ_FLIP_SIGN(g->sb_hybrid + pos, RENAME(exp_table)+exponents[pos])
RENAME           1256 libavcodec/mpegaudiodec_template.c     s->mpadsp.RENAME(imdct36_blocks)(sb_samples, mdct_buf, g->sb_hybrid,
RENAME           1265 libavcodec/mpegaudiodec_template.c         win     = RENAME(ff_mdct_win)[2 + (4  & -(j & 1))];
RENAME           1650 libavcodec/mpegaudiodec_template.c             RENAME(ff_mpa_synth_filter)(&s->mpadsp, s->synth_buf[ch],
RENAME           1652 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             35 libavcodec/v210_template.c static void RENAME(v210_enc)(AVCodecContext *avctx,
RENAME             46 libavcodec/v210_template.c     const int sample_size = 6 * s->RENAME(sample_factor);
RENAME             52 libavcodec/v210_template.c         s->RENAME(pack_line)(y, u, v, dst, w);
RENAME             57 libavcodec/v210_template.c         dst += sample_w * 16 * s->RENAME(sample_factor);
RENAME            102 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           3077 libpostproc/postprocess_template.c static void RENAME(postProcess)(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height,
RENAME           3087 libpostproc/postprocess_template.c static inline void RENAME(blockCopy)(uint8_t dst[], int dstStride, const uint8_t src[], int srcStride,
RENAME           3215 libpostproc/postprocess_template.c static inline void RENAME(duplicate)(uint8_t src[], int stride)
RENAME           3305 libpostproc/postprocess_template.c static void RENAME(postProcess)(const uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height,
RENAME           3428 libpostproc/postprocess_template.c             RENAME(prefetchnta)(srcBlock + (((x>>2)&6) + copyAhead)*srcStride + 32);
RENAME           3429 libpostproc/postprocess_template.c             RENAME(prefetchnta)(srcBlock + (((x>>2)&6) + copyAhead+1)*srcStride + 32);
RENAME           3430 libpostproc/postprocess_template.c             RENAME(prefetcht0)(dstBlock + (((x>>2)&6) + copyAhead)*dstStride + 32);
RENAME           3431 libpostproc/postprocess_template.c             RENAME(prefetcht0)(dstBlock + (((x>>2)&6) + copyAhead+1)*dstStride + 32);
RENAME           3433 libpostproc/postprocess_template.c             RENAME(blockCopy)(dstBlock + dstStride*8, dstStride,
RENAME           3436 libpostproc/postprocess_template.c             RENAME(duplicate)(dstBlock + dstStride*8, dstStride);
RENAME           3439 libpostproc/postprocess_template.c                 RENAME(deInterlaceInterpolateLinear)(dstBlock, dstStride);
RENAME           3441 libpostproc/postprocess_template.c                 RENAME(deInterlaceBlendLinear)(dstBlock, dstStride, c.deintTemp + x);
RENAME           3443 libpostproc/postprocess_template.c                 RENAME(deInterlaceMedian)(dstBlock, dstStride);
RENAME           3445 libpostproc/postprocess_template.c                 RENAME(deInterlaceInterpolateCubic)(dstBlock, dstStride);
RENAME           3447 libpostproc/postprocess_template.c                 RENAME(deInterlaceFF)(dstBlock, dstStride, c.deintTemp + x);
RENAME           3449 libpostproc/postprocess_template.c                 RENAME(deInterlaceL5)(dstBlock, dstStride, c.deintTemp + x, c.deintTemp + width + x);
RENAME           3533 libpostproc/postprocess_template.c             RENAME(prefetchnta)(srcBlock + (((x>>2)&6) + copyAhead)*srcStride + 32);
RENAME           3534 libpostproc/postprocess_template.c             RENAME(prefetchnta)(srcBlock + (((x>>2)&6) + copyAhead+1)*srcStride + 32);
RENAME           3535 libpostproc/postprocess_template.c             RENAME(prefetcht0)(dstBlock + (((x>>2)&6) + copyAhead)*dstStride + 32);
RENAME           3536 libpostproc/postprocess_template.c             RENAME(prefetcht0)(dstBlock + (((x>>2)&6) + copyAhead+1)*dstStride + 32);
RENAME           3538 libpostproc/postprocess_template.c             RENAME(blockCopy)(dstBlock + dstStride*copyAhead, dstStride,
RENAME           3542 libpostproc/postprocess_template.c                 RENAME(deInterlaceInterpolateLinear)(dstBlock, dstStride);
RENAME           3544 libpostproc/postprocess_template.c                 RENAME(deInterlaceBlendLinear)(dstBlock, dstStride, c.deintTemp + x);
RENAME           3546 libpostproc/postprocess_template.c                 RENAME(deInterlaceMedian)(dstBlock, dstStride);
RENAME           3548 libpostproc/postprocess_template.c                 RENAME(deInterlaceInterpolateCubic)(dstBlock, dstStride);
RENAME           3550 libpostproc/postprocess_template.c                 RENAME(deInterlaceFF)(dstBlock, dstStride, c.deintTemp + x);
RENAME           3552 libpostproc/postprocess_template.c                 RENAME(deInterlaceL5)(dstBlock, dstStride, c.deintTemp + x, c.deintTemp + width + x);
RENAME           3575 libpostproc/postprocess_template.c                     RENAME(vertX1Filter)(dstBlock, stride, &c);
RENAME           3577 libpostproc/postprocess_template.c                     const int t= RENAME(vertClassify)(dstBlock, stride, &c);
RENAME           3580 libpostproc/postprocess_template.c                         RENAME(doVertLowPass)(dstBlock, stride, &c);
RENAME           3582 libpostproc/postprocess_template.c                         RENAME(doVertDefFilter)(dstBlock, stride, &c);
RENAME           3584 libpostproc/postprocess_template.c                     RENAME(do_a_deblock)(dstBlock, stride, 1, &c, mode);
RENAME           3603 libpostproc/postprocess_template.c             RENAME(transpose1)(tempBlock1, tempBlock2, dstBlock, dstStride);
RENAME           3609 libpostproc/postprocess_template.c                         RENAME(vertX1Filter)(tempBlock1, 16, &c);
RENAME           3611 libpostproc/postprocess_template.c                     const int t= RENAME(vertClassify)(tempBlock1, 16, &c);
RENAME           3613 libpostproc/postprocess_template.c                         RENAME(doVertLowPass)(tempBlock1, 16, &c);
RENAME           3615 libpostproc/postprocess_template.c                         RENAME(doVertDefFilter)(tempBlock1, 16, &c);
RENAME           3617 libpostproc/postprocess_template.c                         RENAME(do_a_deblock)(tempBlock1, 16, 1, &c, mode);
RENAME           3620 libpostproc/postprocess_template.c                 RENAME(transpose2)(dstBlock-4, dstStride, tempBlock1 + 4*16);
RENAME           3641 libpostproc/postprocess_template.c                     const int t= RENAME(horizClassify)(dstBlock-4, stride, &c);
RENAME           3644 libpostproc/postprocess_template.c                         RENAME(doHorizLowPass)(dstBlock-4, stride, &c);
RENAME           3646 libpostproc/postprocess_template.c                         RENAME(doHorizDefFilter)(dstBlock-4, stride, &c);
RENAME           3649 libpostproc/postprocess_template.c                     RENAME(do_a_deblock)(dstBlock-8, 1, stride, &c, mode);
RENAME           3654 libpostproc/postprocess_template.c                     if(y>0) RENAME(dering)(dstBlock - stride - 8, stride, &c);
RENAME           3659 libpostproc/postprocess_template.c                     RENAME(tempNoiseReducer)(dstBlock-8, stride,
RENAME           3678 libpostproc/postprocess_template.c             if(y > 0) RENAME(dering)(dstBlock - dstStride - 8, dstStride, &c);
RENAME           3682 libpostproc/postprocess_template.c             RENAME(tempNoiseReducer)(dstBlock-8, dstStride,
RENAME             43 libswresample/dither_template.c void RENAME(swri_noise_shaping)(SwrContext *s, AudioData *dsts, const AudioData *srcs, const AudioData *noises, int count){
RENAME             52 libswresample/rematrix_template.c typedef void (RENAME(mix_any_func_type))(SAMPLE **out, const SAMPLE **in1, COEFF *coeffp, integer len);
RENAME             54 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             63 libswresample/rematrix_template.c static void RENAME(copy)(SAMPLE *out, const SAMPLE *in, COEFF *coeffp, integer index, integer len){
RENAME             70 libswresample/rematrix_template.c static void RENAME(mix6to2)(SAMPLE **out, const SAMPLE **in, COEFF *coeffp, integer len){
RENAME             80 libswresample/rematrix_template.c static void RENAME(mix8to2)(SAMPLE **out, const SAMPLE **in, COEFF *coeffp, integer len){
RENAME             90 libswresample/rematrix_template.c static RENAME(mix_any_func_type) *RENAME(get_mix_any_func)(SwrContext *s){
RENAME             95 libswresample/rematrix_template.c         return RENAME(mix6to2);
RENAME            102 libswresample/rematrix_template.c         return RENAME(mix8to2);
RENAME             75 libswresample/resample_template.c static void RENAME(resample_one)(void *dest, const void *source,
RENAME             88 libswresample/resample_template.c static int RENAME(resample_common)(ResampleContext *c,
RENAME            143 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(rgb24tobgr24)(const uint8_t *src, uint8_t *dst, int src_size)
RENAME           1105 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           1162 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           1167 libswscale/x86/rgb2rgb_template.c     RENAME(yuvPlanartoyuy2)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 2);
RENAME           1170 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           1227 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           1232 libswscale/x86/rgb2rgb_template.c     RENAME(yuvPlanartouyvy)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 2);
RENAME           1238 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           1242 libswscale/x86/rgb2rgb_template.c     RENAME(yuvPlanartouyvy)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 1);
RENAME           1248 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           1252 libswscale/x86/rgb2rgb_template.c     RENAME(yuvPlanartoyuy2)(ysrc, usrc, vsrc, dst, width, height, lumStride, chromStride, dstStride, 1);
RENAME           1259 libswscale/x86/rgb2rgb_template.c static inline void RENAME(yuy2toyv12)(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst,
RENAME           1359 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           1465 libswscale/x86/rgb2rgb_template.c static inline void RENAME(uyvytoyv12)(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst,
RENAME           1572 libswscale/x86/rgb2rgb_template.c static inline void RENAME(rgb24toyv12)(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst,
RENAME           1826 libswscale/x86/rgb2rgb_template.c static void RENAME(interleaveBytes)(const uint8_t *src1, const uint8_t *src2, uint8_t *dest,
RENAME           1903 libswscale/x86/rgb2rgb_template.c void RENAME(ff_nv12ToUV)(uint8_t *dstU, uint8_t *dstV,
RENAME           1909 libswscale/x86/rgb2rgb_template.c static void RENAME(deinterleaveBytes)(const uint8_t *src, uint8_t *dst1, uint8_t *dst2,
RENAME           1916 libswscale/x86/rgb2rgb_template.c         RENAME(ff_nv12ToUV)(dst1, dst2, NULL, src, NULL, width, NULL);
RENAME           1934 libswscale/x86/rgb2rgb_template.c static inline void RENAME(vu9_to_vu12)(const uint8_t *src1, const uint8_t *src2,
RENAME           2026 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           2113 libswscale/x86/rgb2rgb_template.c static void RENAME(extract_even)(const uint8_t *src, uint8_t *dst, x86_reg count)
RENAME           2150 libswscale/x86/rgb2rgb_template.c static void RENAME(extract_odd)(const uint8_t *src, uint8_t *dst, x86_reg count)
RENAME           2189 libswscale/x86/rgb2rgb_template.c static void RENAME(extract_even2)(const uint8_t *src, uint8_t *dst0, uint8_t *dst1, x86_reg count)
RENAME           2236 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           2290 libswscale/x86/rgb2rgb_template.c static void RENAME(extract_odd2)(const uint8_t *src, uint8_t *dst0, uint8_t *dst1, x86_reg count)
RENAME           2338 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           2393 libswscale/x86/rgb2rgb_template.c static void RENAME(yuyvtoyuv420)(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src,
RENAME           2401 libswscale/x86/rgb2rgb_template.c         RENAME(extract_even)(src, ydst, width);
RENAME           2403 libswscale/x86/rgb2rgb_template.c             RENAME(extract_odd2avg)(src-srcStride, src, udst, vdst, chromWidth);
RENAME           2419 libswscale/x86/rgb2rgb_template.c static void RENAME(yuyvtoyuv422)(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src,
RENAME           2427 libswscale/x86/rgb2rgb_template.c         RENAME(extract_even)(src, ydst, width);
RENAME           2428 libswscale/x86/rgb2rgb_template.c         RENAME(extract_odd2)(src, udst, vdst, chromWidth);
RENAME           2443 libswscale/x86/rgb2rgb_template.c static void RENAME(uyvytoyuv420)(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src,
RENAME           2451 libswscale/x86/rgb2rgb_template.c         RENAME(extract_odd)(src, ydst, width);
RENAME           2453 libswscale/x86/rgb2rgb_template.c             RENAME(extract_even2avg)(src-srcStride, src, udst, vdst, chromWidth);
RENAME           2469 libswscale/x86/rgb2rgb_template.c static void RENAME(uyvytoyuv422)(uint8_t *ydst, uint8_t *udst, uint8_t *vdst, const uint8_t *src,
RENAME           2477 libswscale/x86/rgb2rgb_template.c         RENAME(extract_odd)(src, ydst, width);
RENAME           2478 libswscale/x86/rgb2rgb_template.c         RENAME(extract_even2)(src, udst, vdst, chromWidth);
RENAME           2498 libswscale/x86/rgb2rgb_template.c     rgb15to16          = RENAME(rgb15to16);
RENAME           2499 libswscale/x86/rgb2rgb_template.c     rgb15tobgr24       = RENAME(rgb15tobgr24);
RENAME           2500 libswscale/x86/rgb2rgb_template.c     rgb15to32          = RENAME(rgb15to32);
RENAME           2501 libswscale/x86/rgb2rgb_template.c     rgb16tobgr24       = RENAME(rgb16tobgr24);
RENAME           2502 libswscale/x86/rgb2rgb_template.c     rgb16to32          = RENAME(rgb16to32);
RENAME           2503 libswscale/x86/rgb2rgb_template.c     rgb16to15          = RENAME(rgb16to15);
RENAME           2504 libswscale/x86/rgb2rgb_template.c     rgb24tobgr16       = RENAME(rgb24tobgr16);
RENAME           2505 libswscale/x86/rgb2rgb_template.c     rgb24tobgr15       = RENAME(rgb24tobgr15);
RENAME           2506 libswscale/x86/rgb2rgb_template.c     rgb24tobgr32       = RENAME(rgb24tobgr32);
RENAME           2507 libswscale/x86/rgb2rgb_template.c     rgb32to16          = RENAME(rgb32to16);
RENAME           2508 libswscale/x86/rgb2rgb_template.c     rgb32to15          = RENAME(rgb32to15);
RENAME           2509 libswscale/x86/rgb2rgb_template.c     rgb32tobgr24       = RENAME(rgb32tobgr24);
RENAME           2510 libswscale/x86/rgb2rgb_template.c     rgb24to15          = RENAME(rgb24to15);
RENAME           2511 libswscale/x86/rgb2rgb_template.c     rgb24to16          = RENAME(rgb24to16);
RENAME           2512 libswscale/x86/rgb2rgb_template.c     rgb24tobgr24       = RENAME(rgb24tobgr24);
RENAME           2513 libswscale/x86/rgb2rgb_template.c     rgb32tobgr16       = RENAME(rgb32tobgr16);
RENAME           2514 libswscale/x86/rgb2rgb_template.c     rgb32tobgr15       = RENAME(rgb32tobgr15);
RENAME           2515 libswscale/x86/rgb2rgb_template.c     yv12toyuy2         = RENAME(yv12toyuy2);
RENAME           2516 libswscale/x86/rgb2rgb_template.c     yv12touyvy         = RENAME(yv12touyvy);
RENAME           2517 libswscale/x86/rgb2rgb_template.c     yuv422ptoyuy2      = RENAME(yuv422ptoyuy2);
RENAME           2518 libswscale/x86/rgb2rgb_template.c     yuv422ptouyvy      = RENAME(yuv422ptouyvy);
RENAME           2519 libswscale/x86/rgb2rgb_template.c     yuy2toyv12         = RENAME(yuy2toyv12);
RENAME           2520 libswscale/x86/rgb2rgb_template.c     vu9_to_vu12        = RENAME(vu9_to_vu12);
RENAME           2521 libswscale/x86/rgb2rgb_template.c     yvu9_to_yuy2       = RENAME(yvu9_to_yuy2);
RENAME           2522 libswscale/x86/rgb2rgb_template.c     uyvytoyuv422       = RENAME(uyvytoyuv422);
RENAME           2523 libswscale/x86/rgb2rgb_template.c     yuyvtoyuv422       = RENAME(yuyvtoyuv422);
RENAME           2527 libswscale/x86/rgb2rgb_template.c     planar2x           = RENAME(planar2x);
RENAME           2530 libswscale/x86/rgb2rgb_template.c     ff_rgb24toyv12     = RENAME(rgb24toyv12);
RENAME           2533 libswscale/x86/rgb2rgb_template.c     yuyvtoyuv420       = RENAME(yuyvtoyuv420);
RENAME           2534 libswscale/x86/rgb2rgb_template.c     uyvytoyuv420       = RENAME(uyvytoyuv420);
RENAME           2538 libswscale/x86/rgb2rgb_template.c     interleaveBytes    = RENAME(interleaveBytes);
RENAME           2542 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            402 libswscale/x86/swscale_template.c static void RENAME(yuv2bgr32_X)(SwsContext *c, const int16_t *lumFilter,
RENAME            459 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb565_X_ar)(SwsContext *c, const int16_t *lumFilter,
RENAME            483 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb565_X)(SwsContext *c, const int16_t *lumFilter,
RENAME            536 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb555_X_ar)(SwsContext *c, const int16_t *lumFilter,
RENAME            560 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb555_X)(SwsContext *c, const int16_t *lumFilter,
RENAME            694 libswscale/x86/swscale_template.c static void RENAME(yuv2bgr24_X_ar)(SwsContext *c, const int16_t *lumFilter,
RENAME            719 libswscale/x86/swscale_template.c static void RENAME(yuv2bgr24_X)(SwsContext *c, const int16_t *lumFilter,
RENAME            762 libswscale/x86/swscale_template.c static void RENAME(yuv2yuyv422_X_ar)(SwsContext *c, const int16_t *lumFilter,
RENAME            783 libswscale/x86/swscale_template.c static void RENAME(yuv2yuyv422_X)(SwsContext *c, const int16_t *lumFilter,
RENAME            884 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb32_2)(SwsContext *c, const int16_t *buf[2],
RENAME            948 libswscale/x86/swscale_template.c static void RENAME(yuv2bgr24_2)(SwsContext *c, const int16_t *buf[2],
RENAME            971 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb555_2)(SwsContext *c, const int16_t *buf[2],
RENAME           1000 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb565_2)(SwsContext *c, const int16_t *buf[2],
RENAME           1069 libswscale/x86/swscale_template.c static void RENAME(yuv2yuyv422_2)(SwsContext *c, const int16_t *buf[2],
RENAME           1208 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb32_1)(SwsContext *c, const int16_t *buf0,
RENAME           1277 libswscale/x86/swscale_template.c static void RENAME(yuv2bgr24_1)(SwsContext *c, const int16_t *buf0,
RENAME           1318 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb555_1)(SwsContext *c, const int16_t *buf0,
RENAME           1371 libswscale/x86/swscale_template.c static void RENAME(yuv2rgb565_1)(SwsContext *c, const int16_t *buf0,
RENAME           1461 libswscale/x86/swscale_template.c static void RENAME(yuv2yuyv422_1)(SwsContext *c, const int16_t *buf0,
RENAME           1508 libswscale/x86/swscale_template.c                     case AV_PIX_FMT_RGB32:   c->yuv2packedX = RENAME(yuv2rgb32_X_ar);   break;
RENAME           1510 libswscale/x86/swscale_template.c                     case AV_PIX_FMT_BGR24:   c->yuv2packedX = RENAME(yuv2bgr24_X_ar);   break;
RENAME           1512 libswscale/x86/swscale_template.c                     case AV_PIX_FMT_RGB555:  c->yuv2packedX = RENAME(yuv2rgb555_X_ar);  break;
RENAME           1513 libswscale/x86/swscale_template.c                     case AV_PIX_FMT_RGB565:  c->yuv2packedX = RENAME(yuv2rgb565_X_ar);  break;
RENAME           1514 libswscale/x86/swscale_template.c                     case AV_PIX_FMT_YUYV422: c->yuv2packedX = RENAME(yuv2yuyv422_X_ar); break;
RENAME           1520 libswscale/x86/swscale_template.c                 c->yuv2planeX = RENAME(yuv2yuvX    );
RENAME           1523 libswscale/x86/swscale_template.c                     case AV_PIX_FMT_RGB32:   c->yuv2packedX = RENAME(yuv2rgb32_X);   break;
RENAME           1524 libswscale/x86/swscale_template.c                     case AV_PIX_FMT_BGR32:   c->yuv2packedX = RENAME(yuv2bgr32_X);   break;
RENAME           1526 libswscale/x86/swscale_template.c                     case AV_PIX_FMT_BGR24:   c->yuv2packedX = RENAME(yuv2bgr24_X);   break;
RENAME           1528 libswscale/x86/swscale_template.c                     case AV_PIX_FMT_RGB555:  c->yuv2packedX = RENAME(yuv2rgb555_X);  break;
RENAME           1529 libswscale/x86/swscale_template.c                     case AV_PIX_FMT_RGB565:  c->yuv2packedX = RENAME(yuv2rgb565_X);  break;
RENAME           1530 libswscale/x86/swscale_template.c                     case AV_PIX_FMT_YUYV422: c->yuv2packedX = RENAME(yuv2yuyv422_X); break;
RENAME           1538 libswscale/x86/swscale_template.c                 c->yuv2packed1 = RENAME(yuv2rgb32_1);
RENAME           1539 libswscale/x86/swscale_template.c                 c->yuv2packed2 = RENAME(yuv2rgb32_2);
RENAME           1542 libswscale/x86/swscale_template.c                 c->yuv2packed1 = RENAME(yuv2bgr24_1);
RENAME           1543 libswscale/x86/swscale_template.c                 c->yuv2packed2 = RENAME(yuv2bgr24_2);
RENAME           1546 libswscale/x86/swscale_template.c                 c->yuv2packed1 = RENAME(yuv2rgb555_1);
RENAME           1547 libswscale/x86/swscale_template.c                 c->yuv2packed2 = RENAME(yuv2rgb555_2);
RENAME           1550 libswscale/x86/swscale_template.c                 c->yuv2packed1 = RENAME(yuv2rgb565_1);
RENAME           1551 libswscale/x86/swscale_template.c                 c->yuv2packed2 = RENAME(yuv2rgb565_2);
RENAME           1554 libswscale/x86/swscale_template.c                 c->yuv2packed1 = RENAME(yuv2yuyv422_1);
RENAME           1555 libswscale/x86/swscale_template.c                 c->yuv2packed2 = RENAME(yuv2yuyv422_2);
RENAME             43 libswscale/x86/yuv2rgb_template.c extern void RENAME(ff_yuv_420_rgb24)(x86_reg index, uint8_t *image, const uint8_t *pu_index,
RENAME             46 libswscale/x86/yuv2rgb_template.c extern void RENAME(ff_yuv_420_bgr24)(x86_reg index, uint8_t *image, const uint8_t *pu_index,
RENAME             51 libswscale/x86/yuv2rgb_template.c extern void RENAME(ff_yuv_420_rgb15)(x86_reg index, uint8_t *image, const uint8_t *pu_index,
RENAME             54 libswscale/x86/yuv2rgb_template.c extern void RENAME(ff_yuv_420_rgb16)(x86_reg index, uint8_t *image, const uint8_t *pu_index,
RENAME             57 libswscale/x86/yuv2rgb_template.c extern void RENAME(ff_yuv_420_rgb32)(x86_reg index, uint8_t *image, const uint8_t *pu_index,
RENAME             60 libswscale/x86/yuv2rgb_template.c extern void RENAME(ff_yuv_420_bgr32)(x86_reg index, uint8_t *image, const uint8_t *pu_index,
RENAME             63 libswscale/x86/yuv2rgb_template.c extern void RENAME(ff_yuva_420_rgb32)(x86_reg index, uint8_t *image, const uint8_t *pu_index,
RENAME             66 libswscale/x86/yuv2rgb_template.c extern void RENAME(ff_yuva_420_bgr32)(x86_reg index, uint8_t *image, const uint8_t *pu_index,
RENAME             70 libswscale/x86/yuv2rgb_template.c static inline int RENAME(yuv420_rgb15)(SwsContext *c, const uint8_t *src[],
RENAME             85 libswscale/x86/yuv2rgb_template.c         RENAME(ff_yuv_420_rgb15)(index, image, pu - index, pv - index, &(c->redDither), py - 2 * index);
RENAME             90 libswscale/x86/yuv2rgb_template.c static inline int RENAME(yuv420_rgb16)(SwsContext *c, const uint8_t *src[],
RENAME            105 libswscale/x86/yuv2rgb_template.c         RENAME(ff_yuv_420_rgb16)(index, image, pu - index, pv - index, &(c->redDither), py - 2 * index);
RENAME            110 libswscale/x86/yuv2rgb_template.c static inline int RENAME(yuv420_rgb32)(SwsContext *c, const uint8_t *src[],
RENAME            119 libswscale/x86/yuv2rgb_template.c         RENAME(ff_yuv_420_rgb32)(index, image, pu - index, pv - index, &(c->redDither), py - 2 * index);
RENAME            124 libswscale/x86/yuv2rgb_template.c static inline int RENAME(yuv420_bgr32)(SwsContext *c, const uint8_t *src[],
RENAME            133 libswscale/x86/yuv2rgb_template.c         RENAME(ff_yuv_420_bgr32)(index, image, pu - index, pv - index, &(c->redDither), py - 2 * index);
RENAME            138 libswscale/x86/yuv2rgb_template.c static inline int RENAME(yuva420_rgb32)(SwsContext *c, const uint8_t *src[],
RENAME            147 libswscale/x86/yuv2rgb_template.c         RENAME(ff_yuva_420_rgb32)(index, image, pu - index, pv - index, &(c->redDither), py - 2 * index, pa - 2 * index);
RENAME            152 libswscale/x86/yuv2rgb_template.c static inline int RENAME(yuva420_bgr32)(SwsContext *c, const uint8_t *src[],
RENAME            162 libswscale/x86/yuv2rgb_template.c         RENAME(ff_yuva_420_bgr32)(index, image, pu - index, pv - index, &(c->redDither), py - 2 * index, pa - 2 * index);
RENAME            168 libswscale/x86/yuv2rgb_template.c static inline int RENAME(yuv420_rgb24)(SwsContext *c, const uint8_t *src[],
RENAME            177 libswscale/x86/yuv2rgb_template.c         RENAME(ff_yuv_420_rgb24)(index, image, pu - index, pv - index, &(c->redDither), py - 2 * index);
RENAME            182 libswscale/x86/yuv2rgb_template.c static inline int RENAME(yuv420_bgr24)(SwsContext *c, const uint8_t *src[],
RENAME            191 libswscale/x86/yuv2rgb_template.c         RENAME(ff_yuv_420_bgr24)(index, image, pu - index, pv - index, &(c->redDither), py - 2 * index);