Home
last modified time | relevance | path

Searched defs:RENAME (Results 1 - 19 of 19) sorted by relevance

/third_party/ffmpeg/libswscale/x86/
H A Dyuv2rgb.c46 #undef RENAME macro
48 #define RENAME(a) a ## _mmx macro
54 #undef RENAME macro
56 #define RENAME(a) a ## _mmxext macro
61 #undef RENAME macro
63 #define RENAME(a) a ## _ssse3 macro
H A Drgb2rgb.c92 #undef RENAME macro
93 #define RENAME(a) a ## _mmxext macro
97 #undef RENAME macro
100 #define RENAME(a) a ## _sse2 macro
104 #undef RENAME macro
107 #define RENAME(a) a ## _avx macro
H A Dswscale.c59 #undef RENAME macro
62 #define RENAME(a) a ## _mmxext macro
/third_party/ffmpeg/libavcodec/x86/
H A Dmpegvideoenc.c50 #undef RENAME macro
52 #define RENAME(a) a ## _sse2 macro
62 #undef RENAME macro
64 #define RENAME(a) a ## _ssse3 macro
/third_party/ffmpeg/libavcodec/
H A Dmpegaudiodec_float.c37 #define RENAME(a) a ## _float macro
H A Dmpegaudiodec_fixed.c37 #define RENAME(a) a ## _fixed macro
H A Dv210enc.c35 #define RENAME(a) a ## _ ## 8 macro
37 #undef RENAME macro
45 #define RENAME(a) a ## _ ## 10 macro
47 #undef RENAME macro
H A Dmpegaudiodsp_template.c33 #define RENAME(n) n##_float macro
53 #define RENAME(n) n##_fixed macro
[all...]
H A Ddirac_dwt_template.c26 # define RENAME(N) N ## _8bit macro
32 # define RENAME(N) N ## _10bit macro
38 # define RENAME(N) N ## _12bit macro
607 #undef RENAME global() macro
[all...]
H A Dffv1dec.c111 #define RENAME(name) name macro
114 #undef RENAME macro
117 #define RENAME(name) name ## 32 macro
H A Dffv1enc.c264 #define RENAME(name) name macro
267 #undef RENAME macro
270 #define RENAME(name) name ## 32 macro
H A Dffv1.h185 #define RENAME(name) name macro
188 #undef RENAME macro
191 #define RENAME(name) name ## 32 macro
194 #undef RENAME macro
/third_party/ffmpeg/libswresample/
H A 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
52 typedef void (RENAME(mix_any_func_type))(SAMPLE **out, const SAMPLE **in1, COEFF *coeffp, integer len); typedef
90 static RENAME(mix_any_func_type) *RENAME(get_mix_any_func)(SwrContext *s){ RENAME() function
114 #undef RENAME global() macro
[all...]
H A 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
82 #undef RENAME macro
H A 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
203 #undef RENAME macro
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dsymbol.rs25 pub const RENAME: Symbol = Symbol("rename"); consts
/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dsymbol.rs25 pub const RENAME: Symbol = Symbol("rename"); consts
/third_party/ltp/testcases/kernel/syscalls/symlink/
H A Dsymlink01.c267 #define RENAME "rename01" macro
/third_party/ffmpeg/libpostproc/
H A 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
3732 #undef RENAME global() macro
[all...]

Completed in 17 milliseconds