/dports/multimedia/kvazaar/kvazaar-2.1.0/src/strategies/generic/ |
H A D | encode_coding_tree-generic.c | 200 uint32_t ctx_set = (i > 0 && type == 0) ? 2 : 0; in kvz_encode_coeff_nxn_generic() local 205 ctx_set++; in kvz_encode_coeff_nxn_generic() 210 base_ctx_mod = (type == 0) ? &(cabac->ctx.cu_one_model_luma[4 * ctx_set]) : in kvz_encode_coeff_nxn_generic() 211 &(cabac->ctx.cu_one_model_chroma[4 * ctx_set]); in kvz_encode_coeff_nxn_generic() 232 base_ctx_mod = (type == 0) ? &(cabac->ctx.cu_abs_model_luma[ctx_set]) : in kvz_encode_coeff_nxn_generic() 233 &(cabac->ctx.cu_abs_model_chroma[ctx_set]); in kvz_encode_coeff_nxn_generic()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/msm_bus/bus_agg_clk/ |
H A D | format | 10 field:int ctx_set; offset:12; size:4; signed:1; 13 print fmt: "node_id:%u ctx:%d agg_clk:%llu", REC->node_id, REC->ctx_set, (unsigned long long)REC->a…
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/msm_bus/bus_agg_bw/ |
H A D | format | 11 field:int ctx_set; offset:16; size:4; signed:1; 14 print fmt: "node_id:%u rpm_id:%d rpm_ctx:%d agg_ab:%llu", REC->node_id, REC->rpm_id, REC->ctx_set, …
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/msm_bus/bus_agg_bw/ |
H A D | format | 11 field:int ctx_set; offset:16; size:4; signed:1; 14 print fmt: "node_id:%u rpm_id:%d ctx:%d agg_ab:%llu", REC->node_id, REC->rpm_id, REC->ctx_set, (uns…
|
/dports/mail/dovecot/dovecot-2.3.17/src/lib-ssl-iostream/ |
H A D | iostream-openssl.c | 159 const struct ssl_iostream_settings *ctx_set = &ssl_io->ctx->set; in openssl_iostream_set() local 166 strcmp(ctx_set->cipher_list, set->cipher_list) != 0) { in openssl_iostream_set() 176 (ctx_set->curve_list == NULL || strcmp(ctx_set->curve_list, set->curve_list) != 0)) { in openssl_iostream_set() 187 strcmp(ctx_set->ciphersuites, set->ciphersuites) != 0) { in openssl_iostream_set() 218 if (set->cert.cert != NULL && strcmp(ctx_set->cert.cert, set->cert.cert) != 0) { in openssl_iostream_set() 222 if (set->cert.key != NULL && strcmp(ctx_set->cert.key, set->cert.key) != 0) { in openssl_iostream_set() 226 if (set->alt_cert.cert != NULL && strcmp(ctx_set->alt_cert.cert, set->alt_cert.cert) != 0) { in openssl_iostream_set() 230 if (set->alt_cert.key != NULL && strcmp(ctx_set->alt_cert.key, set->alt_cert.key) != 0) { in openssl_iostream_set()
|
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/strategies/avx2/ |
H A D | encode_coding_tree-avx2.c | 484 uint32_t ctx_set = (i > 0 && type == 0) ? 2 : 0; in kvz_encode_coeff_nxn_avx2() local 495 ctx_set++; in kvz_encode_coeff_nxn_avx2() 498 base_ctx_mod = (type == 0) ? &(cabac->ctx.cu_one_model_luma[4 * ctx_set]) : in kvz_encode_coeff_nxn_avx2() 499 &(cabac->ctx.cu_one_model_chroma[4 * ctx_set]); in kvz_encode_coeff_nxn_avx2() 529 base_ctx_mod = (type == 0) ? &(cabac->ctx.cu_abs_model_luma[ctx_set]) : in kvz_encode_coeff_nxn_avx2() 530 &(cabac->ctx.cu_abs_model_chroma[ctx_set]); in kvz_encode_coeff_nxn_avx2()
|
/dports/misc/mxnet/incubator-mxnet-1.9.0/python/mxnet/gluon/ |
H A D | block.py | 128 ctx_set = set() 137 ctx_set = ctx_set | ele_ctx_set 140 return has_symbol, has_ndarray, ctx_set, first_ctx 1112 _, _, ctx_set, _ = _gather_type_ctx_info(list(args)) 1113 ctx = ctx_set.pop() if len(ctx_set) > 0 else None 1298 has_symbol, has_ndarray, ctx_set, _ = _gather_type_ctx_info([x] + list(args)) 1302 if len(ctx_set) > 1: 1307 'Find all contexts = {}'.format(ctx_set)) 1475 has_symbol, has_ndarray, ctx_set, first_ctx = _gather_type_ctx_info([x] + list(args)) 1485 if len(ctx_set) > 1: [all …]
|
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/python/mxnet/gluon/ |
H A D | block.py | 128 ctx_set = set() 137 ctx_set = ctx_set | ele_ctx_set 140 return has_symbol, has_ndarray, ctx_set, first_ctx 1112 _, _, ctx_set, _ = _gather_type_ctx_info(list(args)) 1113 ctx = ctx_set.pop() if len(ctx_set) > 0 else None 1298 has_symbol, has_ndarray, ctx_set, _ = _gather_type_ctx_info([x] + list(args)) 1302 if len(ctx_set) > 1: 1307 'Find all contexts = {}'.format(ctx_set)) 1475 has_symbol, has_ndarray, ctx_set, first_ctx = _gather_type_ctx_info([x] + list(args)) 1485 if len(ctx_set) > 1: [all …]
|
/dports/net/nng/nng-1.5.2/src/ |
H A D | nng.c | 393 ctx_set(nng_ctx id, const char *n, const void *v, size_t sz, nni_type t) in ctx_set() function 412 return (ctx_set(id, n, v, sz, NNI_TYPE_OPAQUE)); in nng_ctx_set() 418 return (ctx_set(id, n, &v, sizeof(v), NNI_TYPE_INT32)); in nng_ctx_set_int() 424 return (ctx_set(id, n, &v, sizeof(v), NNI_TYPE_BOOL)); in nng_ctx_set_bool() 430 return (ctx_set(id, n, &v, sizeof(v), NNI_TYPE_SIZE)); in nng_ctx_set_size() 436 return (ctx_set(id, n, &v, sizeof(v), NNI_TYPE_UINT64)); in nng_ctx_set_uint64() 442 return (ctx_set(id, n, &v, sizeof(v), NNI_TYPE_DURATION)); in nng_ctx_set_ms() 448 return (ctx_set(id, n, &v, sizeof(v), NNI_TYPE_POINTER)); in nng_ctx_set_ptr() 455 ctx_set(id, n, v, v == NULL ? 0 : strlen(v) + 1, NNI_TYPE_STRING)); in nng_ctx_set_string() 461 return (ctx_set(id, n, v, sizeof(*v), NNI_TYPE_SOCKADDR)); in nng_ctx_set_addr()
|
/dports/net/samba412/samba-4.12.15/source3/rpc_server/fss/ |
H A D | srv_fss_private.h | 75 bool ctx_set; /* whether client has set context */ member
|
H A D | srv_fss_agent.c | 500 fss_global.ctx_set = false; in fss_seq_tout_handler() 584 fss_global.ctx_set = true; in _fss_SetContext() 621 if (!fss_global.ctx_set) { in _fss_StartShadowCopySet() 1266 fss_global.ctx_set = false; in _fss_RecoveryCompleteShadowCopySet()
|
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/ |
H A D | rdo.c | 705 uint16_t ctx_set = 0; in kvz_rdoq() local 758 ctx_set = (scanpos > 0 && type == 0) ? 2 : 0; in kvz_rdoq() 801 uint16_t one_ctx = 4 * ctx_set + c1; in kvz_rdoq() 802 uint16_t abs_ctx = ctx_set + c2; in kvz_rdoq() 862 ctx_set = (scanpos == SCAN_SET_SIZE || type != 0) ? 0 : 2; in kvz_rdoq() 864 ctx_set++; in kvz_rdoq()
|
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/ |
H A D | hevc_cabac.c | 1367 int ctx_set = (i > 0 && c_idx == 0) ? 2 : 0; in ff_hevc_hls_residual_coding() local 1378 ctx_set++; in ff_hevc_hls_residual_coding() 1383 int inc = (ctx_set << 2) + greater1_ctx; in ff_hevc_hls_residual_coding() 1406 …greater1_flag[first_greater1_coeff_idx] += coeff_abs_level_greater2_flag_decode(s, c_idx, ctx_set); in ff_hevc_hls_residual_coding()
|
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/ |
H A D | hevc_cabac.c | 1391 int ctx_set = (i > 0 && c_idx == 0) ? 2 : 0; in ff_hevc_hls_residual_coding() local 1402 ctx_set++; in ff_hevc_hls_residual_coding() 1407 int inc = (ctx_set << 2) + greater1_ctx; in ff_hevc_hls_residual_coding() 1430 …greater1_flag[first_greater1_coeff_idx] += coeff_abs_level_greater2_flag_decode(s, c_idx, ctx_set); in ff_hevc_hls_residual_coding()
|
/dports/graphics/libbpg/libbpg-0.9.8/libavcodec/ |
H A D | hevc_cabac.c | 1403 int ctx_set = (i > 0 && c_idx == 0) ? 2 : 0; in ff_hevc_hls_residual_coding() local 1414 ctx_set++; in ff_hevc_hls_residual_coding() 1419 int inc = (ctx_set << 2) + greater1_ctx; in ff_hevc_hls_residual_coding() 1442 …greater1_flag[first_greater1_coeff_idx] += coeff_abs_level_greater2_flag_decode(s, c_idx, ctx_set); in ff_hevc_hls_residual_coding()
|
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/ |
H A D | hevc_cabac.c | 1367 int ctx_set = (i > 0 && c_idx == 0) ? 2 : 0; in ff_hevc_hls_residual_coding() local 1378 ctx_set++; in ff_hevc_hls_residual_coding() 1383 int inc = (ctx_set << 2) + greater1_ctx; in ff_hevc_hls_residual_coding() 1406 …greater1_flag[first_greater1_coeff_idx] += coeff_abs_level_greater2_flag_decode(s, c_idx, ctx_set); in ff_hevc_hls_residual_coding()
|
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/ |
H A D | hevc_cabac.c | 1360 int ctx_set = (i > 0 && c_idx == 0) ? 2 : 0; in ff_hevc_hls_residual_coding() local 1371 ctx_set++; in ff_hevc_hls_residual_coding() 1376 int inc = (ctx_set << 2) + greater1_ctx; in ff_hevc_hls_residual_coding() 1399 …greater1_flag[first_greater1_coeff_idx] += coeff_abs_level_greater2_flag_decode(s, c_idx, ctx_set); in ff_hevc_hls_residual_coding()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/ |
H A D | hevc_cabac.c | 1360 int ctx_set = (i > 0 && c_idx == 0) ? 2 : 0; in ff_hevc_hls_residual_coding() local 1371 ctx_set++; in ff_hevc_hls_residual_coding() 1376 int inc = (ctx_set << 2) + greater1_ctx; in ff_hevc_hls_residual_coding() 1399 …greater1_flag[first_greater1_coeff_idx] += coeff_abs_level_greater2_flag_decode(s, c_idx, ctx_set); in ff_hevc_hls_residual_coding()
|
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/ |
H A D | hevc_cabac.c | 1391 int ctx_set = (i > 0 && c_idx == 0) ? 2 : 0; in ff_hevc_hls_residual_coding() local 1402 ctx_set++; in ff_hevc_hls_residual_coding() 1407 int inc = (ctx_set << 2) + greater1_ctx; in ff_hevc_hls_residual_coding() 1430 …greater1_flag[first_greater1_coeff_idx] += coeff_abs_level_greater2_flag_decode(s, c_idx, ctx_set); in ff_hevc_hls_residual_coding()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/ |
H A D | hevc_cabac.c | 1360 int ctx_set = (i > 0 && c_idx == 0) ? 2 : 0; in ff_hevc_hls_residual_coding() local 1371 ctx_set++; in ff_hevc_hls_residual_coding() 1376 int inc = (ctx_set << 2) + greater1_ctx; in ff_hevc_hls_residual_coding() 1399 …greater1_flag[first_greater1_coeff_idx] += coeff_abs_level_greater2_flag_decode(s, c_idx, ctx_set); in ff_hevc_hls_residual_coding()
|
/dports/math/barvinok/barvinok-0.41.5/isl/interface/ |
H A D | template_cpp.cc | 666 static Signature ctx_set = { { Domain }, { { Ctx } } }; variable 708 { "union_set", { ctx_params, ctx_set } }, 710 { "union_pw_multi_aff", { ctx_set, ctx_map } },
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/External/isl/interface/ |
H A D | template_cpp.cc | 691 static Signature ctx_set = { { Domain }, { { Ctx } } }; variable 733 { "union_set", { ctx_params, ctx_set } }, 735 { "union_pw_multi_aff", { ctx_set, ctx_map } },
|
/dports/devel/isl/isl-0.24/interface/ |
H A D | template_cpp.cc | 666 static Signature ctx_set = { { Domain }, { { Ctx } } }; variable 708 { "union_set", { ctx_params, ctx_set } }, 710 { "union_pw_multi_aff", { ctx_set, ctx_map } },
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/External/isl/interface/ |
H A D | template_cpp.cc | 691 static Signature ctx_set = { { Domain }, { { Ctx } } }; variable 733 { "union_set", { ctx_params, ctx_set } }, 735 { "union_pw_multi_aff", { ctx_set, ctx_map } },
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/External/isl/interface/ |
H A D | template_cpp.cc | 691 static Signature ctx_set = { { Domain }, { { Ctx } } }; variable 733 { "union_set", { ctx_params, ctx_set } }, 735 { "union_pw_multi_aff", { ctx_set, ctx_map } },
|