/third_party/ffmpeg/libswscale/x86/ |
D | rgb2rgb_template.c | 68 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 …]
|
D | rgb2rgb.c | 95 #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
|
D | swscale_template.c | 258 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 …]
|
D | yuv2rgb.c | 49 #define RENAME(a) a ## _mmx macro 57 #define RENAME(a) a ## _mmxext macro 64 #define RENAME(a) a ## _ssse3 macro
|
D | yuv2rgb_template.c | 70 static inline int RENAME(yuv420_rgb15)(SwsContext *c, const uint8_t *src[], in RENAME() function
|
D | swscale.c | 61 #define RENAME(a) a ## _mmx macro 70 #define RENAME(a) a ## _mmxext macro
|
/third_party/ffmpeg/libavcodec/ |
D | dirac_dwt_template.c | 26 # 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 …]
|
D | ffv1_template.c | 23 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
|
D | mpegaudiodsp_template.c | 34 #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
|
D | ffv1dec_template.c | 23 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
|
D | ffv1enc_template.c | 23 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
|
D | v210enc.c | 32 #define RENAME(a) a ## _ ## 8 macro 42 #define RENAME(a) a ## _ ## 10 macro
|
D | v210_template.c | 35 static void RENAME(v210_enc)(AVCodecContext *avctx, in RENAME() function
|
D | mpegaudiodec_fixed.c | 35 #define RENAME(a) a ## _fixed macro
|
D | mpegaudiodec_float.c | 35 #define RENAME(a) a ## _float macro
|
D | ffv1.h | 190 #define RENAME(name) name macro 196 #define RENAME(name) name ## 32 macro
|
D | ffv1dec.c | 109 #define RENAME(name) name macro 115 #define RENAME(name) name ## 32 macro
|
D | ffv1enc.c | 264 #define RENAME(name) name macro 270 #define RENAME(name) name ## 32 macro
|
/third_party/ffmpeg/libswresample/ |
D | rematrix_template.c | 26 # 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
|
D | dither_template.c | 20 # 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
|
D | resample_template.c | 30 # 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/ |
D | postprocess_template.c | 35 # 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/ |
D | mpegvideoenc.c | 49 #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
|
D | mpegvideoenc_template.c | 103 static int RENAME(dct_quantize)(MpegEncContext *s, in RENAME() function
|
/third_party/ltp/testcases/kernel/syscalls/symlink/ |
D | symlink01.c | 267 #define RENAME "rename01" macro
|