Home
last modified time | relevance | path

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

123

/third_party/ffmpeg/libswscale/x86/
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 RENAME() function
85RENAME(ff_yuv_420_rgb15)(index, image, pu - index, pv - index, &(c->redDither), py - 2 * index); in RENAME()
[all …]
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.c100 #undef RENAME
101 #define RENAME(a) a ## _mmx macro
105 #undef RENAME
108 #define RENAME(a) a ## _mmxext macro
112 #undef RENAME
115 #define RENAME(a) a ## _sse2 macro
119 #undef RENAME
122 #define RENAME(a) a ## _avx macro
126 #undef RENAME
135 #define RENAME(a) a ## _3dnow macro
Dswscale_template.c69 static void RENAME(yuv2yuvX)(const int16_t *filter, int filterSize, in RENAME() function
340 static void RENAME(yuv2rgb32_X_ar)(SwsContext *c, const int16_t *lumFilter, in RENAME() function
373 static void RENAME(yuv2rgb32_X)(SwsContext *c, const int16_t *lumFilter, in RENAME() function
402 static void RENAME(yuv2bgr32_X)(SwsContext *c, const int16_t *lumFilter, in RENAME() function
459 static void RENAME(yuv2rgb565_X_ar)(SwsContext *c, const int16_t *lumFilter, in RENAME() function
483 static void RENAME(yuv2rgb565_X)(SwsContext *c, const int16_t *lumFilter, in RENAME() function
536 static void RENAME(yuv2rgb555_X_ar)(SwsContext *c, const int16_t *lumFilter, in RENAME() function
560 static void RENAME(yuv2rgb555_X)(SwsContext *c, const int16_t *lumFilter, in RENAME() function
694 static void RENAME(yuv2bgr24_X_ar)(SwsContext *c, const int16_t *lumFilter, in RENAME() function
719 static void RENAME(yuv2bgr24_X)(SwsContext *c, const int16_t *lumFilter, in RENAME() function
[all …]
Dyuv2rgb.c54 #undef RENAME
57 #define RENAME(a) a ## _mmx macro
63 #undef RENAME
66 #define RENAME(a) a ## _mmxext macro
72 #undef RENAME
75 #define RENAME(a) a ## _ssse3 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
79 RENAME(interleave)(b, temp, temp+w2, w2, 1, 1); in RENAME()
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
[all …]
Dffv1dec_template.c23 static av_always_inline int RENAME(decode_line)(FFV1Context *s, int w, in RENAME() function
58 context = RENAME(get_context)(p, sample[1] + x, sample[0] + x, sample[1] + x); in RENAME()
97 sample[1][x] = RENAME(predict)(sample[1] + x, sample[0] + x); in RENAME()
122 … sample[1][x] = av_mod_uintp2(RENAME(predict)(sample[1] + x, sample[0] + x) + (SUINT)diff, bits); in RENAME()
128 static int RENAME(decode_rgb_frame)(FFV1Context *s, uint8_t *src[4], int w, int h, int stride[4]) in RENAME() function
138 sample[x][0] = RENAME(s->sample_buffer) + x * 2 * (w + 6) + 3; in RENAME()
139 sample[x][1] = RENAME(s->sample_buffer) + (x * 2 + 1) * (w + 6) + 3; in RENAME()
144 memset(RENAME(s->sample_buffer), 0, 8 * (w + 6) * sizeof(*RENAME(s->sample_buffer))); in RENAME()
157 ret = RENAME(decode_line)(s, w, sample[p], (p + 1)/2, 9); in RENAME()
159 … ret = RENAME(decode_line)(s, w, sample[p], (p + 1)/2, bits + (s->slice_coding_mode != 1)); in RENAME()
Dmpegaudiodsp_template.c31 #define RENAME(n) n##_float macro
51 #define RENAME(n) n##_fixed macro
76 DECLARE_ALIGNED(16, INTFLOAT, RENAME(ff_mdct_win))[8][MDCT_BUF_SIZE];
78 DECLARE_ALIGNED(16, MPA_INT, RENAME(ff_mpa_synth_window))[512+256];
121 void RENAME(ff_mpadsp_apply_window)(MPA_INT *synth_buf, MPA_INT *window, in RENAME() function
176 void RENAME(ff_mpa_synth_filter)(MPADSPContext *s, MPA_INT *synth_buf_ptr, in RENAME() function
188 s->RENAME(dct32)(synth_buf, sb_samples); in RENAME()
189 s->RENAME(apply_window)(synth_buf, window, dither_state, samples, incr); in RENAME()
195 av_cold void RENAME(ff_mpa_synth_init)(MPA_INT *window) in RENAME() function
224 av_cold void RENAME(ff_init_mpadsp_tabs)(void) in RENAME() function
[all …]
Dffv1enc_template.c23 static av_always_inline int RENAME(encode_line)(FFV1Context *s, int w, in RENAME() function
61 context = RENAME(get_context)(p, sample[0] + x, sample[1] + x, sample[2] + x); in RENAME()
62 diff = sample[0][x] - RENAME(predict)(sample[0] + x, sample[1] + x); in RENAME()
125 static int RENAME(encode_rgb_frame)(FFV1Context *s, const uint8_t *src[4], in RENAME() function
140 memset(RENAME(s->sample_buffer), 0, ring_size * MAX_PLANES * in RENAME()
141 (w + 6) * sizeof(*RENAME(s->sample_buffer))); in RENAME()
146 … sample[p][i]= RENAME(s->sample_buffer) + p*ring_size*(w+6) + ((h+i-y)%ring_size)*(w+6) + 3; in RENAME()
193 ret = RENAME(encode_line)(s, w, sample[p], (p + 1) / 2, 9); in RENAME()
195 … ret = RENAME(encode_line)(s, w, sample[p], (p + 1) / 2, bits + (s->slice_coding_mode != 1)); in RENAME()
/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
52 typedef void (RENAME(mix_any_func_type))(SAMPLE **out, const SAMPLE **in1, COEFF *coeffp, integer l…
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
[all …]
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
82 #undef RENAME
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
203 #undef RENAME
/third_party/typescript/tests/baselines/reference/
DprocessInvalidSyntax1.baseline3 var RENAME = {};
7 RENAME.�� ;
11 RENAME.¬ ;
15 RENAME¬
19 for (RENAME.prop of arr) {
DrenameExportSpecifier2.baseline3 const RENAME = {};
4 export { [|RENAME|] };
8 import { RENAME } from './a';
9 const x = RENAME.toString();
DrenameLabel3.baseline3 [|RENAME|]:
5 if (i === 0) continue RENAME;
6 if (i === 1) continue RENAME;
7 if (i === 10) break RENAME;
DrenameLabel4.baseline3 RENAME:
5 if (i === 0) continue RENAME;
6 if (i === 1) continue [|RENAME|];
7 if (i === 10) break RENAME;
DrenameExportCrash.baseline3 let RENAME;
4 module.exports = [|RENAME|];
5 exports["foo"] = RENAME;
DrenameFunctionParameter2.baseline4 * @param {number} RENAME
6 const foo = function foo([|RENAME|]) {
7 return RENAME;
DrenameFunctionParameter1.baseline5 * @param {number} RENAME
7 this.foo = function foo([|RENAME|]) {
8 return RENAME;
DrenameExportSpecifier.baseline4 export { name as [|RENAME|] };
8 import { RENAME } from './a';
9 const x = RENAME.toString();
/third_party/toybox/scripts/
Dmcm-buildall.sh82 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" \
126 make_toolchain 2>&1 | tee "$OUTPUT"/log/${RENAME:-$PART1}-${TYPE}.log
/third_party/ffmpeg/libpostproc/
Dpostprocess_template.c34 # define RENAME(a) a ## _C macro
40 # define RENAME(a) a ## _altivec macro
46 # define RENAME(a) a ## _MMX macro
54 # define RENAME(a) a ## _MMX2 macro
62 # define RENAME(a) a ## _3DNow macro
72 # define RENAME(a) a ## _SSE2 macro
111 static inline int RENAME(vertClassify)(const uint8_t src[], int stride, PPContext *c){ in RENAME() function
228 static inline void RENAME(doVertLowPass)(uint8_t *src, int stride, PPContext *c) in RENAME() function
407 static inline void RENAME(vertX1Filter)(uint8_t *src, int stride, PPContext *co) in RENAME() function
534 static inline void RENAME(doVertDefFilter)(uint8_t src[], int stride, PPContext *c) in RENAME() function
[all …]
/third_party/gstreamer/gstplugins_bad/gst/yadif/
Dyadif.c61 #undef RENAME
62 #define RENAME(a) a ## _ssse3 macro
68 #undef RENAME
69 #define RENAME(a) a ## _sse2 macro
75 #undef RENAME
76 #define RENAME(a) a ## _mmxext macro
/third_party/ffmpeg/libavcodec/x86/
Dmpegvideoenc.c48 #define RENAME(a) a ## _mmx macro
60 #undef RENAME
62 #define RENAME(a) a ## _mmxext macro
74 #undef RENAME
76 #define RENAME(a) a ## _sse2 macro
88 #undef RENAME
90 #define RENAME(a) a ## _ssse3 macro
/third_party/curl/tests/data/
Dtest8136 RENAME
23 IMAP RENAME mailbox (CUSTOMREQUEST)
26 imap://%HOSTIP:%IMAPPORT -u user:secret -X 'RENAME 666 %TESTNUMBER'
36 A003 RENAME 666 %TESTNUMBER

123