Home
last modified time | relevance | path

Searched refs:RENAME (Results 1 - 25 of 34) sorted by relevance

12

/third_party/ffmpeg/libswscale/x86/
H A Dyuv2rgb_template.c43 extern void RENAME(ff_yuv_420_rgb24)(x86_reg index, uint8_t *image, const uint8_t *pu_index,
46 extern void RENAME(ff_yuv_420_bgr24)(x86_reg index, uint8_t *image, const uint8_t *pu_index,
51 extern void RENAME(ff_yuv_420_rgb15)(x86_reg index, uint8_t *image, const uint8_t *pu_index,
54 extern void RENAME(ff_yuv_420_rgb16)(x86_reg index, uint8_t *image, const uint8_t *pu_index,
57 extern void RENAME(ff_yuv_420_rgb32)(x86_reg index, uint8_t *image, const uint8_t *pu_index,
60 extern void RENAME(ff_yuv_420_bgr32)(x86_reg index, uint8_t *image, const uint8_t *pu_index,
63 extern void RENAME(ff_yuva_420_rgb32)(x86_reg index, uint8_t *image, const uint8_t *pu_index,
66 extern void RENAME(ff_yuva_420_bgr32)(x86_reg index, uint8_t *image, const uint8_t *pu_index,
70 static inline int RENAME(yuv420_rgb15)(SwsContext *c, const uint8_t *src[], in yuv420_rgb15()
85 RENAME(ff_yuv_420_rgb1 in yuv420_rgb15()
[all...]
H A Drgb2rgb_template.c48 static inline void RENAME(rgb24tobgr32)(const uint8_t *src, uint8_t *dst, int src_size) in rgb24tobgr32()
126 static inline void RENAME(rgb32tobgr24)(const uint8_t *src, uint8_t *dst, int src_size) in rgb32tobgr24()
169 static inline void RENAME(rgb15to16)(const uint8_t *src, uint8_t *dst, int src_size) in rgb15to16()
212 static inline void RENAME(rgb16to15)(const uint8_t *src, uint8_t *dst, int src_size) in rgb16to15()
260 static inline void RENAME(rgb32to16)(const uint8_t *src, uint8_t *dst, int src_size) in rgb32to16()
310 static inline void RENAME(rgb32tobgr16)(const uint8_t *src, uint8_t *dst, int src_size) in rgb32tobgr16()
365 static inline void RENAME(rgb32to15)(const uint8_t *src, uint8_t *dst, int src_size) in rgb32to15()
415 static inline void RENAME(rgb32tobgr15)(const uint8_t *src, uint8_t *dst, int src_size) in rgb32tobgr15()
470 static inline void RENAME(rgb24tobgr16)(const uint8_t *src, uint8_t *dst, int src_size) in rgb24tobgr16()
527 static inline void RENAME(rgb24to1
[all...]
H A Dswscale_template.c253 static void RENAME(yuv2rgb32_X_ar)(SwsContext *c, const int16_t *lumFilter, in yuv2rgb32_X_ar()
286 static void RENAME(yuv2rgb32_X)(SwsContext *c, const int16_t *lumFilter, in yuv2rgb32_X()
315 static void RENAME(yuv2bgr32_X)(SwsContext *c, const int16_t *lumFilter, in yuv2bgr32_X()
372 static void RENAME(yuv2rgb565_X_ar)(SwsContext *c, const int16_t *lumFilter, in yuv2rgb565_X_ar()
396 static void RENAME(yuv2rgb565_X)(SwsContext *c, const int16_t *lumFilter, in yuv2rgb565_X()
449 static void RENAME(yuv2rgb555_X_ar)(SwsContext *c, const int16_t *lumFilter, in yuv2rgb555_X_ar()
473 static void RENAME(yuv2rgb555_X)(SwsContext *c, const int16_t *lumFilter, in yuv2rgb555_X()
602 static void RENAME(yuv2bgr24_X_ar)(SwsContext *c, const int16_t *lumFilter, in yuv2bgr24_X_ar()
627 static void RENAME(yuv2bgr24_X)(SwsContext *c, const int16_t *lumFilter, in yuv2bgr24_X()
670 static void RENAME(yuv2yuyv422_X_a
[all...]
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
/third_party/ffmpeg/libavcodec/
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
44 static void RENAME(vertical_compose53iL0)(uint8_t *_b0, uint8_t *_b1, uint8_t *_b2, in vertical_compose53iL0()
55 static av_always_inline void RENAME(interleave)(TYPE *dst, TYPE *src0, TYPE *src1, int w2, in interleave()
65 static void RENAME(horizontal_compose_dirac53i)(uint8_t *_b, uint8_t *_temp, int w) in horizontal_compose_dirac53i()
79 RENAME(interleave)(b, temp, temp+w2, w2, 1, 1); in horizontal_compose_dirac53i()
82 static void RENAME(horizontal_compose_dd97i)(uint8_t *_b, uint8_t *_tmp, int w) in horizontal_compose_dd97i()
103 static void RENAME(horizontal_compose_dd137i)(uint8_t *_b, uint8_t *_tmp, int w) in horizontal_compose_dd137i()
126 static av_always_inline void RENAME(horizontal_compose_haar
607 #undef RENAME global() macro
[all...]
H A Dffv1dec_template.c23 static av_always_inline int RENAME(decode_line)(FFV1Context *s, int w, in decode_line()
58 context = RENAME(get_context)(p, sample[1] + x, sample[0] + x, sample[1] + x); in decode_line()
97 sample[1][x] = RENAME(predict)(sample[1] + x, sample[0] + x); in decode_line()
122 sample[1][x] = av_mod_uintp2(RENAME(predict)(sample[1] + x, sample[0] + x) + (SUINT)diff, bits); in decode_line()
128 static int RENAME(decode_rgb_frame)(FFV1Context *s, uint8_t *src[4], int w, int h, int stride[4]) in decode_rgb_frame()
138 sample[x][0] = RENAME(s->sample_buffer) + x * 2 * (w + 6) + 3; in decode_rgb_frame()
139 sample[x][1] = RENAME(s->sample_buffer) + (x * 2 + 1) * (w + 6) + 3; in decode_rgb_frame()
144 memset(RENAME(s->sample_buffer), 0, 8 * (w + 6) * sizeof(*RENAME(s->sample_buffer))); in decode_rgb_frame()
157 ret = RENAME(decode_lin in decode_rgb_frame()
[all...]
H A Dffv1enc_template.c23 static av_always_inline int RENAME(encode_line)(FFV1Context *s, int w, in encode_line()
61 context = RENAME(get_context)(p, sample[0] + x, sample[1] + x, sample[2] + x); in encode_line()
62 diff = sample[0][x] - RENAME(predict)(sample[0] + x, sample[1] + x); in encode_line()
125 static int RENAME(encode_rgb_frame)(FFV1Context *s, const uint8_t *src[4], in encode_rgb_frame()
140 memset(RENAME(s->sample_buffer), 0, ring_size * MAX_PLANES * in encode_rgb_frame()
141 (w + 6) * sizeof(*RENAME(s->sample_buffer))); in encode_rgb_frame()
146 sample[p][i]= RENAME(s->sample_buffer) + p*ring_size*(w+6) + ((h+i-y)%ring_size)*(w+6) + 3; in encode_rgb_frame()
193 ret = RENAME(encode_line)(s, w, sample[p], (p + 1) / 2, 9); in encode_rgb_frame()
195 ret = RENAME(encode_line)(s, w, sample[p], (p + 1) / 2, bits + (s->slice_coding_mode != 1)); in encode_rgb_frame()
H A Dmpegaudiodsp_template.c33 #define RENAME(n) n##_float macro
53 #define RENAME(n) n##_fixed macro
78 DECLARE_ALIGNED(16, INTFLOAT, RENAME(ff_mdct_win))[8][MDCT_BUF_SIZE];
80 DECLARE_ALIGNED(16, MPA_INT, RENAME(ff_mpa_synth_window))[512+256];
123 void RENAME(ff_mpadsp_apply_window)(MPA_INT *synth_buf, MPA_INT *window, in ff_mpadsp_apply_window()
178 void RENAME(ff_mpa_synth_filter)(MPADSPContext *s, MPA_INT *synth_buf_ptr, in ff_mpa_synth_filter()
190 s->RENAME(dct32)(synth_buf, sb_samples); in ff_mpa_synth_filter()
191 s->RENAME(apply_window)(synth_buf, window, dither_state, samples, incr); in ff_mpa_synth_filter()
228 mpa_synth_init(RENAME(ff_mpa_synth_window)); in mpa_synth_window_init()
231 av_cold void RENAME(ff_mpa_synth_ini
[all...]
H A Dffv1.h185 #define RENAME(name) name macro
188 #undef RENAME macro
191 #define RENAME(name) name ## 32 macro
194 #undef RENAME 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 Dv210_template.c25 static void RENAME(v210_enc)(AVCodecContext *avctx, in v210_enc()
36 const int sample_size = 6 * s->RENAME(sample_factor); in v210_enc()
42 s->RENAME(pack_line)(y, u, v, dst, w); in v210_enc()
47 dst += sample_w * 16 * s->RENAME(sample_factor); in v210_enc()
H A Dffv1_template.c23 static inline int RENAME(predict)(TYPE *src, TYPE *last) in predict()
32 static inline int RENAME(get_context)(PlaneContext *p, TYPE *src, in get_context()
H A Dmpegaudiodec_template.c278 RENAME(ff_mpa_synth_init)(); in decode_init_static()
807 READ_FLIP_SIGN(g->sb_hybrid + s_index, RENAME(expval_table)[exponent] + x) in huffman_decode()
816 READ_FLIP_SIGN(g->sb_hybrid + s_index + 1, RENAME(expval_table)[exponent] + y) in huffman_decode()
829 READ_FLIP_SIGN(g->sb_hybrid + s_index + !!y, RENAME(expval_table)[exponent] + x) in huffman_decode()
877 READ_FLIP_SIGN(g->sb_hybrid + pos, RENAME(exp_table)+exponents[pos]) in huffman_decode()
1155 s->mpadsp.RENAME(imdct36_blocks)(sb_samples, mdct_buf, g->sb_hybrid, in compute_imdct()
1164 win = RENAME(ff_mdct_win)[2 + (4 & -(j & 1))]; in compute_imdct()
1539 RENAME(ff_mpa_synth_filter)(&s->mpadsp, s->synth_buf[ch], in mp_decode_frame()
1541 RENAME(ff_mpa_synth_window), in mp_decode_frame()
H A Dmpegaudiodec_float.c37 #define RENAME(a) a ## _float macro
H A Dmpegaudiodec_fixed.c37 #define RENAME(a) a ## _fixed 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
54 static void RENAME(sum2)(SAMPLE *out, const SAMPLE *in1, const SAMPLE *in2, COEFF *coeffp, integer index1, integer index2, integer len){ in sum2()
63 static void RENAME(copy)(SAMPLE *out, const SAMPLE *in, COEFF *coeffp, integer index, integer len){ in copy()
70 static void RENAME(mix6to2)(SAMPLE **out, const SAMPLE **in, COEFF *coeffp, integer len){ in mix6to2()
80 static void RENAME(mix8to
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
43 void RENAME(swri_noise_shaping)(SwrContext *s, AudioData *dsts, const AudioData *srcs, const AudioData *noises, int count){ in swri_noise_shaping()
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
75 static void RENAME(resample_one)(void *dest, const void *source, in resample_one()
88 static int RENAME(resample_common)(ResampleContext *c, in resample_common()
143 static int RENAME(resample_linear)(ResampleContext *c, in resample_linear()
203 #undef RENAME 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
112 static inline int RENAME(vertClassify)(const uint8_t src[], int stride, PPContext *c){ in vertClassify()
229 static inline void RENAME(doVertLowPass)(uint8_t *src, int stride, PPContext *c) in doVertLowPass()
408 static inline void RENAME(vertX1Filter)(uint8_t *src, int stride, PPContext *co) in vertX1Filter()
535 static inline void RENAME(doVertDefFilte
3732 #undef RENAME global() macro
[all...]
/third_party/toybox/scripts/
H A Dmcm-buildall.sh49 LP="$OUTPUT/${RENAME:-$TARGET}-cross/bin:$LP"
53 OUTPUT="$OUTPUT/${RENAME:-$TARGET}-$TYPE"
82 if [ ! -z "$RENAME" ] && [ "$TYPE" == cross ]
84 CONTEXT="output/$RENAME-cross/bin"
88 ln -sf "$TARGET-$X" "$CONTEXT/$RENAME-$X"
116 RENAME=${PART1/*@/}
117 [ "$RENAME" == "$PART1" ] && RENAME=
125 TYPE=$TYPE TARGET=$TARGET GCC_CONFIG="$PART3" RENAME="$RENAME" \
[all...]
/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/rust/crates/serde/serde_derive_internals/src/
H A Dattr.rs288 let mut ser_name = Attr::none(cx, RENAME); in from_ast()
289 let mut de_name = Attr::none(cx, RENAME); in from_ast()
326 if meta.path == RENAME { in from_ast()
329 let (ser, de) = get_renames(cx, RENAME, &meta)?; in from_ast()
813 let mut ser_name = Attr::none(cx, RENAME); in from_ast()
814 let mut de_name = Attr::none(cx, RENAME); in from_ast()
815 let mut de_aliases = VecAttr::none(cx, RENAME); in from_ast()
840 if meta.path == RENAME { in from_ast()
1078 let mut ser_name = Attr::none(cx, RENAME); in from_ast()
1079 let mut de_name = Attr::none(cx, RENAME); in from_ast()
[all...]
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dattr.rs288 let mut ser_name = Attr::none(cx, RENAME); in from_ast()
289 let mut de_name = Attr::none(cx, RENAME); in from_ast()
326 if meta.path == RENAME { in from_ast()
329 let (ser, de) = get_renames(cx, RENAME, &meta)?; in from_ast()
813 let mut ser_name = Attr::none(cx, RENAME); in from_ast()
814 let mut de_name = Attr::none(cx, RENAME); in from_ast()
815 let mut de_aliases = VecAttr::none(cx, RENAME); in from_ast()
840 if meta.path == RENAME { in from_ast()
1078 let mut ser_name = Attr::none(cx, RENAME); in from_ast()
1079 let mut de_name = Attr::none(cx, RENAME); in from_ast()
[all...]
/third_party/ltp/testcases/kernel/syscalls/symlink/
H A Dsymlink01.c267 #define RENAME "rename01" macro
421 RENAME, 0, 0, 21, creat_symlink, ck_symlink, {
423 RENAME, 0, 0, 22, creat_both, ck_both, {
429 RENAME, 1, EXDEV, 23, creat_both, ck_both, {
487 RENAME, "rename", 2, &test_objects[36],
1003 else if (cktcsid(tc_ptr->tcid, RENAME)) in do_syscalltests()
1271 if (cktcsid(tc_ptr->tcid, RENAME)) { in do_EXDEV()

Completed in 21 milliseconds

12