Home
last modified time | relevance | path

Searched refs:OPT (Results 1 – 25 of 70) sorted by relevance

123

/third_party/ffmpeg/libavcodec/x86/
Drv40dsp_init.c78 #define QPEL_FUNC_DECL(OP, SIZE, PH, PV, OPT) \ in DECLARE_WEIGHT() argument
79 static void OP ## rv40_qpel ##SIZE ##_mc ##PH ##PV ##OPT(uint8_t *dst, \ in DECLARE_WEIGHT()
90 ff_put_rv40_qpel_h ##OPT(tmp + i, SIZE, src + i, stride, \ in DECLARE_WEIGHT()
93 ff_ ##OP ##rv40_qpel_v ##OPT(dst + i, stride, tmpptr + i, \ in DECLARE_WEIGHT()
97 ff_ ##OP ##rv40_qpel_v ## OPT(dst + i, stride, src + i, \ in DECLARE_WEIGHT()
101 ff_ ##OP ##rv40_qpel_h ## OPT(dst + i, stride, src + i, \ in DECLARE_WEIGHT()
108 #define QPEL_FUNCS_DECL(OP, PH, PV, OPT) \ argument
109 QPEL_FUNC_DECL(OP, 8, PH, PV, OPT) \
110 QPEL_FUNC_DECL(OP, 16, PH, PV, OPT)
113 #define QPEL_MC_DECL(OP, OPT) \ argument
[all …]
Dvp8dsp_init.c122 #define TAP_W16(OPT, FILTERTYPE, TAPTYPE) \ argument
123 static void ff_put_vp8_ ## FILTERTYPE ## 16_ ## TAPTYPE ## _ ## OPT( \
127 ff_put_vp8_ ## FILTERTYPE ## 8_ ## TAPTYPE ## _ ## OPT( \
129 ff_put_vp8_ ## FILTERTYPE ## 8_ ## TAPTYPE ## _ ## OPT( \
132 #define TAP_W8(OPT, FILTERTYPE, TAPTYPE) \ argument
133 static void ff_put_vp8_ ## FILTERTYPE ## 8_ ## TAPTYPE ## _ ## OPT( \
137 ff_put_vp8_ ## FILTERTYPE ## 4_ ## TAPTYPE ## _ ## OPT( \
139 ff_put_vp8_ ## FILTERTYPE ## 4_ ## TAPTYPE ## _ ## OPT( \
166 #define HVTAP(OPT, ALIGN, TAPNUMX, TAPNUMY, SIZE, MAXHEIGHT) \ argument
167 static void ff_put_vp8_epel ## SIZE ## _h ## TAPNUMX ## v ## TAPNUMY ## _ ## OPT( \
[all …]
Dh264dsp_init.c29 #define IDCT_ADD_FUNC(NUM, DEPTH, OPT) \ argument
30 void ff_h264_idct ## NUM ## _add_ ## DEPTH ## _ ## OPT(uint8_t *dst, \
52 #define IDCT_ADD_REP_FUNC(NUM, REP, DEPTH, OPT) \ argument
53 void ff_h264_idct ## NUM ## _add ## REP ## _ ## DEPTH ## _ ## OPT \
74 #define IDCT_ADD_REP_FUNC2(NUM, REP, DEPTH, OPT) \ argument
75 void ff_h264_idct ## NUM ## _add ## REP ## _ ## DEPTH ## _ ## OPT \
102 #define LF_FUNC(DIR, TYPE, DEPTH, OPT) \ argument
103 void ff_deblock_ ## DIR ## _ ## TYPE ## _ ## DEPTH ## _ ## OPT(uint8_t *pix, \
108 #define LF_IFUNC(DIR, TYPE, DEPTH, OPT) \ argument
109 void ff_deblock_ ## DIR ## _ ## TYPE ## _ ## DEPTH ## _ ## OPT(uint8_t *pix, \
[all …]
Dh264_intrapred_init.c27 #define PRED4x4(TYPE, DEPTH, OPT) \ argument
28 void ff_pred4x4_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
48 #define PRED8x8(TYPE, DEPTH, OPT) \ argument
49 void ff_pred8x8_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
59 #define PRED8x8L(TYPE, DEPTH, OPT)\ argument
60 void ff_pred8x8l_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
89 #define PRED16x16(TYPE, DEPTH, OPT)\ argument
90 void ff_pred16x16_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
Dh264_qpel.c408 #define LUMA_MC_OP(OP, NUM, DEPTH, TYPE, OPT) \ in QPEL_H264() argument
409 void ff_ ## OP ## _h264_qpel ## NUM ## _ ## TYPE ## _ ## DEPTH ## _ ## OPT \ in QPEL_H264()
412 #define LUMA_MC_ALL(DEPTH, TYPE, OPT) \ argument
413 LUMA_MC_OP(put, 4, DEPTH, TYPE, OPT) \
414 LUMA_MC_OP(avg, 4, DEPTH, TYPE, OPT) \
415 LUMA_MC_OP(put, 8, DEPTH, TYPE, OPT) \
416 LUMA_MC_OP(avg, 8, DEPTH, TYPE, OPT) \
417 LUMA_MC_OP(put, 16, DEPTH, TYPE, OPT) \
418 LUMA_MC_OP(avg, 16, DEPTH, TYPE, OPT)
420 #define LUMA_MC_816(DEPTH, TYPE, OPT) \ argument
[all …]
Dh264chroma_init.c56 #define CHROMA_MC(OP, NUM, DEPTH, OPT) \ argument
57 void ff_ ## OP ## _h264_chroma_mc ## NUM ## _ ## DEPTH ## _ ## OPT \
/third_party/libphonenumber/resources/carrier/en/
D687.txt15 # Office des Postes et Telecommunications brand name is OPT-NC.
17 6875|OPT-NC
18 6877|OPT-NC
19 68780|OPT-NC
20 68781|OPT-NC
21 68782|OPT-NC
22 68783|OPT-NC
23 68784|OPT-NC
24 68785|OPT-NC
25 68786|OPT-NC
[all …]
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dtimepng.c482 # define OPT(name) else if (strcmp(opt, #name) == 0)\ in main() macro
485 OPT(STRIP_16); in main()
486 OPT(STRIP_ALPHA); in main()
487 OPT(PACKING); in main()
488 OPT(PACKSWAP); in main()
489 OPT(EXPAND); in main()
490 OPT(INVERT_MONO); in main()
491 OPT(SHIFT); in main()
492 OPT(BGR); in main()
493 OPT(SWAP_ALPHA); in main()
[all …]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dtimepng.c482 # define OPT(name) else if (strcmp(opt, #name) == 0)\ in main() macro
485 OPT(STRIP_16); in main()
486 OPT(STRIP_ALPHA); in main()
487 OPT(PACKING); in main()
488 OPT(PACKSWAP); in main()
489 OPT(EXPAND); in main()
490 OPT(INVERT_MONO); in main()
491 OPT(SHIFT); in main()
492 OPT(BGR); in main()
493 OPT(SWAP_ALPHA); in main()
[all …]
/third_party/libpng/contrib/libtests/
Dtimepng.c482 # define OPT(name) else if (strcmp(opt, #name) == 0)\ in main() macro
485 OPT(STRIP_16); in main()
486 OPT(STRIP_ALPHA); in main()
487 OPT(PACKING); in main()
488 OPT(PACKSWAP); in main()
489 OPT(EXPAND); in main()
490 OPT(INVERT_MONO); in main()
491 OPT(SHIFT); in main()
492 OPT(BGR); in main()
493 OPT(SWAP_ALPHA); in main()
[all …]
/third_party/libjpeg/
Dmakefile.vms97 rdtarga.obj,rdrle.obj,rdbmp.obj,rdswitch.obj,cdjpeg.obj,libjpeg.olb/Library'OPT'
109 wrtarga.obj,wrrle.obj,wrbmp.obj,rdcolmap.obj,cdjpeg.obj,libjpeg.olb/Library'OPT'
117 cdjpeg.obj,transupp.obj,libjpeg.olb/Library'OPT'
120 $ Link /NoMap /Executable = rdjpgcom.exe rdjpgcom.obj'OPT'
123 $ Link /NoMap /Executable = wrjpgcom.exe wrjpgcom.obj'OPT'
/third_party/uboot/u-boot-2020.01/scripts/
Dcoccicheck179 OPT=`grep "Option" $COCCI | cut -d':' -f2`
200 echo "with option(s) \"$OPT\""
232 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || \
234 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || \
236 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || \
238 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || exit 1
241 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff && \
243 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || exit 1
245 run_cmd $SPATCH -D $MODE $FLAGS --cocci-file $COCCI $OPT $OPTIONS || exit 1
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
Dmemtoy.h74 #define set_option(OPT) gcp->options |= (OPTION_##OPT) argument
75 #define clear_option(OPT) gcp->options &= ~(OPION_##OPTT) argument
76 #define is_option(OPT) ((gcp->options & OPTION_##OPT) != 0) argument
/third_party/boost/tools/build/src/tools/
Dvmsdecc.jam91 flags vmsdecc.compile OPTIONS <optimization>speed : /OPT=INLINE=SPEED/OPT=NOINLINE ;
92 flags vmsdecc.compile OPTIONS <optimization>space : /OPT=INLINE=SIZE/OPT=NOINLINE ;
99 flags vmsdecc.compile.c++ OPTIONS <inlining>off : /OPT=NOINLINE ;
338 "$(nl)OPT-FILE = $(opt-file) ;" ;
401 "$(nl) if $($)(OPT-FILE)"
403 "$(nl) DEPENDS all : $($)(OPT-FILE) ;"
404 "$(nl) DEPENDS $($)(OPT-FILE) : $($)(LIBS) $($)(OBJS) ;"
405 "$(nl) mainmod-link-opt $($)(OPT-FILE) : $($)(LIBS) : $($)(OBJS) ;"
438 LINK-MAINMOD-OPT on $(targets[1]) = $(targets[1]:TG=:R=$(locate):S=$MAINMOD.opt) ;
442 DEPENDS $(targets) : [ on $(targets) return $(LINK-MAINMOD-OPT) ] ;
[all …]
/third_party/openssl/demos/bio/
Ddescrip.mms16 IF "$(SHARED)" .EQS. "TRUE" THEN DEFINE OPT []shared.opt
17 IF "$(SHARED)" .NES. "TRUE" THEN DEFINE OPT []static.opt
20 DEASSIGN OPT
27 $(LINK) $(LINKFLAGS) $<,OPT:/OPT
/third_party/skia/third_party/externals/libwebp/examples/
Dunicode.h56 #define WFOPEN(ARG, OPT) _wfopen((const W_CHAR*)ARG, TO_W_CHAR(OPT)) argument
83 #define WFOPEN(ARG, OPT) fopen(ARG, OPT) argument
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dunicode.h56 #define WFOPEN(ARG, OPT) _wfopen((const W_CHAR*)ARG, TO_W_CHAR(OPT)) argument
83 #define WFOPEN(ARG, OPT) fopen(ARG, OPT) argument
/third_party/mbedtls/tests/data_files/dir-maxpath/
Dlong.sh50 OPT="-days 3653 -sha256"
54 $OPENSSL req -new -x509 -subj "/C=UK/O=mbed TLS/CN=CA00" $OPT \
69 $OPENSSL x509 -req -CA ${UP}.crt -CAkey ${UP}.key -set_serial 1 $OPT \
/third_party/ffmpeg/tools/
Dpatcheck14 OPT="-nH"
32 $GREP $OPT '^+' $* | $GREP -v ':+++'| $EGREP --color=always -- "$arg"> $TMP && printf "\n$msg\n"
41 …$GREP $OPT '^+' $* | $GREP -v ':+++' | $EGREP -v -- "$varg" | $EGREP --color=always -- "$arg" > $T…
66 $EGREP $OPT '^\+ *(const *|)static' $*| $EGREP --color=always '[^=]= *(0|NULL)[^0-9a-zA-Z]'> $TMP &…
121 $EGREP -B2 $OPT '^(\+|) *('"$ERE_TYPES"'|# *define)' $* | $EGREP -A2 --color=always '(:|-)\+[^/]*/(…
/third_party/python/Mac/PythonLauncher/
DMakefile.in4 OPT=@OPT@
5 CFLAGS=@CFLAGS@ $(BASECFLAGS) $(OPT)
/third_party/cares/
DMakefile.netware43 OPT = -O2
46 OPT = -g
77 CFLAGS += $(OPT) -D$(DB) -DNETWARE -DHAVE_CONFIG_H -nostdinc
/third_party/node/deps/cares/
DMakefile.netware43 OPT = -O2
46 OPT = -g
77 CFLAGS += $(OPT) -D$(DB) -DNETWARE -DHAVE_CONFIG_H -nostdinc
/third_party/python/Misc/
Dpython-config.sh.in48 OPT="@OPT@"
94 echo "$INCDIR $PLATINCDIR $BASECFLAGS $CFLAGS $OPT"
/third_party/curl/docs/examples/
DMakefile.netware100 OPT = -O2
103 OPT = -g
137 CFLAGS += $(OPT) -D$(DB) -DNETWARE -DHAVE_CONFIG_H -nostdinc
/third_party/curl/src/
DMakefile.netware116 OPT = -O2
119 OPT = -g
153 CFLAGS += $(OPT) -D$(DB) -DNETWARE -DHAVE_CONFIG_H -nostdinc

123