Home
last modified time | relevance | path

Searched refs:rcu (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dcodec-utils.c341 int pcu = -1, rcu = -1, pcu_ref, rcu_ref; in gst_codec_utils_aac_get_level() local
443 rcu = ((float) rcu_ref) * (num_sce + (0.5 * num_lfe) + (0.5 * num_cce_indep) + in gst_codec_utils_aac_get_level()
447 rcu += (rcu_ref + (rcu_ref - 1)) * num_cpe; in gst_codec_utils_aac_get_level()
449 rcu += (rcu_ref + (rcu_ref - 1) * ((2 * num_cpe) - 1)); in gst_codec_utils_aac_get_level()
455 if (num_channels <= 2 && rate <= 24000 && pcu <= 3 && rcu <= 5) in gst_codec_utils_aac_get_level()
457 else if (num_channels <= 2 && rate <= 48000 && pcu <= 6 && rcu <= 5) in gst_codec_utils_aac_get_level()
460 else if (num_channels <= 5 && rate <= 48000 && pcu <= 19 && rcu <= 15) in gst_codec_utils_aac_get_level()
462 else if (num_channels <= 5 && rate <= 96000 && pcu <= 38 && rcu <= 15) in gst_codec_utils_aac_get_level()
464 else if (num_channels <= 7 && rate <= 48000 && pcu <= 25 && rcu <= 19) in gst_codec_utils_aac_get_level()
466 else if (num_channels <= 7 && rate <= 96000 && pcu <= 50 && rcu <= 19) in gst_codec_utils_aac_get_level()
[all …]
/third_party/ltp/testcases/kernel/device-drivers/
DMakefile26 rcu \
/third_party/ltp/testcases/kernel/device-drivers/rcu/
Drcu_torture.sh88 1) rcutorture_test rcu;;
/third_party/uboot/u-boot-2020.01/doc/board/sifive/
Dfu540.rst250 [ 0.000000] rcu: Hierarchical RCU implementation.
251 [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
252 [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
253 [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
264 [ 0.045307] rcu: Hierarchical SRCU implementation.
/third_party/boost/tools/build/src/tools/
Dcomo-linux.jam102 ar rcu $(<) $(>)
Dclang-vxworks.jam108 "$(.AR)" $(AROPTIONS) rcu "$(<)" "$(>)"
/third_party/uboot/u-boot-2020.01/fs/ubifs/
Dubifs.h386 struct rcu_head rcu; member