Home
last modified time | relevance | path

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

1234

/third_party/ffmpeg/libavcodec/x86/
Drv40dsp_init.c79 #define QPEL_FUNC_DECL(OP, SIZE, PH, PV, OPT) \ in DECLARE_WEIGHT() argument
80 static void OP ## rv40_qpel ##SIZE ##_mc ##PH ##PV ##OPT(uint8_t *dst, \ in DECLARE_WEIGHT()
91 ff_put_rv40_qpel_h ##OPT(tmp + i, SIZE, src + i, stride, \ in DECLARE_WEIGHT()
94 ff_ ##OP ##rv40_qpel_v ##OPT(dst + i, stride, tmpptr + i, \ in DECLARE_WEIGHT()
98 ff_ ##OP ##rv40_qpel_v ## OPT(dst + i, stride, src + i, \ in DECLARE_WEIGHT()
102 ff_ ##OP ##rv40_qpel_h ## OPT(dst + i, stride, src + i, \ in DECLARE_WEIGHT()
109 #define QPEL_FUNCS_DECL(OP, PH, PV, OPT) \ argument
110 QPEL_FUNC_DECL(OP, 8, PH, PV, OPT) \
111 QPEL_FUNC_DECL(OP, 16, PH, PV, OPT)
114 #define QPEL_MC_DECL(OP, OPT) \ argument
[all …]
Dvp8dsp_init.c123 #define TAP_W16(OPT, FILTERTYPE, TAPTYPE) \ argument
124 static void ff_put_vp8_ ## FILTERTYPE ## 16_ ## TAPTYPE ## _ ## OPT( \
128 ff_put_vp8_ ## FILTERTYPE ## 8_ ## TAPTYPE ## _ ## OPT( \
130 ff_put_vp8_ ## FILTERTYPE ## 8_ ## TAPTYPE ## _ ## OPT( \
133 #define TAP_W8(OPT, FILTERTYPE, TAPTYPE) \ argument
134 static void ff_put_vp8_ ## FILTERTYPE ## 8_ ## TAPTYPE ## _ ## OPT( \
138 ff_put_vp8_ ## FILTERTYPE ## 4_ ## TAPTYPE ## _ ## OPT( \
140 ff_put_vp8_ ## FILTERTYPE ## 4_ ## TAPTYPE ## _ ## OPT( \
167 #define HVTAP(OPT, ALIGN, TAPNUMX, TAPNUMY, SIZE, MAXHEIGHT) \ argument
168 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, \
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir.c515 #define OPT(pass, ...) ({ \ macro
535 OPT(nir_split_array_vars, nir_var_function_temp); in brw_nir_optimize()
536 OPT(nir_shrink_vec_array_vars, nir_var_function_temp); in brw_nir_optimize()
537 OPT(nir_opt_deref); in brw_nir_optimize()
538 OPT(nir_lower_vars_to_ssa); in brw_nir_optimize()
544 OPT(nir_opt_find_array_copies); in brw_nir_optimize()
546 OPT(nir_opt_copy_prop_vars); in brw_nir_optimize()
547 OPT(nir_opt_dead_write_vars); in brw_nir_optimize()
548 OPT(nir_opt_combine_stores, nir_var_all); in brw_nir_optimize()
551 OPT(nir_lower_alu_to_scalar, NULL, NULL); in brw_nir_optimize()
[all …]
Dbrw_vec4.cpp2747 #define OPT(pass, args...) ({ \ in run() macro
2780 OPT(opt_predicated_break, this); in run()
2781 OPT(opt_reduce_swizzle); in run()
2782 OPT(dead_code_eliminate); in run()
2783 OPT(dead_control_flow_eliminate, this); in run()
2784 OPT(opt_copy_propagation); in run()
2785 OPT(opt_cmod_propagation); in run()
2786 OPT(opt_cse); in run()
2787 OPT(opt_algebraic); in run()
2788 OPT(opt_register_coalesce); in run()
[all …]
/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/mesa3d/src/freedreno/ir3/
Dir3_nir.c186 #define OPT(nir, pass, ...) \ macro
207 progress |= OPT(s, nir_opt_copy_prop_vars); in ir3_optimize_loop()
208 progress |= OPT(s, nir_opt_dead_write_vars); in ir3_optimize_loop()
209 progress |= OPT(s, nir_lower_alu_to_scalar, NULL, NULL); in ir3_optimize_loop()
210 progress |= OPT(s, nir_lower_phis_to_scalar, false); in ir3_optimize_loop()
212 progress |= OPT(s, nir_copy_prop); in ir3_optimize_loop()
213 progress |= OPT(s, nir_opt_dce); in ir3_optimize_loop()
214 progress |= OPT(s, nir_opt_cse); in ir3_optimize_loop()
219 progress |= OPT(s, nir_opt_gcm, true); in ir3_optimize_loop()
221 progress |= OPT(s, nir_opt_gcm, false); in ir3_optimize_loop()
[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/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/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/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/mindspore/mindspore/ccsrc/frontend/optimizer/
Dpy_pass_manager.cc47 phase_to_group_[Phase::OPT] = std::make_shared<PassGroup>("After_OPT_PassGroup"); in PyPassManager()
57 cur_pg = GetPassGroup(Phase::OPT); in Register()
69 auto opt_pm = GetPassGroup(Phase::OPT); in Unregister()
82 auto cur_pg = GetPassGroup(Phase::OPT); in GenNewParameter()
101 …enum_<Phase>(*m, "phase", py::arithmetic()).value("pre_ad", Phase::PREAD).value("opt", Phase::OPT); in __anon21ced1ed0102()
/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/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.sh23 OPT="-days 3653 -sha256"
27 $OPENSSL req -new -x509 -subj "/C=UK/O=mbed TLS/CN=CA00" $OPT \
42 $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/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp2331 #define OPT(PASS, ...) do { \ in do_common_optimization() macro
2345 OPT(lower_instructions, ir, SUB_TO_ADD_NEG); in do_common_optimization()
2348 OPT(do_function_inlining, ir); in do_common_optimization()
2349 OPT(do_dead_functions, ir); in do_common_optimization()
2350 OPT(do_structure_splitting, ir); in do_common_optimization()
2352 OPT(propagate_invariance, ir); in do_common_optimization()
2353 OPT(do_if_simplification, ir); in do_common_optimization()
2354 OPT(opt_flatten_nested_if_blocks, ir); in do_common_optimization()
2355 OPT(opt_conditional_discard, ir); in do_common_optimization()
2356 OPT(do_copy_propagation_elements, ir); in do_common_optimization()
[all …]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.c134 #define OPT(nir, pass, ...) ({ \ macro
148 progress |= OPT(s, nir_opt_copy_prop_vars); in etna_optimize_loop()
149 progress |= OPT(s, nir_opt_shrink_vectors, true); in etna_optimize_loop()
150 progress |= OPT(s, nir_copy_prop); in etna_optimize_loop()
151 progress |= OPT(s, nir_opt_dce); in etna_optimize_loop()
152 progress |= OPT(s, nir_opt_cse); in etna_optimize_loop()
153 progress |= OPT(s, nir_opt_peephole_select, 16, true, true); in etna_optimize_loop()
154 progress |= OPT(s, nir_opt_intrinsics); in etna_optimize_loop()
155 progress |= OPT(s, nir_opt_algebraic); in etna_optimize_loop()
156 progress |= OPT(s, nir_opt_constant_folding); in etna_optimize_loop()
[all …]
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c61 #define OPT(nir, pass, ...) \ macro
77 progress |= OPT(s, nir_opt_copy_prop_vars); in ir2_optimize_loop()
78 progress |= OPT(s, nir_copy_prop); in ir2_optimize_loop()
79 progress |= OPT(s, nir_opt_dce); in ir2_optimize_loop()
80 progress |= OPT(s, nir_opt_cse); in ir2_optimize_loop()
82 progress |= OPT(s, nir_opt_peephole_select, UINT_MAX, true, true); in ir2_optimize_loop()
83 progress |= OPT(s, nir_opt_intrinsics); in ir2_optimize_loop()
84 progress |= OPT(s, nir_opt_algebraic); in ir2_optimize_loop()
85 progress |= OPT(s, nir_opt_constant_folding); in ir2_optimize_loop()
86 progress |= OPT(s, nir_opt_dead_cf); in ir2_optimize_loop()
[all …]
/third_party/python/Mac/PythonLauncher/
DMakefile.in4 OPT=@OPT@
5 CFLAGS=@CFLAGS@ $(BASECFLAGS) $(OPT)
/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"

1234