Home
last modified time | relevance | path

Searched defs:RENAME (Results 1 – 25 of 25) sorted by relevance

/third_party/ffmpeg/libswscale/x86/
Drgb2rgb_template.c68 static inline void RENAME(rgb24tobgr32)(const uint8_t *src, uint8_t *dst, int src_size) in RENAME() function
146 static inline void RENAME(rgb32tobgr24)(const uint8_t *src, uint8_t *dst, int src_size) in RENAME() function
189 static inline void RENAME(rgb15to16)(const uint8_t *src, uint8_t *dst, int src_size) in RENAME() function
232 static inline void RENAME(rgb16to15)(const uint8_t *src, uint8_t *dst, int src_size) in RENAME() function
280 static inline void RENAME(rgb32to16)(const uint8_t *src, uint8_t *dst, int src_size) in RENAME() function
330 static inline void RENAME(rgb32tobgr16)(const uint8_t *src, uint8_t *dst, int src_size) in RENAME() function
385 static inline void RENAME(rgb32to15)(const uint8_t *src, uint8_t *dst, int src_size) in RENAME() function
435 static inline void RENAME(rgb32tobgr15)(const uint8_t *src, uint8_t *dst, int src_size) in RENAME() function
490 static inline void RENAME(rgb24tobgr16)(const uint8_t *src, uint8_t *dst, int src_size) in RENAME() function
547 static inline void RENAME(rgb24to16)(const uint8_t *src, uint8_t *dst, int src_size) in RENAME() function
[all …]
Drgb2rgb.c95 #define RENAME(a) a ## _mmx macro
102 #define RENAME(a) a ## _mmxext macro
109 #define RENAME(a) a ## _sse2 macro
116 #define RENAME(a) a ## _avx macro
129 #define RENAME(a) a ## _3dnow macro
Dswscale_template.c258 static void RENAME(yuv2rgb32_X_ar)(SwsContext *c, const int16_t *lumFilter, in RENAME() function
291 static void RENAME(yuv2rgb32_X)(SwsContext *c, const int16_t *lumFilter, in RENAME() function
320 static void RENAME(yuv2bgr32_X)(SwsContext *c, const int16_t *lumFilter, in RENAME() function
377 static void RENAME(yuv2rgb565_X_ar)(SwsContext *c, const int16_t *lumFilter, in RENAME() function
401 static void RENAME(yuv2rgb565_X)(SwsContext *c, const int16_t *lumFilter, in RENAME() function
454 static void RENAME(yuv2rgb555_X_ar)(SwsContext *c, const int16_t *lumFilter, in RENAME() function
478 static void RENAME(yuv2rgb555_X)(SwsContext *c, const int16_t *lumFilter, in RENAME() function
612 static void RENAME(yuv2bgr24_X_ar)(SwsContext *c, const int16_t *lumFilter, in RENAME() function
637 static void RENAME(yuv2bgr24_X)(SwsContext *c, const int16_t *lumFilter, in RENAME() function
680 static void RENAME(yuv2yuyv422_X_ar)(SwsContext *c, const int16_t *lumFilter, in RENAME() function
[all …]
Dyuv2rgb.c49 #define RENAME(a) a ## _mmx macro
57 #define RENAME(a) a ## _mmxext macro
64 #define RENAME(a) a ## _ssse3 macro
Dyuv2rgb_template.c70 static inline int RENAME(yuv420_rgb15)(SwsContext *c, const uint8_t *src[], in RENAME() function
Dswscale.c61 #define RENAME(a) a ## _mmx macro
70 #define RENAME(a) a ## _mmxext macro
/third_party/ffmpeg/libavcodec/
Ddirac_dwt_template.c26 # define RENAME(N) N ## _8bit macro
32 # define RENAME(N) N ## _10bit macro
38 # define RENAME(N) N ## _12bit macro
44 static void RENAME(vertical_compose53iL0)(uint8_t *_b0, uint8_t *_b1, uint8_t *_b2, in RENAME() function
55 static av_always_inline void RENAME(interleave)(TYPE *dst, TYPE *src0, TYPE *src1, int w2, in RENAME() function
65 static void RENAME(horizontal_compose_dirac53i)(uint8_t *_b, uint8_t *_temp, int w) in RENAME() function
82 static void RENAME(horizontal_compose_dd97i)(uint8_t *_b, uint8_t *_tmp, int w) in RENAME() function
103 static void RENAME(horizontal_compose_dd137i)(uint8_t *_b, uint8_t *_tmp, int w) in RENAME() function
126 static av_always_inline void RENAME(horizontal_compose_haari)(TYPE *b, TYPE *temp, in RENAME() function
140 static void RENAME(horizontal_compose_haar0i)(uint8_t *_b, uint8_t *_temp, int w) in RENAME() function
[all …]
Dffv1_template.c23 static inline int RENAME(predict)(TYPE *src, TYPE *last) in RENAME() function
32 static inline int RENAME(get_context)(PlaneContext *p, TYPE *src, in RENAME() function
Dmpegaudiodsp_template.c34 #define RENAME(n) n##_float macro
54 #define RENAME(n) n##_fixed macro
124 void RENAME(ff_mpadsp_apply_window)(MPA_INT *synth_buf, MPA_INT *window, in RENAME() function
179 void RENAME(ff_mpa_synth_filter)(MPADSPContext *s, MPA_INT *synth_buf_ptr, in RENAME() function
232 av_cold void RENAME(ff_mpa_synth_init)(void) in RENAME() function
355 void RENAME(ff_imdct36_blocks)(INTFLOAT *out, INTFLOAT *buf, INTFLOAT *in, in RENAME() function
Dffv1dec_template.c23 static av_always_inline int RENAME(decode_line)(FFV1Context *s, int w, in RENAME() function
128 static int RENAME(decode_rgb_frame)(FFV1Context *s, uint8_t *src[4], int w, int h, int stride[4]) in RENAME() function
Dffv1enc_template.c23 static av_always_inline int RENAME(encode_line)(FFV1Context *s, int w, in RENAME() function
125 static int RENAME(encode_rgb_frame)(FFV1Context *s, const uint8_t *src[4], in RENAME() function
Dv210enc.c32 #define RENAME(a) a ## _ ## 8 macro
42 #define RENAME(a) a ## _ ## 10 macro
Dv210_template.c35 static void RENAME(v210_enc)(AVCodecContext *avctx, in RENAME() function
Dmpegaudiodec_fixed.c35 #define RENAME(a) a ## _fixed macro
Dmpegaudiodec_float.c35 #define RENAME(a) a ## _float macro
Dffv1.h190 #define RENAME(name) name macro
196 #define RENAME(name) name ## 32 macro
Dffv1dec.c109 #define RENAME(name) name macro
115 #define RENAME(name) name ## 32 macro
Dffv1enc.c264 #define RENAME(name) name macro
270 #define RENAME(name) name ## 32 macro
/third_party/ffmpeg/libswresample/
Drematrix_template.c26 # define RENAME(x) x ## _float macro
32 # define RENAME(x) x ## _double macro
39 # define RENAME(x) x ## _clip_s16 macro
42 # define RENAME(x) x ## _s16 macro
49 # define RENAME(x) x ## _s32 macro
54 static void RENAME(sum2)(SAMPLE *out, const SAMPLE *in1, const SAMPLE *in2, COEFF *coeffp, integer … in RENAME() function
63 static void RENAME(copy)(SAMPLE *out, const SAMPLE *in, COEFF *coeffp, integer index, integer len){ in RENAME() function
70 static void RENAME(mix6to2)(SAMPLE **out, const SAMPLE **in, COEFF *coeffp, integer len){ in RENAME() function
80 static void RENAME(mix8to2)(SAMPLE **out, const SAMPLE **in, COEFF *coeffp, integer len){ in RENAME() function
90 static RENAME(mix_any_func_type) *RENAME(get_mix_any_func)(SwrContext *s){ in RENAME() function
Ddither_template.c20 # define RENAME(N) N ## _double macro
25 # define RENAME(N) N ## _float macro
30 # define RENAME(N) N ## _int32 macro
35 # define RENAME(N) N ## _int16 macro
43 void RENAME(swri_noise_shaping)(SwrContext *s, AudioData *dsts, const AudioData *srcs, const AudioD… in RENAME() function
Dresample_template.c30 # define RENAME(N) N ## _double macro
40 # define RENAME(N) N ## _float macro
50 # define RENAME(N) N ## _int32 macro
62 # define RENAME(N) N ## _int16 macro
75 static void RENAME(resample_one)(void *dest, const void *source, in RENAME() function
88 static int RENAME(resample_common)(ResampleContext *c, in RENAME() function
143 static int RENAME(resample_linear)(ResampleContext *c, in RENAME() function
/third_party/ffmpeg/libpostproc/
Dpostprocess_template.c35 # define RENAME(a) a ## _C macro
41 # define RENAME(a) a ## _altivec macro
47 # define RENAME(a) a ## _MMX macro
55 # define RENAME(a) a ## _MMX2 macro
63 # define RENAME(a) a ## _3DNow macro
73 # define RENAME(a) a ## _SSE2 macro
112 static inline int RENAME(vertClassify)(const uint8_t src[], int stride, PPContext *c){ in RENAME() function
229 static inline void RENAME(doVertLowPass)(uint8_t *src, int stride, PPContext *c) in RENAME() function
408 static inline void RENAME(vertX1Filter)(uint8_t *src, int stride, PPContext *co) in RENAME() function
535 static inline void RENAME(doVertDefFilter)(uint8_t src[], int stride, PPContext *c) in RENAME() function
[all …]
/third_party/ffmpeg/libavcodec/x86/
Dmpegvideoenc.c49 #define RENAME(a) a ## _mmx macro
63 #define RENAME(a) a ## _mmxext macro
77 #define RENAME(a) a ## _sse2 macro
91 #define RENAME(a) a ## _ssse3 macro
Dmpegvideoenc_template.c103 static int RENAME(dct_quantize)(MpegEncContext *s, in RENAME() function
/third_party/ltp/testcases/kernel/syscalls/symlink/
Dsymlink01.c267 #define RENAME "rename01" macro