Home
last modified time | relevance | path

Searched refs:low2 (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_adynamicsmooth.c71 double low2 = coeffs[1]; in filter_frame() local
76 double low2z = low2; in filter_frame()
82 low2 = low2z + g * (0.5 * (low1 + low1z) - low2z); in filter_frame()
84 dst[n] = ctx->is_disabled ? src[n] : low2; in filter_frame()
88 coeffs[1] = low2; in filter_frame()
/third_party/selinux/libsepol/src/
Dibpkeys.c134 uint16_t low2 = c->u.ibpkey.low_pkey; in sepol_ibpkey_exists() local
137 if (low2 == low && in sepol_ibpkey_exists()
164 int low2 = c->u.ibpkey.low_pkey; in sepol_ibpkey_query() local
167 if (low2 == low && in sepol_ibpkey_query()
Dports.c194 int low2 = c->u.port.low_port; in sepol_port_exists() local
197 if (proto == proto2 && low2 == low && high2 == high) { in sepol_port_exists()
232 int low2 = c->u.port.low_port; in sepol_port_query() local
235 if (proto == proto2 && low2 == low && high2 == high) { in sepol_port_query()
/third_party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp770 int low2 = astc::min(i, j); in two_partitions_find_best_combination_for_every_quantization_and_integer_count() local
772 if ((high2 - low2) > 1) in two_partitions_find_best_combination_for_every_quantization_and_integer_count()
884 int low2 = astc::min(i, j); in three_partitions_find_best_combination_for_every_quantization_and_integer_count() local
886 if ((high2 - low2) > 1) in three_partitions_find_best_combination_for_every_quantization_and_integer_count()
893 int low3 = astc::min(k, low2); in three_partitions_find_best_combination_for_every_quantization_and_integer_count()
1009 int low2 = astc::min(i, j); in four_partitions_find_best_combination_for_every_quantization_and_integer_count() local
1011 if ((high2 - low2) > 1) in four_partitions_find_best_combination_for_every_quantization_and_integer_count()
1018 int low3 = astc::min(k, low2); in four_partitions_find_best_combination_for_every_quantization_and_integer_count()
/third_party/selinux/checkpolicy/
Dpolicy_define.c4764 uint64_t low2, high2; in define_iomem_context() local
4766 low2 = c->u.iomem.low_iomem; in define_iomem_context()
4768 if (low <= high2 && low2 <= high) { in define_iomem_context()
4771 low2, high2); in define_iomem_context()
4828 uint32_t low2, high2; in define_ioport_context() local
4830 low2 = c->u.ioport.low_ioport; in define_ioport_context()
4832 if (low <= high2 && low2 <= high) { in define_ioport_context()
4835 low2, high2); in define_ioport_context()
5021 unsigned int prot2, low2, high2; in define_port_context() local
5024 low2 = c->u.port.low_port; in define_port_context()
[all …]